Helen wrote:
[color=blue]
> Hi I am trying to compile a package of avi to mpeg1 C source codes
> But I got the link error[/color]
This is really an implementation question rather than a language question.
Please direct future implementation questions to newsgroups devoted to your
implementation.
[color=blue]
> I searched actually my VFW.h and Vfw32.lib are all in the directory
> what should I do
> thanks a lot
> Linking...
> Avi2mpg1.obj : error LNK2001: unresolved external symbol _AVIFileExit@0[/color]
Did you tell your implementation to link Vfw32.lib? Having it in the same
directory is not sufficient.
<snip>
[color=blue]
> LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
> _WinMain@ 16[/color]
Tell your implementation that you want a console application, not a GUI
program.
--
Richard Heathfield :
binary@eton.powernet.co.uk
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ:
http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc:
http://users.powernet.co.uk/eton