Results 1 to 6 of 6

Thread: How to integrate Windows specific code into a Qt class

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    70
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 5 Times in 5 Posts

    Default Re: How to integrate Windows specific code into a Qt class

    STL support should already be available by using

    #include <map>

    std::map<type> var;

    What is your compile error?

  2. #2
    Join Date
    Jan 2006
    Posts
    162
    Qt products
    Qt3
    Platforms
    Windows
    Thanks
    9

    Default Re: How to integrate Windows specific code into a Qt class

    Thakns, that's done.

    I forget to add the #include <map>

    Now it works

Similar Threads

  1. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 22:41

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.