Help: Batch programming with CATIA using C
Help: Batch programming with CATIA using C
(OP)
I have a small c program to execute
int main()
{
catgeo();
}
This programs compiles and links fine ( with libgeo.a ). But given errors while exucuting.
Any information on the basic libraries to link with ( other than the above ) is appreciated.
Mallik
int main()
{
catgeo();
}
This programs compiles and links fine ( with libgeo.a ). But given errors while exucuting.
Any information on the basic libraries to link with ( other than the above ) is appreciated.
Mallik