Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Weird Application Output
Forum Updated to NodeBB v4.3 + New Features

Weird Application Output

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 275 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    WOLKsite
    wrote on last edited by
    #1

    Getting weird application output when running my Qt project. This started showing up after I ran the project with the debuggar, and now constantly shows up, even after resetting Qt settings, and clearing the pro.user file and build folder, and running any older version of the code. It does not show up running the project on other systems. Any idea what's going on?

    64bit HCBT_CREATEWND event start
    64bit HCBT_CREATEWND event start64bit HCBT_CREATEWND event start64bit HCBT_CREATEWND event start
    64bit HCBT_CREATEWND event start
    Window 64 bit Class Name - [Qt5152QWindowIcon]64 bit Window Class Name - [Qt5152QWindowIcon]64 bit Hook() - HCBT_CREATEWND child/popup window
    64bit HCBT_CREATEWND event start
     HCBT_SETFOCUS 64 Before
     HCBT_SETFOCUS 64 After
    64bit HCBT_CREATEWND event start
    64bit HCBT_CREATEWND event start
    
    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      @WOLKsite Looks like something has installed a CBTProc callback function. AFAICT this would have to be in your code somewhere; probably wrapped in a conditional compile #ifdef.

      W 1 Reply Last reply
      2
      • C ChrisW67

        @WOLKsite Looks like something has installed a CBTProc callback function. AFAICT this would have to be in your code somewhere; probably wrapped in a conditional compile #ifdef.

        W Offline
        W Offline
        WOLKsite
        wrote on last edited by
        #3

        @ChrisW67 Knowing it's called CBTProc does help a little at least.

        However, it is definitely not related to the code. Even a clean, newly created project gives this output. I've also reinstalled Qt to no avail. Is it possible for something external to Qt to cause this?

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved