DS203 development on Win32 platform

OK I got the .app version of marcosin’s source code to compile using the Makefile from gabonator. The many errors were due to differences in the toolchain used by marcosin (presumably IAR) mostly these differences were using “char” instead of “u8” when defining string variables. I had to search and replace all the .c and .h files to fix this. If anyone is interested I will post the modified 1.7 code here.

Gabonator do you have a makefile for creating the .sys on your setup?