Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connectionsPath: ...!3.eu.feeder.erje.net!feeder.erje.net!news.in-chemnitz.de!news.swapon.de!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: "Chris M. Thomasson"
Newsgroups: comp.lang.c
Subject: Re: ChatGPT explains why rebuttals of my work are incorrect
Date: Mon, 14 Oct 2024 20:57:24 -0700
Organization: A noiseless patient Spider
Lines: 262
Message-ID:
References:
<20241013093342.546@kylheku.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 15 Oct 2024 05:57:25 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="622b3858c7e397e9bc334577319143ad";
logging-data="1654465"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/1b5uuMMzd4T8e9vyVfeMqgShEQNv/tb8="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:wDjI1GZRYDiP2zugQU+Roj2WRFM=
Content-Language: en-US
In-Reply-To:
Bytes: 14266
On 10/14/2024 5:36 PM, Mike Terry wrote:
> On 15/10/2024 00:33, Chris M. Thomasson wrote:
>> On 10/14/2024 4:14 PM, tTh wrote:
>>> On 10/14/24 04:57, olcott wrote:
>>>>
>>>> *Fully operational code is here*
>>>> https://github.com/plolcott/x86utm/blob/master/Halt7.c
>>>
>>> This program does not compile, so it cannot be executed.
>>> Halting problem solved.
>>>
>>
>> Shit happens. A lot of things. I cannot get it to compile at all.
>> MSVC, GCC, whatever...
>>
>>
>>
>>
>>
>> main.c: In function ‘Decide_Halting0’:
>> main.c:239:32: warning: cast from pointer to integer of different size
>> [-Wpointer-to-int-cast]
>> 239 | PushBack(*execution_trace, (u32)*decoded,
>> sizeof(Decoded_Line_Of_Code));
>> | ^
>
> You're trying to compile it as 64 bit code. PO's x86utm.exe expects 32-
> bit.
Ahhhh.... Let me try again for x86 in MSVC. Well:
_______________________
Severity Code Description Project File Line Suppression State Details
Error (active) E0140 too many arguments in function call
ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1177
Error (active) E0140 too many arguments in function call
ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1239
Error (active) E0140 too many arguments in function call
ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1320
Error (active) E0167 argument of type "void (*)(u32 N)" is incompatible
with parameter of type "ptr" (aka "void (*)()") ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1262
Error (active) E0167 argument of type "ptr2" (aka "int (*)()") is
incompatible with parameter of type "ptr" (aka "void (*)()")
ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1311
Error (active) E0167 argument of type "ptr2" (aka "int (*)()") is
incompatible with parameter of type "ptr" (aka "void (*)()")
ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1311
Error (active) E0167 argument of type "int (*)(int (*M)())" is
incompatible with parameter of type "int (*)()" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1376
Error (active) E0167 argument of type "int (*)()" is incompatible with
parameter of type "ptr" (aka "void (*)()") ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1230
Error (active) E0167 argument of type "int (*)()" is incompatible with
parameter of type "ptr" (aka "void (*)()") ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1251
Error (active) E0167 argument of type "int (*)()" is incompatible with
parameter of type "ptr" (aka "void (*)()") ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1302
Error (active) E0167 argument of type "int (*)()" is incompatible with
parameter of type "ptr" (aka "void (*)()") ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1349
Error (active) E0167 argument of type "int (*)()" is incompatible with
parameter of type "ptr" (aka "void (*)()") ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1349
Error (active) E0167 argument of type "int (*)()" is incompatible with
parameter of type "ptr" (aka "void (*)()") ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1369
Error (active) E0167 argument of type "int (*)()" is incompatible with
parameter of type "ptr" (aka "void (*)()") ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1369
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
102
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
106
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
107
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
248
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
250
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
252
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1093
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1094
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1095
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1100
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1117
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1118
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1119
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1124
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1337
Error (active) E0167 argument of type "const char *" is incompatible
with parameter of type "char *" ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1376
Error C2664 'void OutputString(char *)': cannot convert argument 1 from
'const char [49]' to 'char *' ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
250
Error C2664 'void OutputString(char *)': cannot convert argument 1 from
'const char [48]' to 'char *' ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1100
Error C2664 'void OutputString(char *)': cannot convert argument 1 from
'const char [48]' to 'char *' ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
1124
Error C2664 'void OutputString(char *)': cannot convert argument 1 from
'const char [44]' to 'char *' ct_thread_playground
D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp
248
Error C2664 'void OutputString(char *)': cannot convert argument 1 from
'const char [41]' to 'char *' ct_thread_playground
========== REMAINDER OF ARTICLE TRUNCATED ==========