hi all,
i have a static lib that export some functions, the problem comes wen i try to export a function that uses C calling convenction and VARARG:
myFunction proto C :DWORD,:VARARG
.code
myFunction proc C param:DWORD,args:VARARG
ret
myFunction endp
the .def
LIBRARY myLibrary.lib
EXPORTS func1 @1 --------------->this work ok
func2 @2 --------------->this work ok
myFunction @3 ------> can't call this function
i must export that function in some diferent way?
bye
5k3l3t0r
PLEASE READ THE NO HELP DESK RULE. This is a forum of member, not a help desk. I have removed the [solved] from the title.