tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Problem DLL and __stdcall


From: Michel Claveau
Subject: Re: [Tinycc-devel] Problem DLL and __stdcall
Date: Mon, 22 Nov 2010 07:44:41 +0100

Hello !


I have a problem for create DLL (Windows), with tcc version 0.9.25 and __stdcall.
"bad compile" means what?

When I use  __stdcall, externals softwares do not found any function.
No problem with 0.9.23, or is I delete __stdcall (but I must change the calls...)


 #define DLL_EXPORT __declspec(dllexport)

I use this line.


However if you got the .def file then it DID compile. What then was "bad" about it?

The function's names begin with a _ (underscore) useless (over)


An idea of solution?
You can try latest development branch:
http://repo.or.cz/w/tinycc.git?a=shortlog;h=refs/heads/mob

Sorry, but I am not able to compile (I do not know) TCC from source.


As it works with version 0.9.23, I can wait the next version available in binary.
Thanks you again

--
Michel Claveau





reply via email to

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