OhNet libs MSVC2012
|
22-03-2014, 05:04 PM
Post: #1
|
|||
|
|||
OhNet libs MSVC2012
Hi,
i have use OhNet in a .NET application and it worked very well. Now i try to use the libs in a simple c++ Application. First of all i built the ohNet with MSVC2012 to get correct libs (version) for my Appllication because the prebuilt ones are built with MSVC2010 This worked fine. But now if i want to use the libs i run into an linker error: Code: error LNK2001: Nicht aufgelöstes externes Symbol "_GetIfTable@12" (libOhNetCore.lib)(Os.obj) i've linked following ohNet libs into my project Code: ibohNetCore.lib is there a problem with the MSVC2012? Thanks Chris |
|||
22-03-2014, 07:42 PM
(This post was last modified: 22-03-2014 07:43 PM by simonc.)
Post: #2
|
|||
|
|||
RE: OhNet libs MSVC2012
These functions are provided by Iphlpapi.lib - you need to link to this in addition to the other libs you mentioned.
|
|||
23-03-2014, 12:10 AM
Post: #3
|
|||
|
|||
RE: OhNet libs MSVC2012 | |||
« Next Oldest | Next Newest »
|