Loading two projects using gel or scripting perl files - ashok - Jun 21 0:09:00 2005
Scenario: when we load thru CCS: Project-->Open Project (x1.pjt),
All the dependencies like other .pjt are automatically loaded like
x11.pjt and x12.pjt.
Problem:
When we are loading thru Gel_ProjectLoad () ,It's dependencies are
not being updated.
Gel File
*********************************************
menuitem "Project"
hotmenu test()
{
GEL_ProjectLoad("D:\\ashok\\Test\\\\x1.pjt");
}
**********************************************
Only x1.pjt is loading and other .pjt's are not being loaded.
Even tried with perl script using
$MyprojectąProjectOpen("x1.pjt") is not loading it's dependencies.
how to load x1.pjt which inturn loads x11.pjt and x12.pjt
Thankx in advance
Regards
./ashok

(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )