Re: [Ql-Users] Large turbo tasks

2012-02-14 Thread George Gwilt
Bulford Sent: Monday, February 13, 2012 9:28 PM To: ql-us...@q-v-d.com Subject: [Ql-Users] Large turbo tasks I am developing a program in SuperBASIC, and compiling with Turbo. The size of the compiled code is around 133k at the moment but I still have quite a lot to add. The problem is I am

Re: [Ql-Users] Large turbo tasks

2012-02-14 Thread Michael Bulford
: Tuesday, 14 February 2012, 10:10 Subject: Re: [Ql-Users] Large turbo tasks On 13 Feb 2012, at 22:05, Tobias Fröschle wrote: Am 13.02.2012 22:45, schrieb Dilwyn Jones: I'm not sure if this has changed in recent versions of Turbo, but there used to be a setting which allowed you to produce smaller

Re: [Ql-Users] Large turbo tasks

2012-02-14 Thread Ralf Reköndt
...@yahoo.co.uk To: ql-us...@q-v-d.com Sent: Tuesday, February 14, 2012 7:05 PM Subject: Re: [Ql-Users] Large turbo tasks Thanks for the idea. I can split my program up into two or more modules, and then use LINK_LOAD. Variables, procedures and functions can then be shared. This is a great idea

Re: [Ql-Users] Large turbo tasks

2012-02-14 Thread Geoff Wicks
-- From: Tobias Fröschle tobias.froesc...@t-online.de Sent: Monday, February 13, 2012 10:05 PM To: ql-us...@q-v-d.com Subject: Re: [Ql-Users] Large turbo tasks Michael, If you're mentioning 133k compiled, that's definitely large. The largest SB

Re: [Ql-Users] Large turbo tasks

2012-02-14 Thread Geoff Wicks
-- From: Geoff Wicks gtwi...@btinternet.com Sent: Tuesday, February 14, 2012 6:51 PM To: ql-us...@q-v-d.com Subject: Re: [Ql-Users] Large turbo tasks -- From: Tobias Fröschle tobias.froesc...@t

Re: [Ql-Users] Large turbo tasks

2012-02-14 Thread Dilwyn Jones
Large compiled SB programs are possible. The GD2 version of my General Election program - on the downloads page of my website - weighs in at 270,934 bytes. Am I the record holder? The program is compiled by QLiberator and the size is mainly attributable to the interactive constituency map,

[Ql-Users] Large turbo tasks

2012-02-13 Thread Michael Bulford
I am developing a program in SuperBASIC, and compiling with Turbo.  The size of the compiled code is around 133k at the moment but I still have quite a lot to add.  The problem is I am getting reports of Code too large to compile, etc.   What I have decided to do is to remove some parts of my

Re: [Ql-Users] Large turbo tasks

2012-02-13 Thread Dilwyn Jones
the reduced file sizes - remember Turbo was originally conceived when we didn't all have as much memory on our systems as today! Dilwyn Jones -Original Message- From: Michael Bulford Sent: Monday, February 13, 2012 9:28 PM To: ql-us...@q-v-d.com Subject: [Ql-Users] Large turbo tasks

Re: [Ql-Users] Large turbo tasks

2012-02-13 Thread Tobias Fröschle
-d.com Subject: [Ql-Users] Large turbo tasks I am developing a program in SuperBASIC, and compiling with Turbo. The size of the compiled code is around 133k at the moment but I still have quite a lot to add. The problem is I am getting reports of Code too large to compile, etc. What I have