|
Post by dw817 on May 4, 2009 6:56:25 GMT -5
Hello: * B4GL is flawed ! This should give the same filesize but is off by one-byte. With a LengthOfFile(), you could fudge a fix, but that also doesn't exist .. 
|
|
|
Post by UNDISCLOSED on May 4, 2009 10:10:45 GMT -5
I could make a DLL for this, but the DLL SDK for FreeBASIC is buggy when using string params.
|
|
|
Post by dw817 on May 5, 2009 16:46:26 GMT -5
Hmm.. A simpler solution might be: Hope This Helps ! 
|
|
|
Post by DJLinux on May 6, 2009 5:06:32 GMT -5
I could make a DLL for this, but the DLL SDK for FreeBASIC is buggy when using string params. this isn't true :-) if you don't know how to handle strings take a look inside the source code of the ToolBox Plugin. Joshy
|
|
|
Post by UNDISCLOSED on May 6, 2009 7:38:03 GMT -5
YES! Now I have that sorted I can get coding, see you in three months  . . .
|
|
|
Post by UNDISCLOSED on May 12, 2009 6:16:12 GMT -5
|
|
|
Post by twasik4 on May 12, 2009 8:55:24 GMT -5
what might your .DLL pluggin do.. b4 i download it..
|
|
|
Post by UNDISCLOSED on May 13, 2009 3:25:26 GMT -5
Well it has a LenOfFile() and shell(), and FreeMem() and a lot of stuff that doesnt work, and a lot of stuff that does.
|
|
|
Post by twasik4 on May 13, 2009 11:38:21 GMT -5
thanks but no thanks. make it actually good and i might download it
|
|