Search found 3 matches

by Ildar
Fri Aug 07, 2009 7:59 am
Forum: C++ Development
Topic: RegEx question
Replies: 5
Views: 1311

I've already tried with many regular expresions, but none is valid for what I need. For me this is the one that should work fine: ((?!</script)[[:alnum:][:punct:][:space:]]*) But it doesn't actually. What I'm doing wrong? I beleive it should be like follows ((?!</script)[[:alnum:][:punct:][:space:]...
by Ildar
Thu Aug 06, 2009 7:06 am
Forum: Component Writing
Topic: wxCurl in unicode build
Replies: 5
Views: 5849

I'm getting these errors too. I don't think compiling wxCurl on Windows works, the only people who can successfully compile it are on Linux. Too bad, I had high hopes. It looks like I haven't been here for too long... I managed to compile wxcurl under windows, although it took me some time to adjus...
by Ildar
Wed Oct 04, 2006 2:27 pm
Forum: Component Writing
Topic: wxCurl in unicode build
Replies: 5
Views: 5849

wxCurl in unicode build

hi, Has anybody managed to compile wxCurl using wxWidgets unicode build? I'm trying to build wxCurl in Visual Studio 2005 and getting a bunch of errors like follows: Error 3 error C2664: 'ftpparse' : cannot convert parameter 2 from 'wxChar *' to 'char *' e:\projects\bus\lib\wxcurl\src\curl\ftptool.c...