[fpc-pascal] Problem linking a Windows DLL

Ludo Brands ludo.brands at free.fr
Thu Sep 8 14:49:38 CEST 2011


> 
>    An unexpected error occurred while  initializ-
>    ing an application 0xc0000034
> 
> When  using  it dynamically, the LoadLibrary() func-
> tion returns NilHandle, indicating failure.
> 

Both errors indicate that the dll couldn't be loaded. Or the dll itself
isn't found, or the dll has dependencies (probably c libraries) that aren't
found.

Ludo




More information about the fpc-pascal mailing list