// a sample managing a Delphi DLL from FiveWin!
#include "fivewin.ch"
FUNCTION Main()
LOCAL oWnd
DEFINE WINDOW oWnd TITLE "FiveWin - Delphi DLL connection"
@ 2, 2 SAY "Click me to run the CdPlayer"
ACTIVATE WINDOW oWnd ON CLICK CdPlay()
RETURN NIL
DLL FUNCTION CdPlay() AS VOID PASCAL LIB "cdplayer.dll"
Antonio, Porque Esto no Funciona Mas en 32 Bits?? O ke Hacer? Gracias, Saludos.