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?