in Search

Can’t build Microsoft Visual Studio 2005 solution

Last post 10-15-2006, 6:24 by ArmyofTheLostToys. 1 replies.
Sort Posts: Previous Next
  •  10-15-2006, 2:56 21480

    Can’t build Microsoft Visual Studio 2005 solution

    Hello All,

    I have just installed Microsoft Visual Studio 2005 and can’t compile DLLs that use any MSFL1 APIs. I created a new DLL referencing the MSFL1_GetDayMonthYear API and get the following error when building:-

    Test.obj : error LNK2019: unresolved external symbol _MSFL1_GetDayMonthYear@16 referenced in function _EmptyFunc@24.\Debug/Test.dll : fatal error LNK1120: 1 unresolved externals

    I have included the following header:

    #include "MSFL.h"

    And have added the following directories to tools->options->projects & solutions->VC++ Directories->Include files:

    C:\Program Files\Equis\MDK\MSX\C
    C:\Program Files\Equis\MDK\MSFL\Include

    I installed c++ 2005 express (convert my existing Visual Studio C++ 6 project to a 2005 solution) and that works a treat.

    Must be doing summin stupid, does anyone have any ideas?

     

    Thanks,
    Shaun

  •  10-15-2006, 6:24 21482 in reply to 21480

    Re: Can’t build Microsoft Visual Studio 2005 solution

    Hello All,

     

    The additional dependencies were not pointing to msfl91.lib. It is compiling now.

     

    Thanks,

    Shaun

View as RSS news feed in XML