Compiling XWin

Mikhail Gusarov dottedmag at dottedmag.net
Wed Sep 13 03:51:45 PDT 2006


You (ajcaruana at gmail.com) wrote:

 AJC> "LNK2019: unresolved external symbol _WinMain at 16 referenced in
 AJC> function _WinMainCRTStartup"

Probably you are compiling server as 'window'-subsystem application,
instead of 'console'-subsystem (check whether you have main() function
in sources instead of WinMain()). Just adjust your compiler command
line.

-- 



More information about the xorg mailing list