View Single Post
Old 10-14-2005, 02:19 PM  
Jog
Member
 
Join Date: Jul 2003
Posts: 83
Default

very thanks for your reply, i try to export the user module initialization routine inserting :

__declspec(dllexport) BOOL User_StandardInit(LPUSER_MODULE);

in user.h and when try to call in main .cpp i recieve an error.
Jog is offline