LNK2001 error

You can ignore/delete this.  I figured out the problem

Parents
  • In Help
    Under Using Visual C++ to Create an InRoads Group Macro
    ...
    Step Two — VC++ Project Settings
    ...
    5. In order to link, make the following changes:
    a.
    Go to the Project > Properties > Linker > Input leaf and set Additional Dependencies to "C:\Program Files (x86)\Bentley\InRoads Group V8.11\sdk\ScadSDK.lib" (and this path is where ever InRoads is installed at!)

    Also, the current version of InRoads is 32 bit, so it may not work if you compile / link as 64 bit.



    Answer Verified By: HDR_Coder 

Reply
  • In Help
    Under Using Visual C++ to Create an InRoads Group Macro
    ...
    Step Two — VC++ Project Settings
    ...
    5. In order to link, make the following changes:
    a.
    Go to the Project > Properties > Linker > Input leaf and set Additional Dependencies to "C:\Program Files (x86)\Bentley\InRoads Group V8.11\sdk\ScadSDK.lib" (and this path is where ever InRoads is installed at!)

    Also, the current version of InRoads is 32 bit, so it may not work if you compile / link as 64 bit.



    Answer Verified By: HDR_Coder 

Children