paladin-t / my_basic

A lightweight BASIC interpreter written in standard C in dual files. Aims to be embeddable, extendable and portable.
http://paladin-t.github.io/my_basic/
MIT License
507 stars 118 forks source link

NewBee #91

Open jgrillout opened 11 months ago

jgrillout commented 11 months ago

I new to github so excuse me if this is not the correct way to communicate about this project. I'm also trying to learn c/c++. I'm not a fan of .net and c#. So I thought I would take a trip in the wayback world. I setup a VM running XP. I installed Microsoft C/C++ 6.0 that also installs the IDE. I Created a workspace & console32 project and added the my_basic.c & my_basic.h files and hoped i'd luck out and the project would build. Of course it wasn't that easy. I got many compile errors. Before I post the long list of errors. I want to ask where I should post this type of message.

Thanks, John

blazer2k1 commented 11 months ago

I installed Microsoft C/C++ 6.0...

get a newer version.