|
|
| problem with Visual studio .net 2003 +compiling |
|
ryonagana
Member #6,623
November 2005
|
i set up the visual studio for dynamic linking how can i fix it? sorry about my english c++ |
|
ReyBrujo
Moderator
January 2001
|
Can you post the code you are trying to compile? Also, have you remembered to add alleg.lib to the list of extra libraries? -- |
|
ryonagana
Member #6,623
November 2005
|
#include <allegro.h> int main(void) this code i depend all libs c++ |
|
ReyBrujo
Moderator
January 2001
|
Can you post the exact error? Also, you only need to include alleg.lib as extra libraries... -- |
|
Evert
Member #794
November 2000
|
Quote: Also, you only need to include alleg.lib as extra libraries... Should, actually - or you'll get duplicate definitions. |
|
ryonagana
Member #6,623
November 2005
|
a screenshot of the error c++ |
|
Evert
Member #794
November 2000
|
That's a runtime error, not a compiletime error. |
|
Neil Walker
Member #210
April 2000
|
Seeing as you're in debug mode, step into the code and do a screenshot where the exception happens. Neil. Neil. wii:0356-1384-6687-2022, kart:3308-4806-6002. XBOX:chucklepie |
|
|