Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
acis version during compilatio n
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-03-2011 10:45 AM
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

