Skip to main content
GameDev.net gamedev.net
🔒 Locked

Problem with compiling Matrox imaging Library

Started by jenny_wui Feb 27, 2013 at 8:23 PM 1 replies 2.2k views
Original Post
jenny_wui
jenny_wui

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?

jenny_wui
jenny_wui

I am compiling windows console application. I turned off /RTCs for runtime stack checking. Now I am getting only the following error:

/*****************************************************************************************************/

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?

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.