Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

unresolved external symbol

Intel_C_Intel
Employee
437 Views
How can I resolve this error...

Linking...
libc.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/kjf bubble code.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

Thanks for your help
-Jake
0 Kudos
1 Reply
Steven_L_Intel1
Employee
437 Views
See the description of this in the Visual Fortran FAQ. Short answer is that you selected an incorrect project type - you probably wanted Fortran Console Application. Create a new project of the correct type.

Steve
0 Kudos
Reply