Problem with compiling Matrox imaging Library
Has any body compiled Matrox Imaging Library using Visual Studio 2010. I have downloaded MIL and trying to compile a simple program in the installed directory called 'msimple.cpp', but getting the following error:
1>------ Build started: Project: msimple, Configuration: Debug x64 ------
1>msimple.obj : error LNK2001: unresolved external symbol _fltused
1>LINK : error LNK2001: unresolved external symbol wmainCRTStartup
1>C:\Users\MYG741\Documents\Visual Studio 2010\Projects\msimple\x64\Debug\msimple.exe : fatal error LNK1120: 2 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:01.37
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
/*****************************************************************************************************/
Could any one help me figure out the problem?
Re: Problem with compiling Matrox imaging Library
Is your build a Unicode or an ANSI?
Is this Matrox Imaging Library you are using a Unicode or an ANSI?
Re: Problem with compiling Matrox imaging Library
Quote:
Originally Posted by
VictorN
Is your build a Unicode or an ANSI?
Is this Matrox Imaging Library you are using a Unicode or an ANSI?
I am running a trial version just for reading a MIL avi file. My build is unicode. Please provide me some help as my trial version will expire shortly. Thanks.
Re: Problem with compiling Matrox imaging Library
What library is _fltused in? Did you add it to your project?
Re: Problem with compiling Matrox imaging Library
I have fixed the problem. Now I need to use this library to view MIL avi file which is not supported by other media players. Has anyone used this library? I would like to convert MIL avi to normal avi so that I can play using vlc, windows media player.
Please provide me some suggestion if you are familiar with this library.
Thanks.