tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] [win32] implib support? custom entry point/subsystem?


From: Roy Tam
Subject: [Tinycc-devel] [win32] implib support? custom entry point/subsystem?
Date: Thu, 28 Nov 2013 12:20:47 +0800

Hello list,

I'm having difficulties wwhen using tinycc to compile programs which
uses Windows COM/OLE interfaces (for example shlobj.h, ole2.h) even
tough I patch up lcc-win32 winapi headers to make it work with tcc,
there is a problem that I can't get objects to be linked as there is
some objects that has to be linked though implib (for example,
CLSID_ShellLink in libshell32.a)

And what about custom entry point/subsystem? (i.e. the famous
-Wl,-e<EntryPoint> and -Wl,--subsystem,console/windows switches)

Ciao,
Roy



reply via email to

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