
Why?
Because you - unlike several of your colleagues - DID post sufficient code to diagnose the problem.
MCM
FunctionAddress = GetProcAddress(ModuleHandle, BYCOPY [B][COLOR="Red"]UCASE$[/COLOR][/B]("StartTracePort")) ... FUNCTION StartTracePort[B][COLOR="Red"] ALIAS "StartTracePort"[/COLOR][/B]
#COMPILE EXE #DIM ALL #INCLUDE "Win32Api.inc" DECLARE FUNCTION StartTracePort ALIAS "StartTracePort"() AS LONG FUNCTION PBMAIN () AS LONG LOCAL ModuleHandle AS LONG LOCAL FunctionAddress AS LONG ModuleHandle = GetModuleHandle("CallFunction.exe") 'ModuleHandle = LoadLibrary("CallFunction.exe") 'FunctionAddress = GetProcAddress(hInst, BYCOPY ucase$(FunctionToCall)) FunctionAddress = GetProcAddress(ModuleHandle, BYCOPY UCASE$("StartTracePort")) MSGBOX STR$(ModuleHandle) + $CR + STR$(FunctionAddress) END FUNCTION FUNCTION StartTracePort ALIAS "StartTracePort"() EXPORT AS LONG MSGBOX FUNCNAME$ END FUNCTION
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Leave a comment: