Search found 1 match

by edgemitter
Mon Sep 05, 2005 7:43 pm
Forum: Platform Related Issues
Topic: wxVsscanf portability
Replies: 1
Views: 1056

wxVsscanf portability

Hi all, I'm writing an application for both Windows and Linux with wx 2.4.2 and the gcc compiler. I found that using the function wxVsscanf under Linux works fine but under Windows wxVsscanf calls the vstscanf function (so is, wx assumes wxHAVE_TCHAR_SUPPORT), wich is not in the mingw distribution. ...