Link to home
Start Free TrialLog in
Avatar of mbrlaser
mbrlaserFlag for Colombia

asked on

How to convert C++ API function to Delphi

Dear sirs:

Please somebody can help me to interpret the following function in C++ to convert it to DELPHI

SEECAR_RET_STATUS  FAR SEEAPI seecar_init(
            BOOL debug,                    /* enable debug info printing */
            void FAR (*fcallback)(void));         /* callback function */

SEECAR_RET_STATUS  is a enum type

SEEAPI is defined as
             #define      SEEAPI      __declspec(dllimport)

The DLL file is SeeCar.dll

Best regards.
ASKER CERTIFIED SOLUTION
Avatar of 2266180
2266180
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mbrlaser

ASKER

Thank You, this works fine