actually whilke i think about it, the file i loaded in was written quite a while ago on the windows version, not sure if that could be causing the wierd text or not.
but the buttons are corrupt even if no source is loaded.
Search found 15 matches
- Fri Dec 02, 2005 9:36 pm
- Forum: Linux
- Topic: linux .deb ubuntu
- Replies: 19
- Views: 6668
- Fri Dec 02, 2005 8:35 am
- Forum: Linux
- Topic: linux .deb ubuntu
- Replies: 19
- Views: 6668
It installs fine via the tar.gz file and i did read the install file, was just never sure if the problem was me or the .deb file originally.
I prefer using deb files because the process is automated no need to copy or move files or anything.
i have noticed the new gui for linux pure basic does not ...
I prefer using deb files because the process is automated no need to copy or move files or anything.
i have noticed the new gui for linux pure basic does not ...
- Sun Nov 27, 2005 1:35 pm
- Forum: Linux
- Topic: linux .deb ubuntu
- Replies: 19
- Views: 6668
linux .deb ubuntu
hi having problem installing, any ideas what this error mean i am installinmg in a root terminal, but i get the error regardless of what level of access i have.
currently using ubuntu breezy and i downloaded the .deb file today
dpkg -i purebasic_3_94.deb
(Reading database ... 133005 files and ...
currently using ubuntu breezy and i downloaded the .deb file today
dpkg -i purebasic_3_94.deb
(Reading database ... 133005 files and ...
- Mon May 16, 2005 9:15 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] Cross platform events
- Replies: 0
- Views: 1189
[Implemented] Cross platform events
would like to be able to use windows and handle events in a cross platform way, so that code i write will compile on both computers.
in other words keyevents and mouse events in windows, so that i can read keypresses and mouse clicks on both platforms in a generic way.
in other words keyevents and mouse events in windows, so that i can read keypresses and mouse clicks on both platforms in a generic way.
- Fri Oct 29, 2004 9:48 pm
- Forum: Coding Questions
- Topic: Hi been messing with SDl again :p
- Replies: 1
- Views: 1026
Re: Hi been messing with SDl again :p
Couple of example SDL progs on display a bitmap another drawing rectangles using alpha blending. you will need sdl.res from the linux purebasic and to have the sdl dll installed.
The pixel plotting code is included but still does not work if some one can get it working or figure out why it would be ...
The pixel plotting code is included but still does not work if some one can get it working or figure out why it would be ...
- Wed Oct 27, 2004 8:41 pm
- Forum: Coding Questions
- Topic: Hi been messing with SDl again :p
- Replies: 1
- Views: 1026
Hi been messing with SDl again :p
having probs with screen\pixels and screen\pitch returning wrong values, anyone else had a similar problem or know possible reason why?
I know this cuz i wrote the same progrm in c and pb and on printing out the pitch and pixels values they are different for a 800x600x16bit screen
in c i get ...
I know this cuz i wrote the same progrm in c and pb and on printing out the pitch and pixels values they are different for a 800x600x16bit screen
in c i get ...
- Tue Oct 12, 2004 7:56 pm
- Forum: Coding Questions
- Topic: USB Remote Control
- Replies: 4
- Views: 1968
- Sun Oct 10, 2004 10:41 am
- Forum: Coding Questions
- Topic: USB Remote Control
- Replies: 4
- Views: 1968
USB Remote Control
I have a usb remote wonder and would like to catch button presses from it but do not have a clue how todo this can any one give me some hints.
Is there a way to capture raw data from usb like you can with the serial port ?
any libraries available just need a starting point really if its possible ...
Is there a way to capture raw data from usb like you can with the serial port ?
any libraries available just need a starting point really if its possible ...
- Sun Sep 12, 2004 6:48 pm
- Forum: Coding Questions
- Topic: Listing the Database Table Names
- Replies: 7
- Views: 3088
- Sun Sep 12, 2004 10:24 am
- Forum: Coding Questions
- Topic: help converting a piece of code
- Replies: 0
- Views: 739
help converting a piece of code
I am trying to convert the following code to purebasic i have attempted it but it crashes my program can anyone give me a hand converting it if it is possible.
It uses unsigned word values so i was trying to use a long, although the color value is a 32 bit unsigned value i shoudl be able to poke in ...
It uses unsigned word values so i was trying to use a long, although the color value is a 32 bit unsigned value i shoudl be able to poke in ...
- Sun Aug 29, 2004 11:36 am
- Forum: Coding Questions
- Topic: Php to PB
- Replies: 6
- Views: 2446
I know you do not want a converter, but the program is a parser as it parses ASP code and convert it into PHP the parsing process can be used for any kind of parsing with modification.
The same principles could be applied to parse your php string into what ever format you require for PB, or if you ...
The same principles could be applied to parse your php string into what ever format you require for PB, or if you ...
- Sat Aug 28, 2004 2:25 pm
- Forum: Coding Questions
- Topic: Php to PB
- Replies: 6
- Views: 2446
- Mon Aug 23, 2004 10:08 pm
- Forum: Coding Questions
- Topic: SDL
- Replies: 5
- Views: 1578
SDL
how hard is creating binding any info anywhere on doing this ?
I would really like to use SDL with purebasic as it will make porting existing code simpler.
I am using windows at momeny but tend to right applicatios so they work on linux as well.
I would really like to use SDL with purebasic as it will make porting existing code simpler.
I am using windows at momeny but tend to right applicatios so they work on linux as well.
- Mon Aug 23, 2004 6:52 pm
- Forum: Coding Questions
- Topic: SDL
- Replies: 5
- Views: 1578
SDL
Hi,
I noticed on the feature list for pure basic it said you can use SDLand directx.
- Easy but very fast 2D game support trough dedicated libraries (DirectX, SDL, ...)
I want to use SDL as i am very familiar with libraries and done quite a bit of graphics and networking programming using these ...
I noticed on the feature list for pure basic it said you can use SDLand directx.
- Easy but very fast 2D game support trough dedicated libraries (DirectX, SDL, ...)
I want to use SDL as i am very familiar with libraries and done quite a bit of graphics and networking programming using these ...