tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] How generate exe without call to functions _XcptFilte


From: Roy Tam
Subject: Re: [Tinycc-devel] How generate exe without call to functions _XcptFilter and _except_handler3 of msvcrt.dll
Date: Sun, 31 Mar 2013 19:19:42 +0800

Hello,


2013/3/31 Carlos Montiers <address@hidden>
Hello.
I like the new version of tiny c (v0.9.26) and now I using it, but this version generate a executable with a call to functions:
_XcptFilter
_except_handler3

of msvcrt.dll

How I can disable it. I need recompile from sources?, then, what lines I need to modify?. Please, sorry, for the comodity, but I know enough to know it for myself.


You may modify lib/chkstk.S and lib/crt1.c to totally get rid of msvcrt.dll, but you may implementing necessary function calls.
 
Carlos.


HTH,
Roy

reply via email to

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