User forums > General (but related to Code::Blocks)
can we do 64 bit executables and dlls with codeblocks and mingw in Windows ?
thomas:
--- Quote from: rcoll on April 15, 2009, 07:11:47 pm ---I don't understand this; how can source code not be 64-bit compatible? Is it using platform-specific features (features that don't exist on your machine)?
--- End quote ---
Like so:
struct message { int code; int data; message(int c, int d) : code(c), data(d){} };
...
PostMessage(message(DO_SOMETHING, (int) objectPtr));
You would be surprised how much code exists that is written like this or similarly.
Navigation
[0] Message Index
[*] Previous page
Go to full version