Question regarding D v.0110

Remi remigillig at gmail.com
Sat Jul 11 22:44:08 UTC 2020


On Saturday, 11 July 2020 at 20:17:40 UTC, Walter Bright wrote:
> On 7/11/2020 10:52 AM, Remi wrote:
>> On Saturday, 11 July 2020 at 16:23:21 UTC, Adam D. Ruppe wrote:
>>> On Saturday, 11 July 2020 at 16:18:52 UTC, Remi wrote:
>>>> I'm now trying to find docs on the "bit" type.
>>>
>>> it is really the same as bool
>> 
>> Thanks! It seems it was in an old SDL binding (1.x) and I 
>> replaced it with SDL_bool, seems to have done the trick. It 
>> seems to have been useful in the past to make bitfields for 
>> example.
>
> BTW, your work updating it would make for a nice D Blog 
> article. If accepted, you'll even get paid!
>
> Also, if the license of the game permits it, please make it 
> available on github.

I'll keep that in mind, it's not my game unfortunately and it's 
pretty obscure but I'll try to get approval from the original 
author once I got it to work.

Finally got everything to compile but having linking issues. The 
game came with .lib files but I have no idea what format they 
are, I assumed a Windows MSVC format but the VC tools don't seem 
to be able to read them.


More information about the Digitalmars-d mailing list