tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] More questions about DLLs made with TCC


From: Ben Hutchinson
Subject: [Tinycc-devel] More questions about DLLs made with TCC
Date: Tue, 12 Jan 2016 00:15:08 -0800

Is there a way to set your exported functions with *.def files? I notice it usually automatically generates a *.def file when you use the __attributes__((dllexport)) directive. Is there a way to get it to READ, rather than write, a *.def file when working with DLLs, and in so doing, allow the *.def file to select which functions are exported?

Is there a way to specify stdcall calling convention, other than using an __attributes__((stdcall)) directive? For example, the standard usage of C usually requires simply using _stdcall. I notice that this generates errors in TCC. Can somebody please fix that bug?

reply via email to

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