You are here

Portableapps code

8 posts / 0 new
Last post
rogerferrari
rogerferrari's picture
Offline
Last seen: 1 year 10 months ago
Joined: 2010-02-12 14:30
Portableapps code

Hi everybody! I would like to solve a doubt!

Can I download the source of portableapps menu, change some code (for my own purpose) compile and use it only in my own USB drive? with no problems about copyright or this stuff?

and is it possible, change the source and compile my version? what compiler do I need?

and what is the language that it is built? I know something about C/C++

Thank you so much, and sorry for my horrible english :S

scriptdaemon
Offline
Last seen: 4 years 5 months ago
Developer
Joined: 2008-10-10 17:40
Open Source.

The PortableApps.com menu is completely open source. You can edit and compile your own version without any licensing issues.

However, the menu is written in Delphi, and I *believe* you'll need Delphi 2010 (which is paid software, an unfortunate caveat).

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 6 months ago
Developer
Joined: 2006-05-26 12:08
actually it will now be

actually it will now be developed with Delphi XE now

your friendly neighbourhood moderator Zach Thibeau

gluxon
gluxon's picture
Offline
Last seen: 3 years 7 months ago
Developer
Joined: 2008-06-21 19:26
To clear it up a bit more,

To clear it up a bit more, Beta 6 will use Delphi XE. The current build for Beta 5 is still using Delphi 2010.

solanus
solanus's picture
Offline
Last seen: 9 years 6 months ago
Joined: 2006-01-21 19:12
Delphi is a variant of Object Pascal

And there is an Open Source IDE that PARTIALLY supports Delphi.
It's called Lazarus.

If you are creative enough, you probably could adapt a lot of the code to compile in Lazarus. You probably won't get every function, because I've been told that the menu uses certain proprietary components that are only in Delphi.

But, if you have time, skill and patience, I'd bet you could make a menu that does almost everything that the PA.c Menu does.

It would be a lot of work.

I made this half-pony, half-monkey monster to please you.

rogerferrari
rogerferrari's picture
Offline
Last seen: 1 year 10 months ago
Joined: 2010-02-12 14:30
Thank you guys

Thanks everybody, now i'm going to read something about delphi, pascal, etc...
and save some money to buy delphi 2010, is it too expensive? hehe

thank you again for the information.

Rocking for the One who is the Rock

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 6 months ago
Developer
Joined: 2006-05-26 12:08
it's fairly expensive and

it's fairly expensive and you're best off getting Delphi XE the next beta and up will be using this version.

your friendly neighbourhood moderator Zach Thibeau

rogerferrari
rogerferrari's picture
Offline
Last seen: 1 year 10 months ago
Joined: 2010-02-12 14:30
I see... Does anybody could

I see... Does anybody could please compile the code I changed?

Rocking for the One who is the Rock

Log in or register to post comments