CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2013
    Posts
    31

    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?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    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?
    Victor Nijegorodov

  3. #3
    Join Date
    Mar 2013
    Posts
    31

    Re: Problem with compiling Matrox imaging Library

    Quote Originally Posted by VictorN View Post
    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.

  4. #4
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Problem with compiling Matrox imaging Library

    What library is _fltused in? Did you add it to your project?

  5. #5
    Join Date
    Mar 2013
    Posts
    31

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured