In tyhe following you will find a
prog with a
DLL...
http://pageperso.aol.fr/chapillong/aDLL.zipThe
dll is here to show you that the two Functions work correctly...
The
dll is built with
MASM 64 bits Version 8.0.40904.0 and the prog with
GoAsm 0.54.03 beta..
What is my problem...? It is always about the topic just above...how calling a function with
MASM 64 bits Version 8.0.40904.0 ?
Please if someone finds or knows how to do...put a little line...
When this problem will be resolved...I could (other also) build
prog in
MASM64...
How ? All simply by using two macre
xcall and
invoke..and outting a line just before main end...
a jump to a label...
jmp START
I shall compile thsi file and let it under its form of
main.obj...
Then I write an
File.asm beginning by
START...
and first build an
*.obj file with
ml64.exe...
then I will
link it with
main.obj...
I think you all understand me...
I let you..and wait your responses...
----
Gerard