View Single Post
Old 31st May 2006, 12:09 PM   #2
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,564
Default

If you are using gcc, I assume you are using Linux (or Mac?)

You don't need to compile it against a library but you will need the AC3D headers. If you don't have these, send your license key to me and I'll email a copy.

For linux, link it with 'ld -shared' and call it a <plugin-name>.p so that AC3D picks it up as a shared library.
Andy is offline   Reply With Quote