Thread: Please Help!
View Single Post
Old 16th March 2004, 04:29 AM   #6
LiveWire
Senior Member
Professional user
 
Join Date: Nov 2003
Location: Eugene OR, USA
Posts: 212
Default Re: Please Help!

wow i must have been completely blind to have missed the DLL radio button. lol
k so i can make a .dll(or .p) but now im having problems with code

the code:
Quote:
#include "ac_plugin.h"

AC3D_PLUGIN_FUNC int AC3DPluginInit()
{
return 0;
}
AC3D_PLUGIN_FUNC int AC3DPluginExit()
{
return 0;
}
AC3D_PLUGIN_FUNC char *AC3DPluginAbout()
{
return "";
}
i have the ac3d.lib included
it makes acTest.dll wich i change to acTest.p and drag into the plugins folder.

i get this message as ac3d boot:
Quote:
AC3DPluginInit not found in plugin file D:\Program Files\AC3D4\plugins\acTest.p
plugin error 'AC3DPluginInit'
- The operation completed successfully.
all i want is to load my plugin into ac3d without getting this message, any ideas why its messing up?
is it because i have nothing in AC3DPluginInit()?

Philip
LiveWire is offline   Reply With Quote