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!

using different version of compiliers

Status
Not open for further replies.

avalanche237

Computer
Joined
Jun 14, 2006
Messages
2
Location
DE
I have to code a visual c++ programme with abaqus..
I hav taken the sample programme given in the user manual abaqus version 6.6 ...and after compiling it is giving an error like part is not meshed..
i have taken the sample programme as it is..but it is still showing the error.
and compiler used is older version is thr any possibility that this could b th problem.

help appreciated,..

thank u
 
no not actually ..
i am learing from the user manual.
 
What sort of errors are you getting? The older versions of the compiler are 16/32 bit. VS6 is 32 bit only. Some later editions support 64bit. M$ made a lot of changes between versions. For instance underscores have been added to a lot of 'non standard' routines.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top