---Sorry for my bad english---
Hello!
I have a problem for create DLL (Windows), with tcc version 0.9.25 and
__stdcall.
This code:
DLL_EXPORT void __stdcall Open(char *nom)
give a bad compile with tcc version 0.9.25
but it was OK with tcc version 0.9.23
If I use:
DLL_EXPORT void Open(char *nom)
(without __stdcall )
it's OK, but other softs need to change all calls...
Also, names of functions, in .def, change, if I use, or not, __stdcall
An idea of solution?
Thanks you in advance.
--
Michel Claveau
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel