Original Post
Hi, I'm new to angelscript. I've been trying several scripting libraries for the last few days and when I saw angelscript's quick reference I thought I had found my little holy grial. But now that I'm trying to link it into a C based program I'm encountering problems. I understood from the manual it was possible to link it into C, after some searching I understood the way of doing it was compiling it with: AS_C_INTERFACE;AS_NO_CLASS_METHODS (and ANGELSCRIPT_EXPORT for the lib linking). Well... angelscript doesn't build when using these. The library headers try to use class methods in the building path with class methods disabled. Could anyone help me here? Does anyone have it linked into a C program? [Edited by - jal_ on May 17, 2008 6:25:27 AM]