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

2020-12-01 Thread Christian Jullien
Yes, “20 year old OS” has also been my first reaction.

However, I have a deep respect for people doing retro computing. I personality 
maintain machines even older. One of them is a PII 333Mhz machine which still 
works well on Debian 10.6 … and tcc.

I don’t see any reasons to not help people trying to make tcc work on those 
machines if effort is “reasonable”.

 

So, yes, we still care “a little bit” of them.

 

C.

 

 

From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange...@nongnu.org] On 
Behalf Of Austin English
Sent: Tuesday, December 01, 2020 22:50
To: tinycc-devel@nongnu.org
Subject: Re: [Tinycc-devel] Report - A decying support for Windows 2000 
Professional SP4

 

On Tue, Dec 1, 2020, 12:16 Kyryl Melekhin  wrote:

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

 

It's for a 20 year old OS. Whoever cares should do it rather than asking others 
to support ancient abandonware.

 

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


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

2020-12-01 Thread Austin English
On Tue, Dec 1, 2020, 12:16 Kyryl Melekhin  wrote:

> 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
>

It's for a 20 year old OS. Whoever cares should do it rather than asking
others to support ancient abandonware.

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


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

2020-12-01 Thread Kyryl Melekhin
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  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,
>
> 
>
>
>
>
>
> *From:* Tinycc-devel [mailto:tinycc-devel-bounces+wqweto=
> gmail@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__
>
> https://archive.org/details/Windows2000ProfessionalSP4
> ___
> Tinycc-devel mailing list
> Tinycc-devel@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
>
___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


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

2020-12-01 Thread Vladimir Vissoultchev
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,



 

 

From: Tinycc-devel [mailto:tinycc-devel-bounces+wqweto=gmail@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__

https://archive.org/details/Windows2000ProfessionalSP4

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


[Tinycc-devel] Report - A decying support for Windows 2000 Professional SP4

2020-12-01 Thread Vaidas BoQsc
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__
https://archive.org/details/Windows2000ProfessionalSP4
___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel