Results 1 to 11 of 11

Thread: Using qsemaphor or qsystemsemaphore

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2012
    Posts
    48
    Thanks
    4
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Using qsemaphor or qsystemsemaphore

    hi,
    surely I read them but unfortunately I face the same error
    Regards,

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

    Default Re: Using qsemaphor or qsystemsemaphore

    Your error is C++ related, you have a pointer to an object but you try to use it as if were an object. Replace the dot with an arrow or replace the pointer with an actual object.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Nov 2012
    Posts
    48
    Thanks
    4
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Using qsemaphor or qsystemsemaphore

    no I dont thikn so.
    my error is not a C++ realated error, it is Qt related error.
    I really dont know where I should define the Qsemaphore and how I should use it??

    Regards,

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

    Default Re: Using qsemaphor or qsystemsemaphore

    First of all there is nothing such as "Qsemaphore". There is only QSemaphore (with a capital S). So this is a C++ issue -- you're using a non-existing class.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Nov 2012
    Posts
    48
    Thanks
    4
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Using qsemaphor or qsystemsemaphore

    Quote Originally Posted by wysota View Post
    First of all there is nothing such as "Qsemaphore". There is only QSemaphore (with a capital S). So this is a C++ issue -- you're using a non-existing class.

    Qsemaphore is just a typing mitake in the forum not the exat typing name that I use in mu codes
    Regards,

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

    Default Re: Using qsemaphor or qsystemsemaphore

    Post the actual error and the actual code. Copy & paste, don't retype.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


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.