Cannot compile betterC app in windows using stderr

Steven Schveighoffer schveiguy at gmail.com
Wed Feb 2 19:16:10 UTC 2022


On 2/2/22 1:57 PM, forkit wrote:
> On Wednesday, 2 February 2022 at 18:51:04 UTC, forkit wrote:
>>
>> This code below, will not compile using these parameters:
>>
>> -m64 -betterC
>>
>> but WILL using
>>
>> -m32 -betterC
>>
> 
> .. I mean specifically on Windows of course.
> 
> It's fine on linux.

Dennis is likely correct that it has to do with whether you are using 
MSVC libc or DMC libc.

I was going to look further, but github seems to be down.

-Steve


More information about the Digitalmars-d mailing list