Hi,
  I have problem runing application through debugging mode in delphi 7.When i 
run the any delphi 7 application in debugging mode CPU view automaticaly show 
the cpu view after i cann't debugging the delphi codes.After Build the 
Application.I can use the apllication.It is very touble for me.I cann't found 
the error where it is from coming.Pls advice me anybody known results.Advance 
thanks to all.
  Kindly Regards
Siva 

coco <[EMAIL PROTECTED]> wrote:
          hi,

how to read dataset in mainform from dll file

examples :
----------

dll file
library pgsmlib;
uses
SysUtils,
Classes,
form1 in 'unit.pas' {fSavegsm};

{$R *.res}

procedure ShowGSMForm;stdcall;
begin
fSavegsm := TfSavegsm.Create(Nil);
fSavegsm.Show;
end;
procedure showdb;

begin
form1.datasource := ......................{dataset from mainform}
end;

Exports
ShowGSMForm;
begin

end.

__________________________________________________________ 
Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for
your free account today 
http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html 

[Non-text portions of this message have been removed]



         

       
---------------------------------
 Once upon a time there was 1 GB storage on Yahoo! Mail. Click here for happy 
ending!

[Non-text portions of this message have been removed]

Reply via email to