Home
Reply
Regular Contributor
sawarsi
Posts: 53

acis version during compilation

is the ACIS version available in any of the header files so i can check in the preprocessor? for instance, if the ACIS version is say less than 18 then i want to code it somewhat differently. for example,

 

#if (ACIS_VERSION > 18)

 

 

#else

 

 

#endif