bdebugger

Aug 9, 2009
293
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.
 
Aug 9, 2009
293
1
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
 
May 20, 2008
12,178
133
Syracuse, NY, USA
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