Search found 23 matches
- Tue Feb 20, 2018 10:12 am
- Forum: General Discussion
- Topic: PureBasic and the Future
- Replies: 20
- Views: 8764
- Mon May 10, 2010 6:11 pm
- Forum: Coding Questions
- Topic: Sound3D not working
- Replies: 6
- Views: 2023
Re: Sound3D not working
In the example change the line MoveCamera (...) to MoveNode (...)
- Sun May 09, 2010 9:33 pm
- Forum: Coding Questions
- Topic: Sound3D not working
- Replies: 6
- Views: 2023
Re: Sound3D not working
You have to move the object not the camera like in the example.
- Thu Oct 20, 2005 12:37 am
- Forum: Coding Questions
- Topic: Reading Serial Port
- Replies: 10
- Views: 4571
- Sat Aug 13, 2005 2:02 am
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] Serial port commands
- Replies: 31
- Views: 11720
- Tue Jul 19, 2005 9:49 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] Serial port commands
- Replies: 31
- Views: 11720
I also vote for nativ COM commands and nativ USB handling.
Neither RS232 nor RS422 are protocols I think, they only describe the physical layer. It's up to the user to define his protocol. RS232 is as professional as RS422. Indeed RS422 more insensible to electric distortion and the better choice ...
Neither RS232 nor RS422 are protocols I think, they only describe the physical layer. It's up to the user to define his protocol. RS232 is as professional as RS422. Indeed RS422 more insensible to electric distortion and the better choice ...
- Sat Sep 13, 2003 11:26 am
- Forum: General Discussion
- Topic: WE nEED OoP
- Replies: 2
- Views: 2511
- Wed Sep 10, 2003 9:07 pm
- Forum: Coding Questions
- Topic: Send/ReceiveNetworkFile
- Replies: 9
- Views: 3242
- Wed Sep 10, 2003 6:28 pm
- Forum: Coding Questions
- Topic: Send/ReceiveNetworkFile
- Replies: 9
- Views: 3242
- Tue Jul 22, 2003 9:30 pm
- Forum: Announcement
- Topic: jaPBe 1.3.7.18
- Replies: 24
- Views: 12455
- Sat Jul 19, 2003 12:22 pm
- Forum: Windows
- Topic: how to connect PB to mysql with OpenDatabase?
- Replies: 4
- Views: 5089
Re: how to connect PB to mysql with OpenDatabase?
If DSN = billing exists than OpenDatabase(2, "billing","root", "test") should do it.
query.s = "INSERT INTO aktverb (persID, anschlussID) VALUES ('123','123')"
is ok if persID and anschlussID are defined as string
Result=DatabaseQuery(query.s)
CloseDatabase(2)
that's it.
query.s = "INSERT INTO aktverb (persID, anschlussID) VALUES ('123','123')"
is ok if persID and anschlussID are defined as string
Result=DatabaseQuery(query.s)
CloseDatabase(2)
that's it.
- Mon Jul 07, 2003 1:21 am
- Forum: Coding Questions
- Topic: PB Networking Code Example
- Replies: 8
- Views: 2649
- Sun Jul 06, 2003 12:35 am
- Forum: Announcement
- Topic: jaPBe - Preview (just another PureBasic editor)
- Replies: 33
- Views: 14501
- Sat Jul 05, 2003 10:08 pm
- Forum: Announcement
- Topic: jaPBe - Preview (just another PureBasic editor)
- Replies: 33
- Views: 14501
ASCII table shows up shortly and then the field is grey. Moving the cursor in the grey field shows characters in the little preview field. Moving the main window partial out of the screen and then selecting ASCII table in the menu the table does not appear. Moving the main window back to center of ...
- Sat Jul 05, 2003 8:20 am
- Forum: Coding Questions
- Topic: Problem with for - next
- Replies: 14
- Views: 3826