I'm just wondering if there are any limitations to what we can do with PB.
For instance, Firefox Plugins, or Windows Sidebar/Desktop Gadgets
I'm more interested in the Sidebar/Desktop Gadgets personally, as I have a few ideas for things I'd like to make for personal use..
Do these types of applications requires certain things PB can't do / or can only do with pesky workarounds?
edit:
I've heard it only really requires XML, HTML, CSS, and VBScript or Javascript, with ActiveX/COM for more complicated things?
It seems kind of hard to find any sort of guide or tutorial that outlines all the technologies involved though, and how to use them to make such a gadget..
Can we do (insert type of app) with PB?
Re: Can we do (insert type of app) with PB?
There is not much you cant do with PB.
- any kind of kernel mode code (drivers)
- operating system (someone did it but you need to rewrite the libs, which makes it more or less useless)
- apps for any other plattform than Windows (x86 and x64), Linux (x86 and x64) and Mac OS (x86 and PPC)
Re: Can we do (insert type of app) with PB?
No and no.
As you say they are both based on html/xml and js.
I think you can start PB (or really any) applications out of the plugins/wigdets but the UI has to be done in the specific language.
As you say they are both based on html/xml and js.
I think you can start PB (or really any) applications out of the plugins/wigdets but the UI has to be done in the specific language.
Re: Can we do (insert type of app) with PB?
Haven't heard of anyone writing an OS with PB before ... do you have a link?Thorium wrote:There is not much you cant do with PB.
If you want to write plugins you need the documentation of the plugin interface.
- any kind of kernel mode code (drivers)
- operating system (someone did it but you need to rewrite the libs, which makes it more or less useless)
- apps for any other plattform than Windows (x86 and x64), Linux (x86 and x64) and Mac OS (x86 and PPC)
Re: Can we do (insert type of app) with PB?
I think it is/was this one here:X wrote:Haven't heard of anyone writing an OS with PB before ... do you have a link?
https://gitorious.org/paloxena
However, I don't think that PureBasic is envolved anymore...
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Re: Can we do (insert type of app) with PB?
Here is the original post on the german forum: http://www.purebasic.fr/german/viewtopi ... 8&start=14c4s wrote:I think it is/was this one here:X wrote:Haven't heard of anyone writing an OS with PB before ... do you have a link?
https://gitorious.org/paloxena
However, I don't think that PureBasic is envolved anymore...
Unfortunatly the download is down, but it did worked. The name was Camelopardalis, made by the same guy as Paloxena.

