BCX Basic Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
BCX Basic Forum
»
BCX Basic
»
Wish List
»
Want to add switch command that Keeps BCX comment in C/C++ code.
« previous
next »
Print
Pages: [
1
]
Author
Topic: Want to add switch command that Keeps BCX comment in C/C++ code. (Read 263 times)
firefox78
Newbie
Posts: 4
Want to add switch command that Keeps BCX comment in C/C++ code.
«
on:
October 21, 2020, 05:09:57 AM »
Want to add switch command that Keeps BCX comment in C/C++ code.
Logged
MrBcx
Administrator
Hero Member
Posts: 714
Re: Want to add switch command that Keeps BCX comment in C/C++ code.
«
Reply #1 on:
October 21, 2020, 08:19:21 AM »
Quote from: firefox78 on October 21, 2020, 05:09:57 AM
Want to add switch command that Keeps BCX comment in C/C++ code.
That probably will
not
happen.
You have the
$REMS
directive that controls the output of comments.
https://bcxbasiccoders.com/webhelp/html/commentdirective.htm#rems
The next version of BCX (7.6.1) will only output comments that are contained in SUBS and FUNCTIONS
including main() and Winmain(). Currently, comments not inside SUBS or FUNCTIONS are emitted at
the end of the c/c++ file which is mostly useless.
Logged
Print
Pages: [
1
]
« previous
next »
BCX Basic Forum
»
BCX Basic
»
Wish List
»
Want to add switch command that Keeps BCX comment in C/C++ code.