Deutsch   English   Français   Italiano  
<teudnZ8u3d1vD5P6nZ2dnZfqn_qdnZ2d@brightview.co.uk>

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

Path: ...!local-3.nntp.ord.giganews.com!Xl.tags.giganews.com!local-4.nntp.ord.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 15 Oct 2024 16:06:10 +0000
Subject: Re: ChatGPT explains why rebuttals of my work are incorrect
Newsgroups: comp.lang.c
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>
From: Mike Terry <news.dead.person.stones@darjeeling.plus.com>
Date: Tue, 15 Oct 2024 17:06:10 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
 Firefox/91.0 SeaMonkey/2.53.18.2
MIME-Version: 1.0
In-Reply-To: <vekp74$1ifm1$3@dont-email.me>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <teudnZ8u3d1vD5P6nZ2dnZfqn_qdnZ2d@brightview.co.uk>
Lines: 202
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-wWagBIdb4rQAj7lk7jwHKK7HdablEJsEWda5gL1rfq8GR/HTjKUtGVuJ/aW7o4a6Tfz/p9paOic5Hkb!f35OSBf7ueojCX7xlL+wsH2Geaoxt1sIQ6aYeGgik17S2BJ/1esRSraIdeTAVxS5/8Uw8r/fIM+l!oPR14l3JFiqCJq0n64gclLxu92o=
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
Bytes: 15083

On 15/10/2024 04:57, 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 from 'const char [14]' to 
> 'char *'    ct_thread_playground 
> D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 1118
> Error    C2664    'void Output(char *,u32)': cannot convert argument 1 from 'const char [12]' to 
> 'char *'    ct_thread_playground 
> D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 102
> Error    C2664    'u32 H_prior(ptr,void *)': cannot convert argument 1 from 'void (__cdecl *)(u32)' 
> to 'ptr'    ct_thread_playground 
> D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 1262
> Error    C2664    'u32 H_prior(ptr,void *)': cannot convert argument 1 from 'int (__cdecl *)(void)' 
> to 'ptr'    ct_thread_playground 
> D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 1251
> Error    C2664    'u32 H_prior(ptr,void *)': cannot convert argument 1 from 'int (__cdecl *)(void)' 
> to 'ptr'    ct_thread_playground 
> D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 1302
> Error    C2664    'u32 H0(ptr)': cannot convert argument 1 from 'int (__cdecl *)(void)' to 'ptr'    
> ct_thread_playground D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 1230
> Error    C2664    'u32 H(ptr,ptr)': cannot convert argument 1 from 'ptr2' to 'ptr'    
> ct_thread_playground D:\ct_dev\projects\ct_thread_playground\ct_thread_playground\ct_main.cpp 1311
> Error    C2664    'u32 H(ptr,ptr)': cannot convert argument 1 from 'int (__cdecl *)(void)' to 
> 'ptr'    ct_thread_playground 
========== REMAINDER OF ARTICLE TRUNCATED ==========