Results 1 to 2 of 2

Thread: Problem about dll

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Posts
    33
    Thanks
    1
    Thanked 2 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem about dll

    this is a delphi code save as dll...

    Qt Code:
    1. Library Project1;
    2.  
    3. uses
    4. Forms,
    5. dialogs,
    6. unit1 in 'unit1.pas' {Form1};
    7.  
    8. {$R *.res}
    9.  
    10. {begin
    11. Application.Initialize;
    12. Application.CreateForm(TForm1, Form1);
    13. Application.Run;
    14. }
    15.  
    16. procedure viewdelphi;
    17. begin
    18. showmessage('Delphi');
    19. end;
    20.  
    21. exports viewdelphi;
    22. end.
    To copy to clipboard, switch view to plain text mode 

    could somebody help me convert this code to QT specially the export [function] part..
    Last edited by jpn; 8th February 2008 at 07:45. Reason: changed [quote] to [code] tags

Similar Threads

  1. Tricky problem with ARGB widget / UpdateLayeredWindow
    By nooky59 in forum Qt Programming
    Replies: 3
    Last Post: 21st February 2008, 10:35
  2. QTimer problem ... it runs but never triggs
    By yellowmat in forum Newbie
    Replies: 4
    Last Post: 4th July 2006, 12:54
  3. Grid Layout Problem
    By Seema Rao in forum Qt Programming
    Replies: 2
    Last Post: 4th May 2006, 12:45
  4. Problem with bitBlt
    By yellowmat in forum Newbie
    Replies: 1
    Last Post: 5th April 2006, 14:08
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.