[Tutorial] C++ DLL injection for Main Server

ive got this error:

dllmain.cpp(11): warning C4273: 'GetUserNameA': Inkonsistente DLL-Bindung.
1> c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(12659): Siehe vorherige Definition von 'GetUserNameA'
1> KalHook.cpp

anyone know how to solve this ? ive used the base from page one of this thread
 
ive got this error:

dllmain.cpp(11): warning C4273: 'GetUserNameA': Inkonsistente DLL-Bindung.
1> c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winbase.h(12659): Siehe vorherige Definition von 'GetUserNameA'
1> KalHook.cpp
error=warning ?
anyone know how to solve this ? ive used the base from page one of this thread
You should read also other pages of this thread ;) ..start from post #57
What about exports ?
Is it Express Edition ? ..maybe mfc ?
There's also one great thing. use this.

And ugly way. #pragma warning( disable:4273 )
 
Back