Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help: Batch programming with CATIA using C 1

Status
Not open for further replies.

rmallikharjun

Mechanical
Joined
Jun 5, 2001
Messages
1
Location
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top