tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Report - A decying support for Windows 2000 Professio


From: Kyryl Melekhin
Subject: Re: [Tinycc-devel] Report - A decying support for Windows 2000 Professional SP4
Date: Tue, 1 Dec 2020 13:15:39 -0500

Can't you just implement that function (strtoui64) in tcc's source code instead of using the crt version? Or at least make a dummy function with this symbol and you should be able to compile.

On Tue, Dec 1, 2020, 08:27 Vladimir Vissoultchev <wqweto@gmail.com> wrote:

You are probably trying to run x64 build on x86 version of Win2000

 

Even if you test the x86 build with

 

               c:> build-tcc.bat -t 32 -i c:\tcc1

               c:> set path=c:\tcc1;%path%

               c:> build-tcc.bat -c tcc -t 32 -i c:\tcc

 

. . . you'll find out that it bombs with

 

---------------------------

tcc.exe - Entry Point Not Found

---------------------------

The procedure entry point _strtoui64 could not be located in the dynamic link library msvcrt.dll.

---------------------------

OK  

---------------------------

 

. . . which is unfortunately a show-stopper.

 

cheers,

</wqw>

 

 

From: Tinycc-devel [mailto:tinycc-devel-bounces+wqweto=gmail.com@nongnu.org] On Behalf Of Vaidas BoQsc
Sent: Tuesday, December 1, 2020 1:43 PM
To: tinycc-devel@nongnu.org
Subject: [Tinycc-devel] Report - A decying support for Windows 2000 Professional SP4

 

Internet Explorer 5 - unable to open the website.
The https://bellard.org/tcc/ Website is no longer usable via "http" protocol.

Tiny C compiler no longer works: tcc version 0.9.27 (i386 Windows)
C:\Documents and Settings\Administrator\Desktop\tcc.exe is not a valid Win32 application.
C:\Documents and Settings\Administrator\Desktop\i386-win32-tcc.exe is not a valid Win32 application.

The latest Tiny C Compiler built from source of the Git repository: the same error.
C:\Documents and Settings\Administrator\Desktop\tcc.exe is not a valid Win32 application.
C:\Documents and Settings\Administrator\Desktop\i386-win32-tcc.exe is not a valid Win32 application.

 

 

____________Testing_Tools______________________

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

reply via email to

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