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 ...
Search found 4 matches
- Sun Dec 19, 2004 1:23 pm
- Forum: General Discussion
- Topic: wxWidgets and PureBasic
- Replies: 13
- Views: 3671
- Sat Dec 18, 2004 7:06 pm
- Forum: General Discussion
- Topic: wxWidgets and PureBasic
- Replies: 13
- Views: 3671
- 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:
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- Mon Nov 15, 2004 4:27 pm
- Forum: Coding Questions
- Topic: Path separator symbol -- is "\" universal?
- Replies: 9
- Views: 2252