Changes between Initial Version and Version 6 of Ticket #326

Show
Ignore:
Timestamp:
02/22/09 12:42:41 (13 years ago)
Author:
rurban
Comment:

src/io/win32.c must be adapted to use the wide-char API on MSWin, as parrot does not accept wchar pathnames. I guess this is just one header entry to be flipped.

This limitation should be prominently noted.

Parrot_add_library_path should be changed to use STRING, not char*

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #326

    • Property status changed from new to assigned
    • Property severity changed from medium to high
    • Property summary changed from 'make smoke' failed 63 tests. to win32 Wide API needed . 'make smoke' failed 63 tests.
    • Property priority changed from normal to major
    • Property platform changed from to win32
    • Property version changed from to trunk
    • Property milestone changed from to 1.0
    • Property owner set to rurban
  • Ticket #326 – description

    initial v6  
    22 
    33see http://smolder.plusthree.com/app/public_projects/report_details/17984 
     4 
     5parrot fails to load: 
     6.\parrot.exe -o C:/DOCUME~1/É¢»¨ÄÁÈË/LOCALS~1/Temp/tySepN24eO 
     7 
     8The Windows Wide API is not enabled. 
     9 
     10As workaround $TEMP could be checked to point to a pure ascii path.