Search found 7 matches

by obelisk
Wed May 10, 2006 7:58 pm
Forum: General Discussion
Topic: Updating old code to the latest PB version
Replies: 14
Views: 3507

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.
by obelisk
Fri May 05, 2006 11:31 pm
Forum: Off Topic
Topic: Can The Devil be forgiven by God?
Replies: 34
Views: 5168

More importantly, can God be forgiven by the devil?
by obelisk
Thu May 04, 2006 1:34 pm
Forum: Off Topic
Topic: FoxIt PDF reader
Replies: 13
Views: 2239

The FoxIt reader is a good alternative to adobe's.
by obelisk
Thu May 04, 2006 12:29 pm
Forum: Coding Questions
Topic: Newbie Help Please
Replies: 6
Views: 1230

It is clear....now that I know that the syntax has changed.

I'm new to purebasic and so when some code says it was for V4, I thought maybe I was getting errors because I did not install properly.

Thanks for clearing that up.
by obelisk
Thu May 04, 2006 3:18 am
Forum: Coding Questions
Topic: Newbie Help Please
Replies: 6
Views: 1230

I see now,

I took for granted that the code would work in all V4 betas.

Thanks
by obelisk
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 ...
by obelisk
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