Search found 2 matches
- Wed Jan 29, 2025 12:33 am
- Forum: General Gaming
- Topic: Porting DOS games to modern platforms
- Replies: 22
- Views: 24549
Porting DOS games to modern platforms
you mean this line? Yes, cmake defaulted to visual studio at first for me, but that seemed to fix it. Maybe I should switch to using vc++ anyway. Please send me link to the game you are converting. I tried to port two games bubble bobble (bubble.exe) and outrun (outega.exe, after unpacking it). Bot...
- Tue Jan 28, 2025 12:38 am
- Forum: General Gaming
- Topic: Porting DOS games to modern platforms
- Replies: 22
- Views: 24549
Porting DOS games to modern platforms
I have prepared a windowsbatch script which installs all necessary prerequisites (mingw toolchain, capstone, cicojit disassembler, SDL2) and converts Star I had some trouble getting the windows script to work, but got it working after adding the cmake flag `-G "MinGW Makefiles"`, because ...