Вниз
Скачать: CL | DM;

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 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.022 c
15-1193483009
VovaK
2007-10-27 15:03
2007.12.02
Кнопка со стрелкой вниз.


15-1193636264
boriskb
2007-10-29 08:37
2007.12.02
Сниму 2-х комнатную в Москве.


6-1175356270
Tiberius
2007-03-31 19:51
2007.12.02
Как запретить TWebBrowser.GoBack


1-1189609395
sshaitan
2007-09-12 19:03
2007.12.02
Перевод кодов символов формата Unicode в строку


1-1189590777
em240
2007-09-12 13:52
2007.12.02
Завершение потока




   Наверх