comparing pointers

General discussion on mikroC.
Post Reply
Author
Message
gambrose
Posts: 369
Joined: 28 Sep 2004 17:34
Location: uk

comparing pointers

#1 Post by gambrose » 23 May 2005 23:36

Code: Select all

End_TSIP_Buffer = &TSIP_Buffer;
if(End_TSIP_Buffer == &TSIP_Buffer)
{
}
this code will not compile there seems to be a problem will comparing pointers is this a compiler problem or an illegal operation?
Graham Ambrose

User avatar
rajkovic
mikroElektronika team
Posts: 694
Joined: 16 Aug 2004 12:40

Re: comparing pointers

#2 Post by rajkovic » 24 May 2005 08:36

gambrose wrote:

Code: Select all

End_TSIP_Buffer = &TSIP_Buffer;
if(End_TSIP_Buffer == &TSIP_Buffer)
{
}
this code will not compile there seems to be a problem will comparing pointers is this a compiler problem or an illegal operation?
we resovled this problem yesterday. Today will be upload of new realase.

gambrose
Posts: 369
Joined: 28 Sep 2004 17:34
Location: uk

#3 Post by gambrose » 24 May 2005 09:27

good stuff :D
Graham Ambrose

gambrose
Posts: 369
Joined: 28 Sep 2004 17:34
Location: uk

#4 Post by gambrose » 25 May 2005 11:36

Is this slight delay due to you guys trying to squeeze in more bug fixes or have you just forgotten about us :wink:
Graham Ambrose

User avatar
rajkovic
mikroElektronika team
Posts: 694
Joined: 16 Aug 2004 12:40

#5 Post by rajkovic » 25 May 2005 11:50

gambrose wrote:Is this slight delay due to you guys trying to squeeze in more bug fixes or have you just forgotten about us :wink:
slight delay of course 8)

Post Reply

Return to “mikroC General”