Ver Mensaje Individual
  #2  
Antiguo 16-09-2008
Khronos Khronos is offline
Miembro
 
Registrado: abr 2007
Posts: 298
Reputación: 18
Khronos Va por buen camino
Hola liser pues te falta lo más importante, el nombre de la función.
Sería así:

Código Delphi [-]
function funcionDePrueba(parametro1, nBytes : Integer):Integer;stdcall; external 'MonitorLib.dll' name 'funcionDePrueba';

implementation
...

Salu2
Responder Con Cita