re: "First defined here"

2008-04-24 Thread Efrenk
Try a "Find in Project", or grep if u write code by the hard way like me, and search that function (only the name, without parameters) and maybe you'll find it in some other place. It happened to me XD -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http:/

Re: "First defined here"

2008-04-17 Thread Lincoln Ramsay
On 17/04/2008, at 11:34 AM, Vivian Chen wrote: No, the error is just "first defined here". And all the parameters are correct. I'm sure. Without seeing the whole error (exactly as it comes out of the compiler) or the header/source versions of the function it's imposs

Re: "First defined here"

2008-04-16 Thread Vivian Chen
No, the error is just "first defined here". And all the parameters are correct. I'm sure. 2008-04-17 Vivian Chen 发件人: Lincoln Ramsay 发送时间: 2008-04-16 19:27:43 收件人: Palm Developer Forum 抄送: 主题: Re: "First defined here" On 16/04/2008, at 6:56 PM, Vi

Re: "First defined here"

2008-04-16 Thread Lincoln Ramsay
On 16/04/2008, at 6:56 PM, Vivian.Chen wrote: When I compile my program, it says that "first defined here" in a function. I've declear it in the .h, and implement it in .c. How this happen? You've left out part of the error message. The error is probably along the

"First defined here"

2008-04-16 Thread Vivian.Chen
Hi all, When I compile my program, it says that "first defined here" in a function. I've declear it in the .h, and implement it in .c. How this happen? Has anyone had this problem? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see ht