Results 1 to 3 of 3

Thread: Launching and handling posix or win32 signals

  1. #1
    Join Date
    Oct 2008
    Posts
    29
    Qt products
    Qt4
    Platforms
    Windows

    Default Launching and handling posix or win32 signals

    Hi

    Do you know if it is possible to launch and catch posix or win32 signals? Is there some qt class to do it?

    For example, you could want to launch a win32 signal from a qt application and catch it on a non-qt application. I could do it by using win32 api but is there a cross-platform qt class?

    Regards.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Launching and handling posix or win32 signals

    Qt doesn't handle such things - they are not portable. Use native API.

  3. #3
    Join Date
    Oct 2008
    Posts
    29
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Launching and handling posix or win32 signals

    that meant.

    A lot of thanks.

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.