Hello, List!
.. and I remember some sort of 'DLL viewer', or 'Quick View', at least in
winnt (or Windows Commander?), that showed dll porperties, including
procedure names and indices .. it's difficult to work with indices, isn't it?
Anton Tichawa.
--
"Adas Methode war, wie sich zei
Hello, List!
On Monday 03 February 2003 21:14, you wrote:
> According to the Free Pascal Programmers manual chapter 4.1 it is possible
> to specify an external Windows function with:
> Procedure ProcName(Args: TProcArgs); external 'Name' index SomeIndex
>
> But where can I get information on whic
According to the Free Pascal Programmers manual chapter 4.1 it is possible
to specify an external Windows function with:
Procedure ProcName(Args: TProcArgs); external 'Name' index SomeIndex
But where can I get information on which function has which index in which
DLL?
Hans M.
__
On Mon, Feb 03, 2003 at 01:37:34PM +0100, Jonas Maebe wrote:
>
> On maandag, feb 3, 2003, at 13:24 Europe/Brussels, James Mills wrote:
>
> >I just recently upgraded to FPC 1.0.6 (Debian testing-SID), one of my
> >programs now doesn't compile because of this error.
> >
> >functions.pas(42,2) Error
On maandag, feb 3, 2003, at 13:24 Europe/Brussels, James Mills wrote:
I just recently upgraded to FPC 1.0.6 (Debian testing-SID), one of my
programs now doesn't compile because of this error.
functions.pas(42,2) Error: Incompatible types: got ""
expected ""
The reason that it compiled in 1.0.
Hi all,
I just recently upgraded to FPC 1.0.6 (Debian testing-SID), one of my
programs now doesn't compile because of this error.
functions.pas(42,2) Error: Incompatible types: got "" expected
""
Here is the source pertaining to it:
{ Function Declarations }
function SignOf(args: pString; argC