Messages - Gerome [ switch to compact view ]

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 31next
26
Developer's Corner / Re: Tiny 'Touch' 32 bits program in C (3 kb)
« on: October 01, 2006, 01:39 PM »
Hello,

Nicer :)
BTW, you can also compile it up to 1024 bytes using PellesC, and still in plain C :)

27
Developer's Corner / Re: [FBSL] LZO compressor
« on: October 01, 2006, 11:56 AM »
And i repeat : FBSL source code is NOT public.
And there are tons of softwares that uses part of GPL or alike sources where their sources are not publicly released and won't be released.
That's all!

28
Developer's Corner / Re: [FBSL] LZO compressor
« on: October 01, 2006, 11:33 AM »
So, you've got a special non-GPL license for LZO? :)

WTF ?
I don't see the problem here ?
I'm not obliged to publish sources of FBSL, nor the official mini LZO sources since i've NOT modified its source code.

29
Developer's Corner / Re: Tiny 'Touch' 32 bits program in C (3 kb)
« on: October 01, 2006, 11:29 AM »

Btw, if I'm not mistaken, CreateFile returns INVALID_HANDLE_VALUE on failure, which is -1 .. so your program returns your success value of 1 even if the file does not exist.

Right :)
So this is a fix :
if (lngHandle && lngHandle != INVALID_HANDLE_VALUE)

30
Developer's Corner / Re: [FBSL] LZO compressor
« on: October 01, 2006, 11:25 AM »
Hello,
I'd like a copy of the FBSL source code, please.

Sorry, FBSL source code is shared between the 3 FBSL developpers.
It won't be shared publicly.

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 31next
Go to full version