Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

bdebugger

Aug
295
1
Still having problems with above. Each time i use it it fails to load. Notice title bar flashing each time so i renamed tcstart.bat now the IDE loads without fail.

my question - is it normal for IDE to call the tcstart.bat each time its used. If so why.
 
If you post your TCSTART.BAT file, maybe someone can spot the problem, or at least recreate the issue.
 
I think I've nailed it down. I load plugins in tcstart so plugin /u * and reloads are i think causing the problem,
so my remedy was to insert if defined 4utils_load quit, into tcstart
 
I think I've nailed it down. I load plugins in tcstart so plugin /u * and reloads are i think causing the problem,
so my remedy was to insert if defined 4utils_load quit, into tcstart
If 4UTILS works in TCC, it should be fine in IDE.EXE (is here).

Why do you use 4UTILS_LOAD? It's not required and using it gives no performance gain. With or without 4UTILS_LOAD, 4UTILS will be loaded if it's in the default plugin location. 4UTILS_LOAD only limits what commands, variables, and functions 4UTILS tells TCC about.
 

Similar threads

Back
Top