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>Build started 2/27/2013 2:15:16 PM.
1>InitializeBuildStatus:
1> Touching "x64\Debug\msimple.unsuccessfulbuild".
1>ClCompile:
1> msimple.cpp
1>msimple.obj : error LNK2001: unresolved external symbol _fltused
1>msimple.obj : error LNK2019: unresolved external symbol _RTC_CheckStackVars referenced in function wmain
1>msimple.obj : error LNK2001: unresolved external symbol _RTC_Shutdown
1>msimple.obj : error LNK2001: unresolved external symbol _RTC_InitBase
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: 5 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.27
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Could anybody help me figure out the error?






