I agree with Einander.
I'm new to Purebasic and I'm learning by looking at the code posted in the forums. It makes it a little harder when you have to get the snippet to work in V4.
Search found 7 matches
- Wed May 10, 2006 7:58 pm
- Forum: General Discussion
- Topic: Updating old code to the latest PB version
- Replies: 14
- Views: 3507
- Fri May 05, 2006 11:31 pm
- Forum: Off Topic
- Topic: Can The Devil be forgiven by God?
- Replies: 34
- Views: 5168
- Thu May 04, 2006 1:34 pm
- Forum: Off Topic
- Topic: FoxIt PDF reader
- Replies: 13
- Views: 2239
- Thu May 04, 2006 12:29 pm
- Forum: Coding Questions
- Topic: Newbie Help Please
- Replies: 6
- Views: 1230
- Thu May 04, 2006 3:18 am
- Forum: Coding Questions
- Topic: Newbie Help Please
- Replies: 6
- Views: 1230
- Thu May 04, 2006 3:03 am
- Forum: Coding Questions
- Topic: Newbie Help Please
- Replies: 6
- Views: 1230
Newbie Help Please
I just downloaded version 4 beta11 and when I try to compile, I get a compiler error, 'Bad parameter type, number expected instead of string" on the following line.
winID=OpenWindow(#_win, 0,0, 640,480, #PB_Window_SystemMenu|#PB_Window_MinimizeGadget|#PB_Window_MaximizeGadget|#PB_Window_SizeGadget ...
winID=OpenWindow(#_win, 0,0, 640,480, #PB_Window_SystemMenu|#PB_Window_MinimizeGadget|#PB_Window_MaximizeGadget|#PB_Window_SizeGadget ...
- Tue May 02, 2006 6:22 pm
- Forum: Coding Questions
- Topic: serial port
- Replies: 2
- Views: 1310
serial port
Anybody have some example code for sending a text file and receiving one, through the serial port.
Thanks
Thanks