Re: Convert C-Builder program to Delphi?
From: Jamie (jamie_5_not_valid_after_5_Please_at_charter.net)
Date: 03/30/05
- Next message: Daniel Schüle: "Re: For what reasons?"
- Previous message: Ron Natalie: "Re: _wcsupr () with german characters"
- In reply to: W. D.: "Re: Convert C-Builder program to Delphi?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Mar 2005 08:46:35 -0800
W. D. wrote:
> 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!
>
I don't understand what your saying, you state they are
in the interface and implementation section but you can only
access them via a Class name space?
is it possible your trying to expose some members of a
class into the interface section?, if so that can not be
done.
- Next message: Daniel Schüle: "Re: For what reasons?"
- Previous message: Ron Natalie: "Re: _wcsupr () with german characters"
- In reply to: W. D.: "Re: Convert C-Builder program to Delphi?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|