Re: How to get the addresses of overloaded functions (D5)?
- From: "Olivier" <olivier@xxxxxxxxxxx>
- Date: 11 Jul 2005 00:44:48 -0700
>It's better to use something like below.
>
>--
>Aleksandr
>
>
>procedure TForm1.Button2Click(Sender: TObject);
>const
> a: TSameInteger = SameOrInverted;
> b: TInvertedCardinal = SameOrInverted;
I would have liked this solution, unfortunately, I get an incompatible types error at compilation time.
I should have mentioned that the functions are in a BPL. If I try with other functions out of the BPLs (which are still loaded in the IDE and dynamically linked to the project), I get the internal error URW533, which serioulsy compromises the IDE's stability.
Cheers,
Olivier
.
- Follow-Ups:
- Re: How to get the addresses of overloaded functions (D5)?
- From: Tjipke A. van der Plaats
- Re: How to get the addresses of overloaded functions (D5)?
- From: Aleksandr Sharahov
- Re: How to get the addresses of overloaded functions (D5)?
- References:
- How to get the addresses of overloaded functions (D5)?
- From: Olivier
- Re: How to get the addresses of overloaded functions (D5)?
- From: Aleksandr Sharahov
- Re: How to get the addresses of overloaded functions (D5)?
- From: Aleksandr Sharahov
- How to get the addresses of overloaded functions (D5)?
- Prev by Date: Re: How to determine procedure names from stack trace
- Next by Date: Re: How to get the addresses of overloaded functions (D5)?
- Previous by thread: Re: How to get the addresses of overloaded functions (D5)?
- Next by thread: Re: How to get the addresses of overloaded functions (D5)?
- Index(es):
Relevant Pages
|