Board index » delphi » how can i use this function (written in VC , GEO3D.dll)
iceGEO
![]() Delphi Developer |
Sun, 16 Jan 2005 17:59:08 GMT
how can i use this function (written in VC , GEO3D.dll)
hi..
i am novice in both Delphi and Visual C++. but i have to use VC function in Delphi. (i use delphi 6 edition.) how can i use this function (written in VC , GEO3D.dll) XIS_EXPORT BOOL X3DGTF_SetPlaneTableInfo( HGTFWND _GTFWnd, char* XIS_EXPORT BOOL X3DGTF_Invalidate( HGTFWND hGTFWnd ) XIS_EXPORT void X3DGTF_SetPlane( HGTFWND _hGTFWnd, BOOL _bflag, BOOL XIS_EXPORT BOOL X3DGTF_Invalidate( HGTFWND hGTFWnd ) i tried to use like this //in declare unit // in main unit but it cannot work.. how can i do.. Sorry for my poor english.... JJ |