![]() |
|
test.obj : error LNK2001: unresolved external symbol __imp__cpu_vendor |
Araanor
Member #990
February 2001
![]() |
I just made Allegro work with my MVC (thanks to this board), confirmed by a simple black/red Hello World! |
Tigge
Member #1,004
January 2001
|
Looks like you not have included the allegro lib when you compiled this.. in Rhide go to |
Jeremias Raziel
Member #581
August 2000
|
Seems like he's not using rhide - search for project options and add -lalleg or c:\...\allegro\lib\msvc\liballeg.a (dont know if its msvc - im using mingw32), i also would say that it is not bad if you include winalleg.h... |
Araanor
Member #990
February 2001
![]() |
That's right! I forgot the libs (banging head into screen). 0 error(s) Though MVC couldn't execute it... Gotta do with the project settings. |
|