Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.06.10;
Скачать: CL | DM;

Вниз

Как вызвать функцию из 16 битного приложения ?   Найти похожие ветки 

 
SeriogaL   (2002-04-04 19:47) [0]

Здравствуйте.
Не уверен , что по теме... Как из Дельфи вызвать процедуру из 16 битного приложения? Я в этом совсем чайник, по подробней плз. Известно , что 16 бит приложение написано на СРР. Как узнать имена и параметры функций ?


 
Philip ©   (2002-04-05 22:03) [1]

Имена тебе скажет WinDasm, а параметры - кто-нибудь поумне меня. У самого такая проблема была, но 32б


 
VuDZ ©   (2002-04-06 12:40) [2]

Generic Thunks
Microsoft® Windows NT® and Windows® 2000 support running 16-bit Windows-based applications using a technology referred to as WOW (Windows on Win32®). Each 16-bit application is run as a thread of a 32-bit process. Microsoft® Windows® 95 and Windows® 98 also support running 16-bit Windows-based applications. They are run as 16-bit processes.

You cannot directly mix 16-bit code and 32-bit code in the same process. You can use IPC mechanisms, such as DDE, RPC, OLE, named pipes, and WM_COPYDATA, to provide communication between 16-bit code and 32-bit code. However, there are occasions when it is necessary to call functions in Win32-based DLLs (including the system DLLs) from a 16-bit application. Generic thunks provide a mechanism for 16-bit applications to call functions in Win32-based DLLs.

Thunk"и тебе помогут



Страницы: 1 вся ветка

Текущий архив: 2002.06.10;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.01 c
1-30882
IPisk
2002-05-29 10:21
2002.06.10
Прога, скомпиленная на Delphi 3, и процессор 1200 МГц


14-30977
mimino
2002-05-06 22:00
2002.06.10
Поможет кто нибуть или нет?????????????????????????


1-30852
XPatriot
2002-05-29 13:57
2002.06.10
Переменные


3-30737
maxim2
2002-05-17 11:38
2002.06.10
Проблема с DBGrid полностью не показывает данные в полях


1-30863
Невидимка
2002-05-28 09:26
2002.06.10
Не работает RTTI для объектов, экспортируемых из DLL