have some c++ experience but new to making plugins...
using Dev-C++ and since i dont have any comdef header i removed it, heared that it aint necessary....
i only did that and removed some functions from the samples to get started
but for some reason i get some errors that i cant understand...
here they are:
[linker error] undefined refrence to `sCCNotify'
[linker error] undefined refrence to `WinMain@16'
i would say sCCNotify is rather defined in MPPluginHeader.h that is included by MPPluginC.h that is included by the file i'm trying to compile (MPPluginC.cpp)
hm...any reson any1 can think of?
hey! first post!