Found a mistake in my code today, had SendMessage hWnd, (...), but hadn't included hWnd as an argument, and it was not a public var. I would have thought such a mistake would trigger a runtime or compile error for unknown variable, but it didn't, letting this error exist an embarrassingly long time. So I selected 'Definition', was told it was hidden, enabled 'Show hidden members', then received "Cannot jump to 'hWnd' because it is in the library 'Unknown42' which is not currently referenced"
Which strikes me as odd. If it's not referenced, how can a variable in it be publicly defined? I did run through manually with hidden items shown and could find no such item in the object browser.
Anyone know what the deal is here?
Which strikes me as odd. If it's not referenced, how can a variable in it be publicly defined? I did run through manually with hidden items shown and could find no such item in the object browser.
Anyone know what the deal is here?