cadpro2k
01-30-2004, 07:36 AM
Hi all,
What a day. Hope this helps someone. After messing with a new allegro.ilinit file, I had a crazy idea. Why not just have a text file with a bunch of load commands in it:
load "c:/apps/cadence/psd_14.2/pcbenv/skill/ipc_356.il"
load "c:/apps/cadence/psd_14.2/pcbenv/skill/conv.il"
load "c:/apps/cadence/psd_14.2/pcbenv/skill/hl_ntp.il"
etc,etc,etc.
After messing with the ol'...
setSkillPath(buildString(append1(getSkillPath() "C:/... etc, etc, etc...
at the front of my allegro.ilinit file, AND! getting no where, I did it like above. WORKS! Also doesn't give me the annoying 'load YADA YADA...' when I invoke allegro.
Just thought this might help.
Good day.
Mitch
What a day. Hope this helps someone. After messing with a new allegro.ilinit file, I had a crazy idea. Why not just have a text file with a bunch of load commands in it:
load "c:/apps/cadence/psd_14.2/pcbenv/skill/ipc_356.il"
load "c:/apps/cadence/psd_14.2/pcbenv/skill/conv.il"
load "c:/apps/cadence/psd_14.2/pcbenv/skill/hl_ntp.il"
etc,etc,etc.
After messing with the ol'...
setSkillPath(buildString(append1(getSkillPath() "C:/... etc, etc, etc...
at the front of my allegro.ilinit file, AND! getting no where, I did it like above. WORKS! Also doesn't give me the annoying 'load YADA YADA...' when I invoke allegro.
Just thought this might help.
Good day.
Mitch