AngelScript Compilation on AIX and HP-UX
Hi, Is AngelScript compiled on AIX and HP? What are the configuration required in config.h for AIX and HP(IA64) Regards, Vivek
AngelScript hasn't been ported to AIX or HP-UX, and doesn't have any support yet for the Itanium 64-bit processor. That being said you can still use the generic calling conventions on those platforms, only native calling conventions will be un-supported.
Most likely you don't have to change anything in the as_config.h, but droz is correct, AngelScript still doesn't support native calling conventions on the Itanium 64.
This means that it is necessary to write wrappers for all functions you wish to register with AngelScript. However, with the help of the auto-generator this isn't so much work as it may seem.
Let me know if you encounter any problems.
This means that it is necessary to write wrappers for all functions you wish to register with AngelScript. However, with the help of the auto-generator this isn't so much work as it may seem.
Let me know if you encounter any problems.
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement