Hi! buho, and thanks for your answer.
The DLL seems to be ok, but it may contain bugs.
I use the dll like this:
Ans := InitDLL(MyFormHandle,replyMsg);
Ans := sendTrans(SomePCharValue);
If the Answer from the sendTrans function is 0 then it was successful.
My app waits for the event from the...
I use the NOW function in SysUtils to get the current date and time, i.e: Label1.Caption := DateTimeToStr(NOW);
After i call a function from a statically loaded DLL, (witch replays via Windows Messages) the NOW function gives me the same date and time value as before and does not renew its...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.