Форум: "Прочее";
Текущий архив: 2007.12.02;
Скачать: [xml.tar.bz2];
Внизh -> pas Найти похожие ветки
← →
Vendict © (2007-11-03 17:03) [0]помогите перевести код. вот что получилось:
исходный:
void* _stdcall SNAlloc( int bUseControls );
void _stdcall SNFree( void* hSEMNET );
int _stdcall SNSetParams( void* hSEMNET, int nParam, int nValue );
int _stdcall SNAnalyze( void* hSEMNET, char* pszText );
int _stdcall SNAddNodes( void* hSEMNET, void* hAddSEMNET, int nNodeCount, int* pnNodesID );
int _stdcall SNQueryInfo( void* hSEMNET, int nInfoType, int nParam1, int nParam2, void* pResult );
что получилось:
Function SNAlloc(bUseControls:Integer):Pointer; stdcall; External "gps.dll";
Procedure SNFree(hSEMNET:Pointer); stdcall; External "gps.dll";
Function SNSetParams(hSEMNET:Pointer; nParam:Integer; nValue:Integer):Integer; stdcall; External "gps.dll";
Function SNAnalyze(hSEMNET:Pointer; pszText:PChar):Integer; stdcall; External "gps.dll";
Function SNAddNodes(hSEMNET:Pointer; hAddSEMNET:Pointer; nNodeCount:Integer; pnNodesID:PInteger):Integer; stdcall; External "gps.dll";
Function SNQueryInfo(hSEMNET:Pointer; nInfoType:Integer; nParam1:Integer; nParam2:Integer; pResult:Pointer):Integer; stdcall; External "gps.dll";
← →
guav © (2007-11-03 20:40) [1]Ну вроде похоже.
Страницы: 1 вся ветка
Форум: "Прочее";
Текущий архив: 2007.12.02;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.05 c