OnTheRoad - PortablePB

Everything else that doesn't fall into one of the other PB categories.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by TronDoc.

see below

Edited by - TronDoc on 20 January 2002 09:40:28
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by tranquil.

Hi Trondoc!

If you want you can leave the Examples and the docs away. Thats a big amount of space. possible PB can now fit on a HD Disc. There are no registry entries needed for PB. (Year, fuXX the damn registry, we dont need it! hehe)

And at least: Welcome to the PB Community. :)

Tranquilizer/ Secretly!
Registred PureBasic User
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Pupil.
I can't make it small enough... [:<]


elecTRONics DOCtor
I heal your sick equipment!
{btw I did register my PB}
Hi,
why not try the excellent application made by Rings it packs all files into one EXE. Then you should be able to fitt PB on one disk!
A link to the application can be found here:
http://www.srings.com/downloads/xtract.zip
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Fangbeast.
Would anyone with more experience programming
in PureBASIC and who is not afraid of the
Windows Registry be able to write a
'quick and dirty' console app to
SAFELY remove the PureBASIC and LCC keys?

I'd try it myself, but I'm not familiar
enough with either one and I'm afraid
I'd trash the registry.

Joe
TronDoc, why not use Mr Skunk's excellent Registry library?? I've been playing witht hat this weekend and it works a treat. I reckon if it works for me, anyone can do it :):)

Fangles
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.

It's only the 2 keys than PB changes.

Fred - AlphaSND
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Paul.

I have found that the CloseRegKey() command in Mr.Skunks library crashes when compiled. All the others seem to work fine under the latest version of PB.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.

It works well. Just a little tip: use UCase(Answer$) = "Y" to check both "y" and "Y" in one line (it will convert Answer$ in uppercase).

Fred - AlphaSND
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by TronDoc.

kool -thanks Fred.-I'll update it right away.-jb-...DONE!

YES!
My first PB program..
here is the windows registry key remover that removes
keys used by PureBASIC at the following address:
http://home.dal.net/trondoc/prgrmng/pbkeykill.txt
I've updated my source code with the following:
;Credit where credit is due:
;This program relies on the external
;"Registry" library by Mr. Skunk
;Mr Skunk's PureBasic Web Page
;http://www.skunknet.fr.st
Thank you Mr.Skunk!
Edited by - TronDoc on 21 January 2002 17:04:45
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: OnTheRoad - PortablePB

Post by IdeasVacuum »

why not try the excellent application made by Rings it packs all files into one EXE.
Does that app still exist Rings?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Post Reply