| lmsmi1 (34) | |||
Can someone please create a working code (for Code::Blocks MinGW) that incudes:
for a Win32 GUI application please? (The code I have found doesn't work with C::B MinGW, so I can't compile it.) | |||
|
|
|||
| Athar (4379) | |
|
Good one. If the code doesn't work, then post it here so we can point out the mistakes. That aside, you should not use the WinAPI directly, unless you're masochistic. Use a framework like Qt or VCL. | |
|
Last edited on
|
|