• Welcome to Powerbasic Museum 2020-B.
 

News:

Forum in repository mode. No new members allowed.

Main Menu

64-bit version

Started by Patrice Terrier, July 12, 2013, 05:17:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Patrice Terrier

WinLIFT 64-bit is now on my front burner.

Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Patrice Terrier

#1
After 2 monthes work, i have just completed the translation of WinLIFT to C/C++ using only pure SDK style (no MFC, no ATL).

Thus we can really make a size comparison with the original version.

PowerBASIC
32-bit 217 Kb (221 696 bytes)

C/C++
32-bit 193 Kb (197 632 bytes)
64-bit 236 Kb (241 664 bytes)

Ouch...  8)
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Jim Dunn

Wow, awesome... sure wish you could share your code... but I understand... it's WINLIFT!  : )

Also, found a great book:

http://www.amazon.com/The-Programming-Language-4th-Edition/dp/0321563840/

James C. Fuller

Jim,
  I would not recommend that for someone just starting out. I have it but have not read much yet.
This is the one most in the know recommend for beginners.
http://www.amazon.com/Accelerated-C-Practical-Programming-Example/dp/020170353X/

James