Page 1 of 1

FCICreate , FCIAddFile ... cabinet.dll in 2000/xp/vista ?

Posted: Fri Sep 14, 2007 9:12 am
by bingo
should be possible in pb to create cab-files with cabinet.dll 8) ?

http://msdn2.microsoft.com/en-us/library/bb432569.aspx

sample source :
http://dn.codegear.com/he/article/22825

Posted: Fri Sep 14, 2007 10:29 am
by DoubleDutch
Will it not work on 95/98/me?

Posted: Fri Sep 14, 2007 11:31 am
by Edwin Knoppert
On my website > download > public downloads > pbsfci.zip

Posted: Fri Sep 14, 2007 11:58 am
by bingo
ok edwin ...

but a way to use cabinet.dll DIRECTLY ?

Code: Select all

OpenLibrary(1,"cabinet.dll")

GetFunction(1,"FCICreate")

;... ?

CloseLibrary(1)

Posted: Fri Sep 14, 2007 12:11 pm
by Edwin Knoppert
I ever wrote a library since the callback is not trivial.

Oh well, some genious over here will figure it out..

Note,
For decompressing you can use c:\windows\system32\extrac32.exe