Build errors with recent checkout
    Bill Baxter 
    wbaxter at gmail.com
       
    Mon Sep  8 21:30:45 PDT 2008
    
    
  
On Mon, Sep 8, 2008 at 6:33 PM, Frank Benoit <keinfarbton at googlemail.com> wrote:
> Bill Baxter schrieb:
>> Just wanted to add that I tried doing the above, and it did make the
>> problem go away.  (I was still waiting for dwt-lib to finish compiling
>> when I posted that).  So that was the only error in the dwt-win build.
>>
>> --bb
>
> Thanks, it is fixed now.
Not quite:
+public char[] toWCharArray( String str ){
+    return toString16(str);
+}
+
Should be returning a wchar[].
--bb
    
    
More information about the Digitalmars-d-dwt
mailing list