Shoutbox

beginner question - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: beginner question (/showthread.php?tid=32877)

beginner question by zigaritzi on 10-11-2004 at 08:49 AM

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! :D


RE: beginner question by Plik on 10-11-2004 at 05:12 PM

See Cant compile plugin
It seams Dev-C++ Doesnt contain the headers needed


RE: beginner question by zigaritzi on 10-11-2004 at 06:17 PM

well, i did read it befor even posting...but from there i got the impression that u should be able to do without the comdef file...

hey, what does it contain anyway?

hey! 2nd post! :D