Help needed for a project.

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Help needed for a project.

Post by Psychophanta »

Hi.
I am making a big document with lots of snippets made in PB and lots of vectorial, mechanical pieces, etc. figures made with paint and others.
I am making it using wordpad, because i want it to be available for any windows without MS-Office.

Perhaps these questions are easy for some of you:
- Are Wordpad (every version W95, W95B, W98, W98SE, etc.) created .rtf files compatible with MS-Word (all versions)?
- How can i put in Wordpad 'links' to local .exe files in order to launch it from wordpad and return to the wordpad document when exiting from the executeable?

Thanksssss! :)
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6172
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

yeah, rtf = rtf

but why not do it in html or pdf? wouldn't that make more sense?

hotlinks are not possible in rtf afaik, but i am known to be wrong now and again :-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide right here... )
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

blueznl wrote:yeah, rtf = rtf

but why not do it in html or pdf? wouldn't that make more sense?

hotlinks are not possible in rtf afaik, but i am known to be wrong now and again :-)
Hotlinks arent possible afaik :)
I would say you should do it in HTML.
However if you dont need hotlinks or so, rtf isnt a too bad choise. Afterall to view HTML requires internet explorer (or firefox), and PDF is not too good as it requires acrobat reader, and its a hell to start on slow machines. I wouldnt NOT choose that for this!

RTF is the best choise, as the richtext dll follows any windows from 95 and up, and if you do not need links.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Insert -> Object -> Create from file -> Browse to your exe file

Important: Check the box "Link". Click ok.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Thank you guys.
ummmhhh.. that's exactly the answer that i was afraid of hear.
I've never 'touched' html, and i don't like pdf because the reason explained by thefool.
Well, now i am making the apps, and i've almost not started to write the text, so i have some time to decide. But surely i will do it in html. :?

EDIT: Trond! You are great!!!. I didn't see your post, silly of me!.
It works great. Thank you. I prefer to do it like that instead html. Or in both formats. :D
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Good thing i only wrote afaik :D
I was thinking that you could do it with objects, however skipped the thought.
Brice Manuel

Post by Brice Manuel »

RTF is the best choise, as the richtext dll follows any windows from 95 and up,
Actually 3.1 supported RTF, and even most DOS word processors supported RTF files. I even have a Psion PalmtopPC that I bought in 1991 (still works fine) and it reads and writes RTF files.
and its a hell to start on slow machines.
I recently bought the box set of all the Spider-Man comics on CDROM and had to install the newer version of Adobe Reader. On a 1.4Ghz Athlon with 1GB RAM, the new version of Adobe Reader crawls. :shock:
okasvi
Enthusiast
Enthusiast
Posts: 150
Joined: Wed Apr 27, 2005 9:41 pm
Location: Finland

Post by okasvi »

Post Reply