Advertisement

Anyone using Vide with borlands free compiler

Started by January 11, 2002 08:47 AM
3 comments, last by Alpha_Neuron 23 years, 1 month ago
Im gettting the error ! Error: Unresolved external ''WinMain'' referenced from C:\BORLAND\BCC55\LIB * \C0W32.OBj please help
You don''t have defined any function "WinMain", did you ?
You''re probably trying to make a Win32 application, but you still use the standard "int main(int argc, char* argv[])" as a main function.
Try to use a "WinMain" function instead (be careful: the arguments differ). Or else change the project settings.
Advertisement
All i have done is recompiled nehe''s first lesson tutorial on creating a window in opengl in windows
I hope you downloaded the right file (there are downloads for many compiler and platforms).
Look at the description of the files at the bottom of the tutorial.

Or else, *hum*, I don''t know. sorry.
if you entry point is main() then set the target of the compiler to a win32 console, not the GUI, and vice-a-versa.



Beer - the love catalyst
good ol'' homepage
Beer - the love catalystgood ol' homepage

This topic is closed to new replies.

Advertisement