Menu

#4 Quick "fix" for FXDLL.cpp

open
nobody
None
5
2007-01-12
2007-01-12
Audice.com
No

FOX v1.7.7
FXDLL.cpp

Error at Line 215 with DevC++ v4.9.9.2: if(GetModuleFileNameA(mbi.AllocationBase,modulename,sizeof(modulename))){
return modulename;
}

Quick fix:
if(GetModuleFileNameA((HINSTANCE)mbi.AllocationBase,modulename,sizeof(modulename))){
return modulename;
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.