Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - 3oheicrw

#1
The generated C only has ifdefs to cover MSVC, GCC, Clang, Embarcadero, Pelles C, OpenWatcom and LCC. OrangeC is not covered. Even though OrangeC successfully compiled the generated C of your single line "Hello, World", I don't think it will work with more complex code. So the answer is it's not possible to use an unsupported C compiler.
#2
What about using plain BCX with OrangeC? Please let me know how.
#3
I'm a completely new user. I downloaded the latest BcxAdp.zip and I found various .BAT files defining various compilers. It gives me the impression that I could add and use a new C compiler. I wanted to add and use OrangeC compiler: https://github.com/LADSoft/OrangeC

How could I do so? Thanks.