Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
告知
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.
29285 ディスカッション

LNK2005: _WinMain@16 already defined

rande22
ビギナー
1,238件の閲覧回数

linking error - function already defined - where do I find more info?

how do I fix this problem?

0 件の賞賛
1 返信
Lorri_M_Intel
従業員
1,238件の閲覧回数

WinMain@16 is the entry point for a Windows application for 32-bit Windows.   You should look for two definitions of "WinMain"  in your project code.

Without seeing your actual project, it's not possible to be more specific.

            --Lorri

 

返信