W and A functions in wine DLLs

2011-04-16 Thread Gerold Jens Wucherpfennig
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

Re: W and A functions in wine DLLs

2011-04-15 Thread Dmitry Timoshkov
Gerold Jens Wucherpfennig 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 lo

W and A functions in wine DLLs

2011-04-15 Thread Gerold Jens Wucherpfennig
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