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

Windows specific forum
User avatar
bingo
Enthusiast
Enthusiast
Posts: 210
Joined: Fri Apr 02, 2004 12:21 pm
Location: germany/thueringen
Contact:

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

Post 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
["1:0>1"]
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Will it not work on 95/98/me?
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

On my website > download > public downloads > pbsfci.zip
User avatar
bingo
Enthusiast
Enthusiast
Posts: 210
Joined: Fri Apr 02, 2004 12:21 pm
Location: germany/thueringen
Contact:

Post by bingo »

ok edwin ...

but a way to use cabinet.dll DIRECTLY ?

Code: Select all

OpenLibrary(1,"cabinet.dll")

GetFunction(1,"FCICreate")

;... ?

CloseLibrary(1)
["1:0>1"]
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post 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
Post Reply