Re: Trouble Using iphlpapi
This can happen some times....
tell me, have u included or are using any other libraries ? or any SDK apart from this ?
check the file paths, in the options -> Directories ...
some times, u can fix problems like these when u change the order of the included directories paths,
and some times the # includes in ur source code.
:wave:
Re: Trouble Using iphlpapi
An update:
I removed the library from the linker completely and added code to do dynamic run-time linking by loading the DLL and getting the function that I use. The problem still persisted.
I even tried removing the #includes for iphlpapi, moving the definitions of the structs that I need into my .cpp file, but that has still given me this same problem.
Re: Trouble Using iphlpapi
Hi,
I'd recommend an anti-virus/anti-spyware scan first. Though i have absolutely
no idea what iphlpapi is all about, the symptoms that you have described
sounds more like a viral infection rather than some technical issue.
Re: Trouble Using iphlpapi
I take back my previous post by noting that I didn't do a clean rebuild when I changed the code to use dynamic linking. I haven't seen any more problems now that I've rebuilt my project and am using dynamic run-time linking.
Thank you for your replies. I may still look into it further, but I'm not sure if it would be worth the time.