Create standalone (indipendent) exeExecutable size is one of the tradeoffs of static linking, is this really a problem though? How big ...
Create standalone (indipendent) exeIt should work ok. The Win32 DLL's are part of the Windows installation and are always available. We...
Create standalone (indipendent) exeTry these gcc flags: [code]-static-libgcc -static-libstdc++[/code] and add this to libs: [code]-sta...
CreateDIBSection questionI'll try to explain in more detail. This has to do with drawing the main image to the screen. "Backb...
What aspects of c++ do you think EVERY software engineer should know?One of the most powerful aspects of C++ is the ability to apply new language features when using old...
This user does not accept Private Messages