winMain link error

H

Helen

Hi I am trying to compile a package of avi to mpeg1 C source codes by Visual
C++ 6.0.
But I got the link error
--------------------Configuration: AviMp1 - Win32 Debug--------------------
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
_WinMain@16
Debug/AviMp1.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

AviMp1.exe - 2 error(s), 0 warning(s)
 
J

Jack Klein

Hi I am trying to compile a package of avi to mpeg1 C source codes by Visual
C++ 6.0.
But I got the link error
--------------------Configuration: AviMp1 - Win32 Debug--------------------
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
_WinMain@16
Debug/AviMp1.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

AviMp1.exe - 2 error(s), 0 warning(s)

As you have already been told, Windows specific code is off-topic
here. The Microsoft support groups are in the
family.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top