Hi, everyone!
 I found this lib just recently, and unfortunately for me, all my program is 
made under vs2005. I managed to link prebuild lib files for WinCE, and now 
sample1.c runs fine for me on mobile 2003 device (well, with few exceptions). 
But, sample2.c outputs this error:

error LNK2019: unresolved external symbol mpeg2convert_rgb24 referenced in 
function "void __cdecl sample6(void *)" (?sample6@@[EMAIL PROTECTED])

There was more of such errors before for #include "mpeg2.h" , but I fixed them 
this way:
extern "C" {
#include <inttypes.h>
#include "mpeg2.h"
#include "mpeg2convert.h"
}
The same solution is not working for mpeg2convert.h , so I can not use 
mpeg2convert_rgb24 function at all.
Maybe someone can point me into something clever? 0_0
Regards, Konstantin.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Libmpeg2-devel mailing list
Libmpeg2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel

Reply via email to