in a demo tutorial example program i downloaded it has a included .h file and then in the src code it has funtions like
VB Code:
int thedot'h'file::functionname(arguments) { code; }
i tried calling these functions with
VB Code:
functionname(arguments);
but it didnt work. how can i access these functions?




Reply With Quote