About Store Forum Documentation Contact



Post Reply 
Strange build error
Author Message
hawksprite Offline
Member

Post: #1
Strange build error
So after the last update I had a good pile of errors waiting for me when I debugged my latest project.

After a big of reading some patch notes and toying around with the Message section and changing everything to .putStr() I have it almost working. However there's 1 error I just can't figure out how to fix.

Code:
1>EsenthelEngine.lib(Socket.obj) : error LNK2019: unresolved external symbol _GetAdaptersInfo@8 referenced in function "bool __cdecl EE::InitSocket(void)" (?InitSocket@EE@@YA_NXZ)

From what i've gathered Somewhere i'm creating a socket in a header with a missing variable or method in the constructor? Any help would be greatly appreciated.
10-20-2012 10:36 PM
Find all posts by this user Quote this message in a reply
fatcoder Offline
Member

Post: #2
RE: Strange build error
Please always read the update changes and the name changes in the Version History forum whenever a new update is released. You will find that there is now a new lib that you must link to.
10-20-2012 11:04 PM
Find all posts by this user Quote this message in a reply
hawksprite Offline
Member

Post: #3
RE: Strange build error
I did look over the notes and I didn't see anything about sockets.

This is the page right?
http://www.esenthel.com/community/showth...1#pid34621
Nvm got it working now, went to the main patch notes instead of just the rename thread.

Thanks for the help.
(This post was last modified: 10-21-2012 12:29 AM by hawksprite.)
10-21-2012 12:09 AM
Find all posts by this user Quote this message in a reply
Post Reply