Ver Mensaje Individual
  #12  
Antiguo 19-01-2020
compuin compuin is offline
Miembro
 
Registrado: oct 2010
Posts: 210
Reputación: 14
compuin Va por buen camino
Cita:
Empezado por escafandra Ver Mensaje
Un ejemplo de como importar la API wsprintf desde User32.dll


Código Delphi [-]
function wsprintf(lpOut, lpFmt: PChar): Integer; cdecl; varargs; external 'User32.dll' name 'wsprintfA';




Saludos.
Hola,

He tratado de hacerlo asi pero me arroja un error, el cual dice lo siguiente

The procedure entry point MYFUNCION could not be located in the dynamic link library MYDLL.DLL

La funcion existe en el DLL, el cual fue creado con Borland C++ 7.4

Alguna sugerencia ?
Responder Con Cita