There are two ways to handle this. 1. If you have already set up locations for custom libraries and have their paths included in your build environment, then copy the header files and library files there, and sample program should compile successfully.
2. You can also specify explicitly on the command line or in the project file the path to the header and library files. David > Date: Thu, 21 Sep 2006 14:28:57 +0800 (CST) > From: fl shen <[EMAIL PROTECTED]> > Subject: [mpeg2-dev] Is it the Mailing List of libmpeg2?I have a question? > > Dear SIr/Madam, > > I have a question.Do you know the "vc++" folder in the mpeg2dec?In the dsw, > I find many files have use this: > > #include <inttypes.h> > #include "mpeg2.h" > > But I find the 2 header files are not in the same folder of mpeg2dec.dsw, > so my question is how does the c file find the 2 header files, does anyplace > has changed the environment varibles such as "path command in cmd"? > > I ask this question mainly because I want to use the sample files in the > folder of doc,but shall I move the two header files to the doc folder?Why > mpeg2dec project do not need do that? > > Thanks to any help! > > Shen > Nanjing,China ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Libmpeg2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel
