Append wchar enumeration to string

Simen kjaeraas simen.kjaras at gmail.com
Sun Nov 21 08:44:10 PST 2010


Nrgzyer <nrgzyer at gmail.com> wrote:

> When I use an string enumeration, I get the following error (dmd1):
>
> CURRENCY base type must be of integral type, not char[]

Ah, you're using D1. Well, a solution would be to use dchar[] instead
of char[].

-- 
Simen


More information about the Digitalmars-d-learn mailing list