Help with installing allegro in codeblocks?
Author |
Message |
apple123
|
Posted: Fri Sep 21, 2012 4:38 pm Post subject: Help with installing allegro in codeblocks? |
|
|
I need him with an error I'm getting in codeblocks.
I put everything in the minGW, But I'm still getting one error, undefined reference to 'WinMain@16'
I'm not sure on what to do to fix this. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
QuantumPhysics
|
Posted: Sun Sep 23, 2012 1:05 am Post subject: RE:Help with installing allegro in codeblocks? |
|
|
Try overriding WinMain. #ifndef... #define
If it does not work make sure your project is in the same folder as the allegro includes |
|
|
|
|
|
|
|