How do I use "separate" for functions without get"Procedure definition different from previous definition"?
I have tried everything I can think of.
I can use separate before main and it compiles but any other
function after main I get this error msg. I even made a dummy
function that does nothing and I still get this error.
___________________________
This message was ported from CCS's old forum
Original Post ID: 144515635
Douglas Kennedy
Joined: 07 Sep 2003 Posts: 755 Location: Florida
Re: Separate
Posted: Sun Jun 29, 2003 2:34 pm
<font face="Courier New" size=-1>:=How do I use "separate" for functions without get"Procedure definition different from previous definition"?
:=
:=I have tried everything I can think of.
:=I can use separate before main and it compiles but any other
:=function after main I get this error msg. I even made a dummy
:=function that does nothing and I still get this error.
:=
I assume you are forward declaring your routines...if so #separate needs to be in front of the forward declaration as well as the actual routine.</font>
___________________________
This message was ported from CCS's old forum
Original Post ID: 144515636
RS Guest
Re: Separate
Posted: Mon Jun 30, 2003 6:02 am
:=:=How do I use "separate" for functions without get"Procedure definition different from previous definition"?
:=:=
:=:=I have tried everything I can think of.
:=:=I can use separate before main and it compiles but any other
:=:=function after main I get this error msg. I even made a dummy
:=:=function that does nothing and I still get this error.
:=:=
:=I assume you are forward delaring your routines...if so #seperate needs to be in front of the forward declaration as well as the actual routine.
Now I am!! Thanks Douglas.
___________________________
This message was ported from CCS's old forum
Original Post ID: 144515642
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum