hawksprite
Member
|
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 |
|
fatcoder
Member
|
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 |
|
hawksprite
Member
|
RE: Strange build error
(This post was last modified: 10-21-2012 12:29 AM by hawksprite.)
|
|
10-21-2012 12:09 AM |
|