Search found 4 matches

by NetSlayer
Sun Dec 19, 2004 1:23 pm
Forum: General Discussion
Topic: wxWidgets and PureBasic
Replies: 13
Views: 3671

On Linux it does absolutely nothing. I replaced CallCFunction() with CallFunction() (CallCFunction() is not available on Linux) and removed the "Debug" line. I compiled and executed it but nothing really happens.

Edit: It sucks on opening the library, that doesn't work.

you used linux lib libwx ...
by NetSlayer
Sat Dec 18, 2004 7:06 pm
Forum: General Discussion
Topic: wxWidgets and PureBasic
Replies: 13
Views: 3671

On Linux it does absolutely nothing. I replaced CallCFunction() with CallFunction() (CallCFunction() is not available on Linux) and removed the "Debug" line. I compiled and executed it but nothing really happens.

Edit: It sucks on opening the library, that doesn't work.
by NetSlayer
Tue Nov 30, 2004 3:09 pm
Forum: Coding Questions
Topic: PB and ASP
Replies: 7
Views: 1669

Just open a connection to your server and send the data in the http header, just like a browser would do.

If you want your data to be transferred via GET (which is the easiest way) you can send a command like this to the server:

Code: Select all

GET /mydir/myfile.asp?mydata=blahblahblah
by NetSlayer
Mon Nov 15, 2004 4:27 pm
Forum: Coding Questions
Topic: Path separator symbol -- is "\" universal?
Replies: 9
Views: 2252

It has to work. Every Windows application uses the backslash.
If it didn't work the Japanese could only use applications made by Japanese people.

Maybe it is not displayed as "\" but internally it has to be "\".