Avatar of joegoggins
joegoggins
 asked on

Running Pascal on Windows 98 ( Another Pascal Required )

Hello , I am currently running Turbo Pascal Version 5 in work on a DOS machine .
I want to run this on my home machine but I keep getting errors ( vmm32.vxd errors ) due to booting into DOS mode.

Is there any Pascal that I can run on windows 98 that will allow me to do the same things as the Turbo Pascal I have in Work.

I am wanting something that will allow me to code at home and just bring it into work and load my code up there without any modification's required.
Pascal

Avatar of undefined
Last Comment
cromozon

8/22/2022 - Mon
cromozon

I think GNu-pascal cna do the job,

this is the manual page about borland pascal and the differences with gnu.pascal
http://www.gnu-pascal.de/gpc/Borland-Pascal.html#Borland%20Pascal

this is their homepage
http://www.gnu-pascal.de/gpc/h-index.html

an excelent IDE can be downloaded here:
http://www.bloodshed.net/download.html
joegoggins

ASKER
There does'nt seem to be any confirmation that this borland version of pascal is going to allow the same syntax as that of Turbo Pascal . I will download it and try .. If your correct , u get the points .. thanks
Mike McCracken

listening
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
ASKER CERTIFIED SOLUTION
dbrunton

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
WhoPhlungPoo

There is a really nice Pascal compiler that has an IDE that runs in windows and compiles code that will work in dos and or windows.  Take a look at this link: http://www.tmt.com/

TMP Pascal is almost 100% portable between turbo pascal
alwayssmiling2

I would suggest going to Borland's website, and downloading Turbo Pascal 5.0.. I had it, and was running it on Windows 98SE in a DOS Based window.. I didn't have to reboot into DOS, just created a shortcut to the file, and added it to my Programs menu.
I also downloaded their Turbo Debugger, and TASM (Assembly language compiler).  
Patrick.
VGR

agree with alwayssmiling, I never had a problem on ZindoZe compared to pure DOS
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
alwayssmiling2

I wanted to add these two things also..
1) I was incorrect in the version.. I downloaded Turbo Pascal 5.5, but I don't think there's a big difference in the two of them.

2) I am currently running it on Windows 2000 Profesional, in a setup where I just click the shortcut icon on my desktop.  THe only problem I have (and I know there's a fix for it) is that I can't use my mouse in there..
Patrick.
dbrunton

Batch file instead of running the turbo pascal executeable.

Get hold of the ctmouse driver.

http://cutemouse.sourceforge.net/

That'll be the first line in the batch file.
The second line will be the turbo pascal executeable.

That should do it.
joegoggins

ASKER
To  cromozon , i installed Borland pascal only to find out it does'nt carry a multi-tasking library.

Can the multi-task library form Turbo Pascal 5 be added to Borland Pascal , and WORK .. If so whta is the library file , and what do i do with it.

 
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
dbrunton

VGR

multithread, not multitask, right ?
cromozon

> joegoggins
I never have used multithreading in pascal.. so I couldn't say...
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.