Menu

Problems Building solution with VC++2008

Help
2009-07-22
2013-04-25
  • Diego Alonso

    Diego Alonso - 2009-07-22

    Hi,
    I follow all the steps provided on the guide for visual studio but I get the next message error when I try to build the main.cpp :

    1>Linking...
    1>main.obj : error LNK2019: external symbol  "void __cdecl NXT::Close(class Comm::NXTComm *)" (?Close@NXT@@YAXPAVNXTComm@Comm@@@Z) unresolved as referred to in the function _main
    1>main.obj : error LNK2019: external symbol "bool __cdecl NXT::Open(class Comm::NXTComm *)" (?Open@NXT@@YA_NPAVNXTComm@Comm@@@Z) unresolved as referred to in the function_main
    1>C:\Documents and Settings\Administrador\Mis documentos\Visual Studio 2008\Projects\nxtcam\Debug\nxtcam.exe : fatal error LNK1120: 2 externs without solve

    1>nxtcam - 3 errors, 0 warnings

    Can anybody help me?

     
    • Cory Walker

      Cory Walker - 2009-07-22

      Could you paste your source?

       
    • Cory Walker

      Cory Walker - 2009-07-23

      You made sure you linked to all the right library files right?

       
    • Diego Alonso

      Diego Alonso - 2009-07-23

      Sorry, was my fault. I forgot to compile the library. Thanks anyway for your fast answer.

       

Log in to post a comment.