Michael Thompson
2005-09-23 19:17:52 UTC
All,
I am trying to compile an ANSI C program under Embedded C++ 3.0 and I am
getting Errors as follows:
Deleting intermediate files and output files for project 'INTRP - Win32 (WCE
x86em) Debug'.
--------------------Configuration: INTRP - Win32 (WCE x86em)
Debug--------------------
Compiling...
INTRP.C
C:\DownLoads\Intrp\INTRP.C(106) : warning C4007: 'main' : must be '__cdecl'
Linking...
corelibc.lib(pegwmain.obj) : error LNK2001: unresolved external symbol
***@16
X86EMDbg/INTRP.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
INTRP.exe - 2 error(s), 1 warning(s)
--------------------------------------------------------------------------------------------------------------------------
Program:
int main(argc, argv)
int argc;
char *argv[];
{
Does anyone know what is going wrong?
I am trying to compile an ANSI C program under Embedded C++ 3.0 and I am
getting Errors as follows:
Deleting intermediate files and output files for project 'INTRP - Win32 (WCE
x86em) Debug'.
--------------------Configuration: INTRP - Win32 (WCE x86em)
Debug--------------------
Compiling...
INTRP.C
C:\DownLoads\Intrp\INTRP.C(106) : warning C4007: 'main' : must be '__cdecl'
Linking...
corelibc.lib(pegwmain.obj) : error LNK2001: unresolved external symbol
***@16
X86EMDbg/INTRP.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
INTRP.exe - 2 error(s), 1 warning(s)
--------------------------------------------------------------------------------------------------------------------------
Program:
int main(argc, argv)
int argc;
char *argv[];
{
Does anyone know what is going wrong?
--
Michael T. Thompson
***@comcast.net
Michael T. Thompson
***@comcast.net