mateli

Results 46 comments of mateli

Meaning 32 bit will require emulation or binary translation.

I am way more interested in being able to run x86-64 applications on ARM. Such as modern Mac and Raspberry Pi.

Is running directly on x86-64 hardware optional or default? The latter would mean that retrowin32 is vulnerable to whatever security problems the host CPU has.

> Possibly experiment with non-code-based approaches to the compiled model, e.g. use some serialization format instead, such as MsgPack or similar. I had a similar performance problem with EF and...

@parentelement I suggest that you decide what to open source asap so that others can contribute. Also I do not think that a fully functioning rich text editor is required...

That might be related as both are HID devices and at least Windows has an API for that. My research has been limited to keyboard devices as that has been...

Perhaps wrapping this is a nice multi-platform solution: https://github.com/libusb/hidapi

There are two ways to get rid of warning NETSDK1138. Either you use a newer version of dotnet or you disable it in the project settings. I am still using...

We are going to migrate form .NET 5 eventually and while I were planning to use dotnet 8 it now feels more like dotnet 10 in November if we are...

An excellent first application to get running in retrowin32. Does this game have any networking or does it just import InternetOpenA for fun? Perhaps filling missing functions with null pointers...