[cfe-dev] Compiling a simple Win32 program

r4start r4start at gmail.com
Wed Jun 6 04:01:27 PDT 2012


On 06/06/2012 14:54, Cesar Mello wrote:
> It compiles nicely, but fails to link. Please can you tell me how to 
> specify user32 and gdi32 libraries for the linker? Sorry if I'm being 
> too newbie. :-)
For example like this
link test.obj user32.lib msvcrt.lib msvcprt.lib

  - Dmitry Sokolov.



More information about the cfe-dev mailing list