Hi Folks,
Many thanks for all the help you have provided!!
Currently, I am getting several of these errors:
'Unsatisfied forward or external declaration'
They occur in the Interface section, even though several
versions of these Overloaded functions are in the
Implementation section (and otherwise compile OK).
One would think that if they exist in the Implematation
section, and they didn't match the templates in the
Interface section, there would be some sort of
mismatch error. But for some reason, the compiler
doesn't think they exist.
I've gotten this type of error when the functions were
owned by a Class. The solution is to prepend the
name of the class onto the function:
TheFunction();
becomes:
TheClassName.TheFunction();
Since these functions aren't contained in a class, what
could be preventing the compiler from finding them?
Again, many thanks for any hints you can provide!
Start Here to Find It Fast!� -> http://www.US-Webmasters.com/best-start-page/
$8.77 Domain Names -> http://domains.us-webmasters.com/
__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi-talk