Re: Intellisense warning for wxIMPLEMENT_APP (#18529)

49 views
Skip to first unread message

MOOD

unread,
Oct 9, 2023, 1:59:40 PM10/9/23
to wx-...@googlegroups.com, wxtrac, Author

Using VS 2022 with wxWidgets 3.2.2.1 and the problem is still there.

Will this issue ever get fixed?


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/1753428870@github.com>

VZ

unread,
Oct 9, 2023, 2:52:43 PM10/9/23
to wx-...@googlegroups.com, wxtrac, Author

wxWidgets is a community-maintained project. If you can propose a fix, please don't hesitate doing it.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/1753490413@github.com>

MOOD

unread,
Oct 9, 2023, 4:23:40 PM10/9/23
to wx-...@googlegroups.com, wxtrac, Author

I managed to at least remove the inconsistent annotation error message generated by the simple "Hello World" example. I have never proposed a fix before :|, but am happy to share what I've done for someone with more experience to take a look at and see if it works on larger examples.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/1753719542@github.com>

Eduard Ghenea

unread,
Mar 3, 2025, 3:33:18 PM3/3/25
to wx-...@googlegroups.com, wxtrac, Author

Hello. Using VS 2022 and the issue is still there. Unfortunatelly, I cannot use wxWidgets because of it at all.

image.png (view on web)

I think every other error is false positive resulting from this one.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/2695473440@github.com>

Edi013Edi013 left a comment (wxWidgets/wxWidgets#18529)

Hello. Using VS 2022 and the issue is still there. Unfortunatelly, I cannot use wxWidgets because of it at all.

image.png (view on web)

I think every other error is false positive resulting from this one.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/2695473440@github.com>

VZ

unread,
Mar 3, 2025, 3:37:24 PM3/3/25
to wx-...@googlegroups.com, wxtrac, Author

@Edi013 The link errors you get have nothing to do with the harmless (even if annoying) analyzer warning discussed in this bug, you're simply not linking with the (correct) libraries.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/2695480890@github.com>

vadzvadz left a comment (wxWidgets/wxWidgets#18529)

@Edi013 The link errors you get have nothing to do with the harmless (even if annoying) analyzer warning discussed in this bug, you're simply not linking with the (correct) libraries.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/2695480890@github.com>

Eduard Ghenea

unread,
Mar 3, 2025, 4:02:29 PM3/3/25
to wx-...@googlegroups.com, wxtrac, Author

Hm .. Thank you.
Though I cannot see what I m doing wrong.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/2695526776@github.com>

Edi013Edi013 left a comment (wxWidgets/wxWidgets#18529)

Hm .. Thank you.
Though I cannot see what I m doing wrong.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/2695526776@github.com>

VZ

unread,
Mar 3, 2025, 4:03:57 PM3/3/25
to wx-...@googlegroups.com, wxtrac, Author

Please check your link options, link errors shouldn't be difficult to diagnose. If you think you've really found a problem with the library, please open a different issue (but this, while possible, is very unlikely).


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/2695529665@github.com>

vadzvadz left a comment (wxWidgets/wxWidgets#18529)

Please check your link options, link errors shouldn't be difficult to diagnose. If you think you've really found a problem with the library, please open a different issue (but this, while possible, is very unlikely).


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/2695529665@github.com>

Igor Korot

unread,
Mar 3, 2025, 4:06:57 PM3/3/25
to wx-...@googlegroups.com
Check project properties Libraries page and compare with the minimal sample project.

Thank you.

--
You received this message because you are subscribed to the Google Groups "wx-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wx-dev+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wx-dev/wxWidgets/wxWidgets/issues/18529/2695526776%40github.com.

Christopher Kwiatkowski

unread,
Apr 5, 2026, 8:37:14 AM (7 days ago) Apr 5
to wx-...@googlegroups.com, wxtrac, Author
docentYT left a comment (wxWidgets/wxWidgets#18529)

Same problem in Visual Studio 2026:

obraz.png (view on web)


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/4188826380@github.com>

Eduard Ghenea

unread,
Apr 5, 2026, 8:49:26 AM (7 days ago) Apr 5
to wx-...@googlegroups.com, wxtrac, Author
Edi013 left a comment (wxWidgets/wxWidgets#18529)

Bug or not, I had to stop using this libbrary due to this setup misunderstanding.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/4188841816@github.com>

VZ

unread,
Apr 5, 2026, 8:58:41 AM (7 days ago) Apr 5
to wx-...@googlegroups.com, wxtrac, Author
vadz left a comment (wxWidgets/wxWidgets#18529)

For the benefit of others reading this, IntelliSense warnings can be always filtered/ignored, so this is hardly fatal (unless you really want it to be). Nevertheless #26322 provides what could be a solution for this particular warning.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issues/18529/4188854185@github.com>

VZ

unread,
Apr 9, 2026, 8:23:58 PM (2 days ago) Apr 9
to wx-...@googlegroups.com, wxtrac, Author

Closed #18529 as completed via 37d1560.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you authored the thread.Message ID: <wxWidgets/wxWidgets/issue/18529/issue_event/24357982799@github.com>

Reply all
Reply to author
Forward
0 new messages