#IPAS examples
3 messages in this thread
(1) Is there an example IPAS program available that would let me see how easy
or difficult the programming is for IPAS routines?
(2) Is there literature or a brochure that gives details of compiler
requirements, language requirements, costs. Does it use any C compiler,
etc etc? If the information was in the Shriber literature then I didn't
receive it.
Check in what's new, section 9, for any samples of IPAS code. I will be
uploading an example in a day or two if there aren't already some there.
Requirements for IPAS programming:
– IPAS ToolKit from Autodesk.
– 3D Studio 2.0 or later.
Plus either
– MetaWare Hi-C 3.0 or later, plus Phar Lap DOS Extender 2.2d or later, (plus
Microsoft NMAKE utility to build the example files)
– OR Watcom 9.0.
As Phil said, the requirements for IPAS programming are the Autodesk IPAS SDK,
plus either the Metaware or Watcom compilers. Additionally, I've put some code
up in DL1 (IPAS21.ZIP) which extends what the Autodesk SDK does… it ought to
give you a very good idea about how an IPAS routine is structured.
– G