Nrgzyer <[email protected]> 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
Nrgzyer <[email protected]> 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