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

Вниз

Как подключить OBJ-файлы   Найти похожие ветки 

 
dvk   (2005-05-30 08:03) [0]

Подскажите, как подключить OBJ-файлы, скомпилированные на Delphi-7, к Delphi-3. Delphi-3 выдаёт ошибки "16-Bit fixup encountered" и ещё две, связанные с именами вызываемых функций. Может, есть какие-то особенности в оформлении процедур/функций, которые будут вызваны из OBJ-файла?


 
thaddy   (2005-05-30 13:39) [1]

This is caused by system fucntions that need 'compiler magic' and there is nothing easy you can do about it. Create the D7 stuff in a dll and use that from Delphi 3. This is the easiest solution.
If it is important that there is just one file to distribute, you can use this http://www.thaddy.com/dllmemoryloader.zip to pack your dll into executable and run it from memory.


 
thaddy   (2005-05-30 13:39) [2]

This is caused by system fucntions that need 'compiler magic' and there is nothing easy you can do about it. Create the D7 stuff in a dll and use that from Delphi 3. This is the easiest solution.
If it is important that there is just one file to distribute, you can use this http://www.thaddy.com/dllmemoryloader.zip to pack your dll into executable and run it from memory.



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

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

Наверх




Память: 0.47 MB
Время: 0.049 c
14-1135586366
vecna
2005-12-26 11:39
2006.01.22
долгорукий - дед мороз!


14-1135758294
syte_ser78
2005-12-28 11:24
2006.01.22
Правда или приснилось?


2-1136105979
The Sound_1
2006-01-01 11:59
2006.01.22
Обработка процедуры, при нажатии на кнопку.


2-1136187898
Khim
2006-01-02 10:44
2006.01.22
Как можно вставить свою иконку в MessageBox, подробнее


2-1135847930
n0p
2005-12-29 12:18
2006.01.22
Application.CreateForm(TDataModule, DataModule);