Hi, I just want to know how to implement functions in a DLL. If I remember correctly I should implement the W function and call it in the implementation of the A function. Do I have to do some string manipulation functions in the A function? I'm looking forward to reading from you. Best Regards, Gerold
Gerold Jens Wucherpfennig <gjwucherpfennig(a)gmx.net> wrote:
I just want to know how to implement functions in a DLL. If I remember correctly I should implement the W function and call it in the implementation of the A function.
Do I have to do some string manipulation functions in the A function?
I'm looking forward to reading from you.
You should be able to figure that out on your own. Have a look at any existing API implemenation. This is a developers list, not a programming support forum. -- Dmitry.
participants (2)
-
Dmitry Timoshkov -
Gerold Jens Wucherpfennig