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

Вниз

проблема с DLL   Найти похожие ветки 

 
___Guest___   (2004-03-17 17:06) [0]

library comb;
uses
 SysUtils,
 Classes;

{$R *.res}

function  temp:string; stdcall;
begin
  result:="hello world";
end;

Exports
   temp name "temp" ;

begin
end.
в программе пишу
....
implementation
function temp: string; stdcall; External "comb" name "temp";
{$R *.dfm}

procedure TForm1.Button1Click(Sender: TObject);
var
 s: string;
begin
 s:=temp;
 ShowMessage(s);
end;

так вот: сообщение выводит, но сразу после этого  - "Invalid pointer operation"
В чем проблема?!


 
RoadStar ©   (2004-03-17 17:11) [1]

uses
ShareMem,
...


 
Defunct ©   (2004-03-17 17:17) [2]

___Guest___   (17.03.04 17:06)  

function  temp:ShortString; stdcall;
begin
 result:="hello world";
end;



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

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

Наверх




Память: 0.46 MB
Время: 0.033 c
14-1078487666
KSergey
2004-03-05 14:54
2004.04.04
Про переделку SB Live в SB Audigi


1-1079366686
DmitryNekl
2004-03-15 19:04
2004.04.04
Оптимизация кода


14-1078610351
Soft
2004-03-07 00:59
2004.04.04
Как настроить роутинг NetBios?


1-1079632381
Алексейй
2004-03-18 20:53
2004.04.04
Как определить ctrl?


1-1079369260
Eagle Owl
2004-03-15 19:47
2004.04.04
Ресурсы в DLL