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

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

Path: ...!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 00:36:06 +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>
From: Mike Terry <news.dead.person.stones@darjeeling.plus.com>
Date: Tue, 15 Oct 2024 01:36:01 +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: <vek9p4$1cidd$1@dont-email.me>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <JOucnbaD6ttrJZD6nZ2dnZfqnPWdnZ2d@brightview.co.uk>
Lines: 26
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-48JS0sGy+NlCTj3ErkqzcO5y70lqayXAaUWO32GGFUaljotY0tTFBTaLQXq68DGoQ9CxYixpbSTOiui!mixqJruC+8UP/805fwV6CaLb9MEzo78n2Sw7+V1BDpuDjNxCCtsZ+YuIVZOTxyjCYGDXaY1IKl55!Jyvpg81V5y0k6+aAsPOu8UpD0Cc=
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: 2232

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.

Mike.