At 2-5-2007 8:40, Ramachandran M wrote:
> I have downloaded the wxcode.zip file.I want to compile wxvidcap 
> component.But it has only .dsp file.
> How to compile a wxvidcap in wxmsw2.6.4 ?
> Is there any procedure to compile the wxcode componenets in wxmsw?

The .dsp is a sub-file for a MSVC6 project (similar to a .vcproj file). 
You can add it to a project.

With MSVC it should compile out of the box. With gcc (both MinGW and 
cygwin) it does not work, because of problems with the header vfw.h that 
comes with these gcc versions. Haven't tried any other compiler or OS yet.

Regards,
Frank


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to