Deutsch   English   Français   Italiano  
<vev296$3i2oe$6@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.roellig-ltd.de!news.mb-net.net!open-news-network.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: olcott <polcott333@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: ChatGPT explains why rebuttals of my work are incorrect
Date: Fri, 18 Oct 2024 20:33:26 -0500
Organization: A noiseless patient Spider
Lines: 227
Message-ID: <vev296$3i2oe$6@dont-email.me>
References: <veco64$hk5$4@dont-email.me> <vecrqv$1bav$2@dont-email.me>
 <vedfnq$43kg$1@dont-email.me> <veef3v$93ft$1@dont-email.me>
 <veeinu$9l7s$1@dont-email.me> <20241013093342.546@kylheku.com>
 <vei1aq$11jh4$1@dont-email.me> <vek8kr$1751$1@news.gegeweb.eu>
 <vek9p4$1cidd$1@dont-email.me>
 <JOucnbaD6ttrJZD6nZ2dnZfqnPWdnZ2d@brightview.co.uk>
 <vekp74$1ifm1$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 19 Oct 2024 03:33:27 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a2f4596ff028e636d7320aa11ac5f85c";
	logging-data="3738382"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+jpZjiv8Br0r20HoNfi46I"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:0VnUM9ioxqlPNI6vibkHrjwW+Eo=
In-Reply-To: <vekp74$1ifm1$3@dont-email.me>
X-Antivirus-Status: Clean
X-Antivirus: Norton (VPS 241018-10, 10/18/2024), Outbound message
Content-Language: en-US
Bytes: 15891

On 10/14/2024 10:57 PM, Chris M. Thomasson wrote:
> 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 D: 
> \ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 252
> Error    C2664    'void OutputString(char *)': cannot convert argument 1 
> from 'const char [25]' to 'char *'    ct_thread_playground D: 
> \ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 1337
> Error    C2664    'void Output(char *,u32)': cannot convert argument 1 
> from 'const char [51]' to 'char *'    ct_thread_playground D: 
> \ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 1093
> Error    C2664    'void Output(char *,u32)': cannot convert argument 1 
> from 'const char [50]' to 'char *'    ct_thread_playground D: 
> \ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 1117
> Error    C2664    'void Output(char *,u32)': cannot convert argument 1 
> from 'const char [34]' to 'char *'    ct_thread_playground D: 
> \ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 106
> Error    C2664    'void Output(char *,u32)': cannot convert argument 1 
> from 'const char [34]' to 'char *'    ct_thread_playground D: 
> \ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 107
> Error    C2664    'void Output(char *,u32)': cannot convert argument 1 
> from 'const char [15]' to 'char *'    ct_thread_playground D: 
> \ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 1094
> Error    C2664    'void Output(char *,u32)': cannot convert argument 1 
========== REMAINDER OF ARTICLE TRUNCATED ==========