Hey guys, Nucleus here!
I just completed the tutorial and was surprised when i tried to build the program i got a couple different errors.
1>------ Build started: Project: ptscan, Configuration: Debug Win32 ------
1>Source.obj : error LNK2019: unresolved external symbol _GetModuleInformation@16 referenced in function "struct _MODULEINFO __cdecl GetModuleInfo(char *)" (?GetModuleInfo@@YA?AU_MODULEINFO@@PAD@Z)
1>C:\Users\Ryan\Documents\Visual Studio 2010\Projects\ptscan\Debug\ptscan.dll : fatal error LNK1120: 1 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
so i figured i would download fleep's source code to check whats wrong with mine.
i threw his files in visual studio 2010 and tried to compile again, and even with his files it spits the same errors.
i am confused and i have put effort into trying to solve these errors with no results.
does anyone here know how to solve these? if so i thank you in advanced for helping!
I just completed the tutorial and was surprised when i tried to build the program i got a couple different errors.
1>------ Build started: Project: ptscan, Configuration: Debug Win32 ------
1>Source.obj : error LNK2019: unresolved external symbol _GetModuleInformation@16 referenced in function "struct _MODULEINFO __cdecl GetModuleInfo(char *)" (?GetModuleInfo@@YA?AU_MODULEINFO@@PAD@Z)
1>C:\Users\Ryan\Documents\Visual Studio 2010\Projects\ptscan\Debug\ptscan.dll : fatal error LNK1120: 1 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
so i figured i would download fleep's source code to check whats wrong with mine.
i threw his files in visual studio 2010 and tried to compile again, and even with his files it spits the same errors.
i am confused and i have put effort into trying to solve these errors with no results.
does anyone here know how to solve these? if so i thank you in advanced for helping!