IonicWind Software

Aurora Compiler => GUI => Topic started by: Bruce Peaslee on October 08, 2006, 03:18:46 PM

Title: Compiler missed missing declare
Post by: Bruce Peaslee on October 08, 2006, 03:18:46 PM
I'm revising a program to use linked lists instead of an oversized arrayÂÃ,  8)

As I cut and pasted code, I had a problem getting a list box to respond to the OnNotify() method. Since it worked in the code I was pasting from, I could not find the error. It turned out that I had forgotton to declare the method.ÂÃ,  :o

Shouldn't the compiler catch that?
Title: Re: Compiler missed missing declare
Post by: Ionic Wind Support Team on October 08, 2006, 05:37:10 PM
I'll look into it.
Title: Re: Compiler missed missing declare
Post by: Ionic Wind Support Team on October 09, 2006, 03:12:29 AM
Fixed.  Forgot to initialize a pointer to NULL ;)
Title: Re: Compiler missed missing declare
Post by: Bruce Peaslee on October 09, 2006, 09:10:31 AM
Quote from: Paul Turley on October 09, 2006, 03:12:29 AM
Fixed.ÂÃ,  Forgot to initialize a pointer to NULL ;)

It happens to the best of us...ÂÃ,  ÂÃ, ;)