Language stdcall
Posted: 20 Apr 2016 20:55
Hi,
Which is the good declaration in a VP 7.3 dLL please ?I don't remember how to calculate the value after @ : 12, 16, 24 or 32.
Which is the good declaration in a VP 7.3 dLL please ?
Code: Select all
predicates
test1 : (string8,string8*,real) -> string8 Reponse procedure (i,i,i) language stdcall as "_test1@12".
test1 : (string8,string8*,real) -> string8 Reponse procedure (i,i,i) language stdcall as "_test1@16".
test1 : (string8,string8*,real) -> string8 Reponse procedure (i,i,i) language stdcall as "_test1@24".
test1 : (string8,string8*,real) -> string8 Reponse procedure (i,i,i) language stdcall as "_test1@32".