Hello again Dudes,
Continuing with my particular drama :D
Now i'm looking for a basic logger for my DLL.
I've try the basic open file and write something, without result.
Any ideas ?
I'll try again and update used code and comments.
Edited, i'm having another problem.
In the DLL, I have MtheDll.bas module, where i've put the dll methods and tested and works fine.
In order to use winsock, i've added a form to the dll (it's ok ?) and put the code to catch the events.
My current problem is the functions in form code are unaccesible from module code.
If I put the whole source on form, im unable to get access to the dll public methods.
Thanks for any idea
Continuing with my particular drama :D
Now i'm looking for a basic logger for my DLL.
I've try the basic open file and write something, without result.
Any ideas ?
I'll try again and update used code and comments.
Edited, i'm having another problem.
In the DLL, I have MtheDll.bas module, where i've put the dll methods and tested and works fine.
In order to use winsock, i've added a form to the dll (it's ok ?) and put the code to catch the events.
My current problem is the functions in form code are unaccesible from module code.
If I put the whole source on form, im unable to get access to the dll public methods.
Thanks for any idea