Вниз
Скачать: 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 вся ветка

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



Память: 0.45 MB
Время: 0.008 c
1-30893
Sammy
2002-05-29 10:51
2002.06.10
Error : Ddraw.dll not loaded!


7-31017
lexxvlad
2002-03-15 06:17
2002.06.10
Прочитать данные из com порта


3-30732
sizmrebi
2002-05-18 12:31
2002.06.10
Stoperd Procedure


1-30876
Andrew22
2002-05-29 16:27
2002.06.10
Закрытие проги.


3-30719
jaric
2002-05-18 17:03
2002.06.10
Большая DBF таблица больше 1000000 записей комп умирает




   Наверх