Posts by Mauro Lage • 1 point
2 posts
-
0
votes1
answer17
viewsA: Procedure Call in DLL receiving unknown value
Apologies In the typification of Procedure in my application I forgot to inform the reserved word stdcall at the end of the definition, thus: type Tprepara_para_calculate = Precedent (idMestre,…
-
0
votes1
answer17
viewsQ: Procedure Call in DLL receiving unknown value
I’m studying the use of DLL, I created one by sending two integer variables, specifically 3 and 10536. Debugging the DLL verifies that in the process I am calling and that receives these two…