Improving D's support of code-pages

Anders F Björklund afb at algonet.se
Mon Aug 20 12:04:59 PDT 2007


Sean Kelly wrote:

>> You can use Win32 calls, as long as you wrap them in version(Win32) ?
> 
> Yup.  They require an additional library to be linked as well.  I take 
> care of this with "pragma(lib)" on DMD, but don't know if GDC supports 
> this. 

Not unless the build tool does (e.g. it being listed in Makefile)

> Aside from that, it's simply a matter of GDC users having the 
> .lib file available (it's included with DMC).

As long as it is available in MinGW, it shouldn't be any problem.

--anders



More information about the Digitalmars-d mailing list