Linking to _wtol function

Dmitry Timoshkov dmitry at baikal.ru
Sat Aug 2 23:20:13 CDT 2003


"Robert Shearman" <R.J.Shearman at warwick.ac.uk> wrote:

> I'd like to get people's opinions on how I should link to the _wtol function 
> from a Wine DLL. Should I:
> 
> a) Link to NTDLL and use the function there
> b) Link to MSVCRT and use the function there
> c) Create a new function in unicode.h
> d) Copy the function into my DLL

e) use strtolW provided by libwine_unicode and declared in unicode.h

-- 
Dmitry.





More information about the wine-devel mailing list