Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

VC++ 6 Linker Errors from converted CVI project

I am getting numerous LNK2005 link errors for functions within the following .obj files: easytab.obj
inifile.obj
toolbar.obj
The weird thing is that all of them say that the functions are like this:
toolbar.obj : error LNK2005: _Toolbar_GetCtrlFromDescription already defined in toolbar.obj
I also get several LNK2001 errors (unresolved external symbol)
Any help will be greatly appreciated.
Thanks,
Richard
0 Kudos
Message 1 of 2
(3,317 Views)
It sounds like you have these OBJ files included twice in the VC++ project. Check and see in the Project->Settings... under the Link tab if they are listed twice. If they are, remove the duplicate entries. Even if they aren't you may want to try removing them from this list in case they are being linked again in another way.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 2
(3,317 Views)