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.


Messages - 3oheicrw

Pages: [1]
1
Questions & Answers / Re: How to use a new C compiler with BCX?
« on: November 04, 2022, 11:18:27 AM »
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
BCX Application Dev Platform / Re: BcxAdp Update
« on: November 04, 2022, 11:10:47 AM »
It's crashing for me, please help  :(

https://bcxbasiccoders.com/smf/index.php?topic=790.0

3
BCX Application Dev Platform / Re: BcxAdp keeps crashing
« on: November 04, 2022, 11:10:04 AM »
No one on this forum use this IDE?  :(

4
BCX Application Dev Platform / BcxAdp keeps crashing
« on: November 03, 2022, 10:41:14 PM »
As soon as I typed the apostrophe, it crashed  :(


5
Questions & Answers / Re: How to use a new C compiler with BCX?
« on: November 03, 2022, 12:07:42 AM »
What about using plain BCX with OrangeC? Please let me know how.

6
Questions & Answers / How to use a new C compiler with BCX?
« on: November 01, 2022, 10:05:18 AM »
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.

Pages: [1]