tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Changed the name of a exported function.


From: James Russell Moore
Subject: [Tinycc-devel] Changed the name of a exported function.
Date: Sun, 1 Nov 2009 17:34:36 +0100

Hi, when compiling using GCC the function gets exported as it's named (well, mangled) but then compiling with TCC its name has an underscore before it:

__declspec(dllexport) LRESULT CALLBACK LowLevelHook(int nCode, WPARAM wParam, LPARAM lParam)

If GCC it's address@hidden, TCC makes it address@hidden

I call the function from the main program, so I always looked for address@hidden Is there any way to make it portable? To export it without the underscore?

Thanks.

reply via email to

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