Ver Mensaje Individual
  #3  
Antiguo 05-03-2005
PedroAlfonso PedroAlfonso is offline
Miembro
 
Registrado: mar 2005
Posts: 34
Reputación: 0
PedroAlfonso Va por buen camino
Talking Gracias por tu respuesta

A continuación escribo la función del DLL (el manual esta escrito para VB)

Int EnrollUser(char *Template, char *ImagePath, char *GuideMessage, HWND Owner, int x1, int y1, int x2, int y2, int Core)

y esta es mi función en delphi

type
TEnroll = function(Out Template char; ImagePath char;Out GuideMessage char;HOwner,x1,y1,x2,y2,Core :integer): integer; stdcall;


Te agradeceré muchisimo si me explicas un poco acerca de "dimensionar"
Responder Con Cita