-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'ImGui_ImplWin32_WndProcHandler': identifier not found #8255
Comments
You need to manually copy the function prototype into your source file as per the instructions in imgui/backends/imgui_impl_win32.h Lines 29 to 36 in 6982ce4
|
I am sorry for the mess and thank you for your time. I think I did everything you and GPT suggested me to do.
|
|
You did not actually copy it, you marked it as Also you really shouldn't rely on ChatGPT when you're starting out and can't judge the quality of its responses. It doesn't actually understand anything it's saying and will just create confusion. |
Version/Branch of Dear ImGui:
Version 1.XX, Branch: XXX (master/docking/etc.)
Back-ends:
imgui_impl_dx11.cpp + imgui_impl_win32.cpp
Compiler, OS:
Windows 10
Full config/build information:
No response
Details:
My Issue/Question:
XXX (please provide as much context as possible)
Screenshots/Video:
Minimal, Complete and Verifiable Example code:
I am new to this. please review my screenshot. why am i getting the error while everything seem to be well placed?
The text was updated successfully, but these errors were encountered: