PDA

View Full Version : An SB9 Request



NewsArchive
11-07-2012, 01:39 AM
Unless this can be done now would it be possible to be able to highlight a
script line and compile just that line? Even better highlight several
consecutive lines and compile them.

I am currently having so major issues (nothing to do with SB) but am having
to compile my script which involves protecting some files with Armadillo
just to get to the line which fails to compile so is a big time waster.

Thanks

John

NewsArchive
11-07-2012, 01:49 AM
That would seem a challenge, John, as you'd need to be sure to highlight any
#include or other things upon which the lines you want to compile might
depend.

Can't you temporarily comment out the slow lines (armadillo, etc.)

Jane

NewsArchive
11-07-2012, 01:49 AM
Hi John,

What about fine-tuning that project with the compiler directives? You can
then even abort the compilation process (using #halt). Or even display a
"Continue? YES/NO" message box and based on the clicked button, continue or
abort the compilation. There is no need to continue with the installation
process if a previous pre-processor action failed.

Friedrich

NewsArchive
11-07-2012, 01:50 AM
Have you tried the SB7 debugger?

--

Russ Eggen
RADFusion International, LLC