C
Crabcrab
Unregistered / Unconfirmed
GUEST, unregistred user!
本人对C可以说是一片空白,今天碰到一个C的代码,请各位高手帮帮忙翻译成delphi,谢谢
-------------------------------------------------------
#ifdef __cplusplus
extern ”C”
{
#endif
LONG __BT_CTLFUNC LR_SetParam( ULONG Parameter, ULONG Value );
#ifdef __cplusplus
}
#endif
#endif
-------------------------------------------------------
#ifdef __BORLANDC__
#define __BT_CTLCLASS __import
#define __BT_CTLFUNC __import __cdecl
#else // Microsoft
#define __BT_CTLCLASS
#define __BT_CTLFUNC __cdecl
#endif
------------------------------------------------------
还有我想请教一个问题,我现在手上有一个Lib,一个H文件,对于那个lib,我不知道怎样才可以在delphi中使用,请各位高手指教一二.谢谢
-------------------------------------------------------
#ifdef __cplusplus
extern ”C”
{
#endif
LONG __BT_CTLFUNC LR_SetParam( ULONG Parameter, ULONG Value );
#ifdef __cplusplus
}
#endif
#endif
-------------------------------------------------------
#ifdef __BORLANDC__
#define __BT_CTLCLASS __import
#define __BT_CTLFUNC __import __cdecl
#else // Microsoft
#define __BT_CTLCLASS
#define __BT_CTLFUNC __cdecl
#endif
------------------------------------------------------
还有我想请教一个问题,我现在手上有一个Lib,一个H文件,对于那个lib,我不知道怎样才可以在delphi中使用,请各位高手指教一二.谢谢