Click here to Skip to main content
15,883,773 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

http://www.openhome.org/wiki/OhNet

I downloaded the oHNet library from the above link for my project.
But, when i try to refer or add this libraries to my project, i got some error
To understand the problem clearly, i have uploaded few images which demonstrate how did i add this library along with error in console.

After seeing this error, can somebody point me out what did i miss?

http://i.stack.imgur.com/gAoAn.png
http://i.stack.imgur.com/HIngG.png
http://i.stack.imgur.com/6NJZt.png
http://i.stack.imgur.com/rq15V.png
http://i.stack.imgur.com/i7wuC.png
Posted
Updated 18-Oct-14 2:17am
v2
Comments
Richard MacCutchan 18-Oct-14 11:21am    
The linker cannot find a specific class, which may mean that you have a library name missing from your Additional Dependencies section. Check the documentation for any specific details. I am also not sure that you need the full path to the library, if you have already added the path in the Additional Library Directories section.
rselone 20-Oct-14 1:16am    
HiThanks very much richard
http://www.openhome.org/releases/artifacts/ohNet/ohNet-1.0.1356-Windows-x86-Release.tar.gz
This is the link in which i downloaded the package.
If you don't mind, can you please try this on your side?
And let me know the exact steps to get the code runs successfully
I'll be so grateful...
Richard MacCutchan 20-Oct-14 3:31am    
Sorry, but I do not have the time to test third party products. You need to use the forums on the openhome website.

1 solution

Have you checked this help at Microsoft Support?
How to add references to a managed Visual C++ project[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900