Board index » delphi » borland pascal 32 bit ?
Skybu
![]() Delphi Developer |
Mon, 10 May 2004 22:27:44 GMT
|
Skybu
![]() Delphi Developer |
Mon, 10 May 2004 22:27:44 GMT
borland pascal 32 bit ?
Is it possible to write a 32 bit pascal program with borland pascal 7
? Can I easily use 4 megabyte of memory with borland pascal 7 ? Do I need a special dos extender to run the programs ? What is the largest array ? ( In turbo pascal it is 64000 bytes ). |
Marco van de Voor
![]() Delphi Developer |
Mon, 10 May 2004 22:51:06 GMT
Re:borland pascal 32 bit ?QuoteIn article <3bfd0afe.4138789@news>, Skybuck wrote: Quote> Can I easily use 4 megabyte of memory with borland pascal 7 ? Quote> Do I need a special dos extender to run the programs ? host. Quote> What is the largest array ? For a true 32-bit compiler, see e.g. www.freepascal.org |
Femme Verbee
![]() Delphi Developer |
Tue, 11 May 2004 04:00:27 GMT
Re:borland pascal 32 bit ?"Marco van de Voort" <mar...@toad.stack.nl> schreef in bericht Quote> In article <3bfd0afe.4138789@news>, Skybuck wrote: DPMI16BI.OVL and RTM.EXE. Normally they are in your BP\BIN directory. If you distribute your protected mode program, the borland no nonsence licence allows you to distribute these two necessary files with your program. There is a 32 bit toolbox available at http://www.monstersoft.com/download/newfront.zip This allows you to use larger structures than 64 kbyte. Femme Verbeek |
Dr John Stockto
![]() Delphi Developer |
Tue, 11 May 2004 05:13:12 GMT
Re:borland pascal 32 bit ?JRS: In article <3bfd0afe.4138789@news>, seen in news:comp.lang.pascal.borland, Skybuck <removethis.skybuck2...@hotmail.c om> wrote at Thu, 22 Nov 2001 14:27:44 :- Quote>Is it possible to write a 32 bit pascal program with borland pascal 7 are not needed, a combination of the BP7 IDE and the Delphi command-line compiler can be quite effective. In *some* cases, you may be able to initially test the program, with limited data, in BP7, and use Delphi for production. Quote>Can I easily use 4 megabyte of memory with borland pascal 7 ? Quote>Do I need a special dos extender to run the programs ? Quote>What is the largest array ? can sometimes be useful. = Does anyone know of a free Pascal graphic screen to GIF file converter? -- |
Skybu
![]() Delphi Developer |
Tue, 11 May 2004 07:35:44 GMT
Re:borland pascal 32 bit ?On Thu, 22 Nov 2001 21:13:12 +0000, Dr John Stockton Quote<s...@merlyn.demon.co.uk> wrote: I could use delphi to develop and test it etc... And then use borland pascal compiler to generate an executable. So I would do it the other way around ? But what are you saying ? It's like you are saying it is possible to -- |
Skybu
![]() Delphi Developer |
Tue, 11 May 2004 07:37:07 GMT
Re:borland pascal 32 bit ?On 22 Nov 2001 14:51:06 GMT, Marco van de Voort <mar...@toad.stack.nl> wrote: Quote>In article <3bfd0afe.4138789@news>, Skybuck wrote: I would like to see some internet/stack code.. and it is available. I have no experience with it yet... But these limitations of borland pascal and tp7 are becomming a |
Skybu
![]() Delphi Developer |
Tue, 11 May 2004 07:38:30 GMT
Re:borland pascal 32 bit ?Developing cross platform, cross compiler pascal code is the way to code :) -- Skybuck presents free software for windows 95 and up: Network Info, UDP Speed Test v1.07 and UDP Multicast Test v2.00 http://www.mycgiserver.com/~skybuck |
Marco van de Voor
![]() Delphi Developer |
Tue, 11 May 2004 18:25:00 GMT
Re:borland pascal 32 bit ?QuoteIn article <3bfd8a67.36760568@news>, Skybuck wrote: |
Marco van de Voor
![]() Delphi Developer |
Tue, 11 May 2004 18:27:13 GMT
Re:borland pascal 32 bit ?QuoteIn article <3bfd8beb.37148528@news>, Skybuck wrote: code can be changed to run with FPC, but sometimes it just needs some effort. The only real limitation afaik are DLLs. Quote> I have no experience with it yet... to go back. Quote> But these limitations of borland pascal and tp7 are becomming a |
Franck pissott
![]() Delphi Developer |
Tue, 11 May 2004 17:54:33 GMT
Re:borland pascal 32 bit ?Skybuck a crit : Quote> Is it possible to write a 32 bit pascal program with borland pascal 7? unit U386; {-- codes assembleur 386} interface const REG32=$66; ADR32=$67; FS=$64; GS=$65; implementation end. asm Quote> Can I easily use 4 megabyte of memory with borland pascal 7 ? i tried to do some experiments to use the linear frame buffer for a video card. unfortunately most dpmi servers dont implements all dpmi call and some are not very well documented so i resigned. you can use other 32 bit pascal like tmt, freepascal |
Femme Verbee
![]() Delphi Developer |
Wed, 12 May 2004 07:39:39 GMT
Re:borland pascal 32 bit ?Quote> > Can I easily use 4 megabyte of memory with borland pascal 7 ? In borland pascal it's as simple as in the main menu choose Femme |
EvilBill[AGQx
![]() Delphi Developer |
Thu, 13 May 2004 04:40:24 GMT
Re:borland pascal 32 bit ?Quote"Femme Verbeek" <f...@{*word*104}jet.nl> wrote in message -- "When Trek makes sense, it's a blast. When it doesn't, do not try -- EvilBill[AGQx] ICQ: 37464244 - AIM: EvilBill1782 - MSN: dev...@agqx-imperium.fsnet.co.uk Join the Glorious AGQx Revolution! http://www.agqx.org/ *Spam these addresses, not mine!!* |
Femme Verbee
![]() Delphi Developer |
Fri, 14 May 2004 00:57:30 GMT
Re:borland pascal 32 bit ?Quote> > In borland pascal it's as simple as in the main menu choose will do the same. A short time ago (starting 30-10) there was a thread in this newsgroup called More Memory. Read that if you want more information. I see no reason why it would not be possible to reach more than 64 MB provided that you use a better memory manager, but that will never be as easy as the direct approach that kan be done using the normal protected mode tools. A nice thing happened to me many years ago when working on a computer with 4 MB only. Windows (I believe it was v3.0) granted me 10 MB, and it worked. So far this has been the only time that Windows gave me more than I bargained for. :-) Femme |
Jason Burgo
![]() Delphi Developer |
Thu, 13 May 2004 07:16:11 GMT
Re:borland pascal 32 bit ?QuoteFranck pissotte <franck.pisso...@free.fr> wrote in message Quote> asm does not go AWOL when single-stepping through it: asm -- Jason Burgon - Author of "Graphic Vision" GUI for DOS/DPMI |
Markus.Hum
![]() Delphi Developer |
Mon, 24 May 2004 06:44:28 GMT
Re:borland pascal 32 bit ?QuoteDr John Stockton wrote: wanted 28 US cents (or about that amout) for every distributed copy of my freeware software... => I won't provide GIF support for my self. Greetings Markus |
1. 32-bit compiler for Borland Pascal v7 w/Objects
3. 32-Bit-DPMI-Host does it work with Borland Pascal 7.0
4. Compiling 16-bit vs 32-bit in Borland C++ pro
5. A Borland Pascal 32-Bit Compiler ? Where can I get it ?
6. DDE between 32-bit Delphi and 16-bit Pascal
7. 16 bit vs 32 bit and rewrite and win32 api and I/O error 32
8. Need Pascal to Delphi or C++ or Pascal 32-bit conversion advice