On 11/7/2022 4:56 PM, Aitor SantamarĂa wrote:
After all, if you declare a procedure to be far is because you want it
to be called far, right?
I have not tried anything like this with 16bit FPC, but in BP7 (and
probably before that, but that's +30 years ago đ ), procedural
parameters have alwa
Hello!
I simplified my email, but this is how it is actually being done :(
Aitor
On Mon, 7 Nov 2022 at 14:38, stefano cirilli wrote:
> Hi, try to define the variable as a Type:
>
> I googled this:
> Type TOneArg = Procedure (Var X : integer); on
> https://www.freepascal.org/docs-html/ref/refs
Hello,
On Mon, 7 Nov 2022 at 10:12, Rugxulo wrote:
> Hi,
>
> On Sun, Nov 6, 2022 at 9:08 PM Jerome Shidel wrote:
> >
> > Make sure your compiling to the correct memory model. (I think huge, but
> youâll need to double check that)
>
> Default is Small, e.g. "-WmSmall". I assume "-WmCompact" woul
Hello Jerome,
On Mon, 7 Nov 2022 at 04:08, Jerome Shidel wrote:
> Make sure your compiling to the correct memory model. (I think huge, but
> youâll need to double check that)
>
Compact is the one that gives me less problems (it's also the one that got
most recommendations :) ).
> You may need
Hi Rugxulo,
> On Nov 7, 2022, at 4:11 AM, Rugxulo wrote:
>
> ï»żHi,
>
>> On Sun, Nov 6, 2022 at 9:08 PM Jerome Shidel wrote:
>>
>> Make sure your compiling to the correct memory model. (I think huge, but
>> youâll need to double check that)
>
> Default is Small, e.g. "-WmSmall". I assume "-Wm
Hi, try to define the variable as a Type:
I googled this:
Type TOneArg = Procedure (Var X : integer); on
https://www.freepascal.org/docs-html/ref/refse17.html
On 07/11/22 01:18, Aitor SantamarĂa wrote:
> Hello,
>
> I am trying to recompile FD-KEYB using 16-bit DOS FreePascal, in order
> to see if
You might want to take a look at:
https://wiki.freepascal.org/How_to_use_procedural_variables
___
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel
Hi,
On Sun, Nov 6, 2022 at 9:08 PM Jerome Shidel wrote:
>
> Make sure your compiling to the correct memory model. (I think huge, but
> youâll need to double check that)
Default is Small, e.g. "-WmSmall". I assume "-WmCompact" would work
better for you?
> You may need to ensure the actual proce