View Single Post
Ruckus
Junior Member
Join Date: Feb 2005
Old 03-28-2005 , 19:03  
#11

Quote:
Originally Posted by vancelorgin
You have to now either do HDEVFUNC and DEFVFUNC with the same params or DEFVFUNC_ - I made it this way so original functions may be exported to other source files (put HDEFVFUNC in a header and DEFVFUNC in *one* source file - the one with your function to be called in it). If you don't need to export it just add the _ on the end and it'll be equivilant to HDEFVFUNC and DEFVFUNC.

Long story short, add a _ to DEFVFUNC.
Didn't get a chance to try again until now but things are working great, thanks
Ruckus is offline