tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Problem DLL and __stdcall


From: Michel Claveau
Subject: [Tinycc-devel] Problem DLL and __stdcall
Date: Sat, 20 Nov 2010 15:10:50 +0100

---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










reply via email to

[Prev in Thread] Current Thread [Next in Thread]