Am 08.05.2013 12:37, schrieb Darius Blaszyk:
Am 08.05.2013 11:40, schrieb Darius Blaszyk:
Am 08.05.2013 11:20, schrieb Darius Blaszyk:
I'm working on a glut app but I keep on getting the message:
Error: Can't assign local procedure/function to procedure
variable The
> Am 08.05.2013 11:40, schrieb Darius Blaszyk:
>
> Am 08.05.2013 11:20, schrieb Darius Blaszyk:
> I'm working on a glut app but I keep on getting the message: Error: Can't
> assign local procedure/function to procedure variable The error is at this
> line: glutDisplayFunc(@redrawfunc); And th
Am 08.05.2013 11:40, schrieb Darius Blaszyk:
Am 08.05.2013 11:20, schrieb Darius Blaszyk:
I'm working on a glut app but I keep on getting the message: Error:
Can't assign local procedure/function to procedure variable The
error is at this line: glutDisplayFunc(@redrawfunc); And the
callback (w
> Am 08.05.2013 11:20, schrieb Darius Blaszyk:
>
>> I'm working on a glut app but I keep on getting the message: Error: Can't
>> assign local procedure/function to procedure variable The error is at this
>> line: glutDisplayFunc(@redrawfunc); And the callback (which is declared in
>> the same
Am 08.05.2013 11:20, schrieb Darius Blaszyk:
I'm working on a glut app but I keep on getting the message: Error:
Can't assign local procedure/function to procedure variable
The error is at this line: glutDisplayFunc(@redrawfunc);
And the callback (which is declared in the same .inc file) is
I'm working on a glut app but I keep on getting the message: Error:
Can't assign local procedure/function to procedure variable
The error is at this line: glutDisplayFunc(@redrawfunc);
And the callback (which is declared in the same .inc file) is declared
as: procedure redrawfunc; cdecl;
I
On 07 Mar 2010, at 19:18, Schindler Karl-Michael wrote:
> If I use Pa_IsFormatSupported from portaudio with a different sample rate
> than the default, I get a division by zero error or other arithmetic error.
...
> gdb backtrace shows that it is deep down in Apple libs (probably the reason,
>
Hi
If I use Pa_IsFormatSupported from portaudio with a different sample rate than
the default, I get a division by zero error or other arithmetic error.
However, it needs very special conditions. It does not occur with the same
Pascal program on linux. Also the very similar test program pa_devs
Hans Mårtensson wrote:
All right, but with former versions of FPC there was no message if all
memory was freed.
I've been getting the memory usage output for some time already. So that is
normal when heaptrc unit is enabled.
And because the message is marked "error", I thought that it migh
Vincent Snijders wrote:
Hans Mårtensson schreef:
When compiling a windows program with FPC version 2.2.4 with the
switch -dDEBUG (using the default configuration), after running the
program I get the following message:
-
Error
Heap dump by heaptrc unit
0 memory b
Hans Mårtensson schreef:
When compiling a windows program with FPC version 2.2.4 with the switch
-dDEBUG (using the default configuration), after running the program I
get the following message:
-
Error
Heap dump by heaptrc unit
0 memory blocks allocated: 0/0
0 memo
When compiling a windows program with FPC version 2.2.4 with the switch
-dDEBUG (using the default configuration), after running the program I
get the following message:
-
Error
Heap dump by heaptrc unit
0 memory blocks allocated: 0/0
0 memory blocks freed: 0/0
0 unf
On Fri, 07 Jul 2006 20:14:13 +0200
Vincent Snijders <[EMAIL PROTECTED]> wrote:
> or compile your code in tp mode (fpc -h for help about command line
> parameters).
>
> Vincent
> ___
> fpc-pascal maillist - fpc-pascal@lists.freepascal.org
> http://lis
Marc Santhoff wrote:
Am Freitag, den 07.07.2006, 14:40 -0300 schrieb John Coppens:
PrevProc: ShTableLine = DummyShLine;
Use
PrevProc: ShTableLine = @DummyShLine;
to tell fpc it's an address and no function call.
or compile your code in tp mode (fpc -h for help about command line
Am Freitag, den 07.07.2006, 14:40 -0300 schrieb John Coppens:
> PrevProc: ShTableLine = DummyShLine;
Use
PrevProc: ShTableLine = @DummyShLine;
to tell fpc it's an address and no function call.
Have fun,
Marc
___
fpc-pascal maillist - fpc-
Hi...
I was trying to compile some old TP code and got a strange error message:
program test_reg;
type
ShTableLine= procedure(n: integer);
procedure DummyShLine(Nr: integer);
begin
end; {DummyShLine}
procedure UseIt;
const
PrevProc: ShTableLine = DummyShLine;
begin
end;
be
On Sun, Jun 08, 2003 at 05:39:51PM +0200, Michael Van Canneyt wrote:
>
>
> On Mon, 9 Jun 2003, James Mills wrote:
>
> > On Mon, Jun 09, 2003 at 12:57:24AM +1000, James Mills wrote:
> > > On Sun, Jun 08, 2003 at 04:43:21PM +0200, Michael Van Canneyt wrote:
> > > >
> > > >
> > > > On Sun, 8 Jun 20
On Mon, 9 Jun 2003, James Mills wrote:
> On Mon, Jun 09, 2003 at 12:57:24AM +1000, James Mills wrote:
> > On Sun, Jun 08, 2003 at 04:43:21PM +0200, Michael Van Canneyt wrote:
> > >
> > >
> > > On Sun, 8 Jun 2003, James Mills wrote:
> > >
> > > > Hi,
> > > >
> > > > I get this error from a very s
On Mon, Jun 09, 2003 at 12:57:24AM +1000, James Mills wrote:
> On Sun, Jun 08, 2003 at 04:43:21PM +0200, Michael Van Canneyt wrote:
> >
> >
> > On Sun, 8 Jun 2003, James Mills wrote:
> >
> > > Hi,
> > >
> > > I get this error from a very simple class:
> > >
> > > Runtime error 216 at 0x0805A735
On Sun, Jun 08, 2003 at 04:43:21PM +0200, Michael Van Canneyt wrote:
>
>
> On Sun, 8 Jun 2003, James Mills wrote:
>
> > Hi,
> >
> > I get this error from a very simple class:
> >
> > Runtime error 216 at 0x0805A735
> > 0x0805A735
> > 0x080481FF TCONFIG__PRINT, line 29 of configclass.pas
>
On Sun, 8 Jun 2003, James Mills wrote:
> Hi,
>
> I get this error from a very simple class:
>
> Runtime error 216 at 0x0805A735
> 0x0805A735
> 0x080481FF TCONFIG__PRINT, line 29 of configclass.pas
> 0x0805BE35 main, line 29 of forum.pas
> 0x080480B0
>
> Any ideas ?
You should also s
Hi,
I get this error from a very simple class:
Runtime error 216 at 0x0805A735
0x0805A735
0x080481FF TCONFIG__PRINT, line 29 of configclass.pas
0x0805BE35 main, line 29 of forum.pas
0x080480B0
Any ideas ?
cheers
James
unit configClass;
interface
type
TConfig = class(TObject)
co
Hi,
I get the following with a very simple class:
Runtime error 216 at 0x0805A735
0x0805A735
0x080481FF TCONFIG__PRINT, line 29 of configclass.pas
0x0805BE35 main, line 29 of forum.pas
0x080480B0
Any ideas ?
cheers
James
--
-
- James Mills
Zero Defect Software Engineers Group - ZD
On Thu, 27 Feb 2003 11:26:36 +0100
Peter Vreman <[EMAIL PROTECTED]> wrote:
> At 11:14 27-2-2003, you wrote:
> >Hi all,
> >
> >I'm trying to port the turbopower internet pro html viewer to lazarus. I
> >use the delphi mode and the fpc 1.0.7 [2003/02/21] for i386. Now there
> >are two strange error
At 11:14 27-2-2003, you wrote:
Hi all,
I'm trying to port the turbopower internet pro html viewer to lazarus. I use
the delphi mode and the fpc 1.0.7 [2003/02/21] for i386. Now there are two
strange error messages, and I neither know, what they mean, nor how to get
rid of:
iphtml.pas(3662,3) Error
Hi all,
I'm trying to port the turbopower internet pro html viewer to lazarus. I use
the delphi mode and the fpc 1.0.7 [2003/02/21] for i386. Now there are two
strange error messages, and I neither know, what they mean, nor how to get
rid of:
iphtml.pas(3662,3) Error: Symbol can't be published, c
26 matches
Mail list logo