-
Notifications
You must be signed in to change notification settings - Fork 117
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
Compilation errors #31
Comments
Don't update ImGui |
|
Use the ImGui submodule include in ImWIndow repo. |
Thanks! |
First, explain what you do, I don't known the context. |
OK,My IDE is VS2019(Professional). |
You need to include the file EasyWindowWin32.cpp in your solution. |
Have you to try to read the wiki? https://github.com/thennequin/ImWindow/wiki/How-to |
I am so grateful for you to helping tackle this problem. |
1>D:\Coding\Code\ImWindow-titlebar\ImWindow\ImwPlatformWindow.cpp(23,68): error C2039: 'MemAllocFn': is not a member of 'ImGuiIO'
1>D:\Coding\Code\ImWindow-titlebar\ImWindow\ImwPlatformWindow.cpp(23,68): error C2039: m_pContext = ImGui::CreateContext( pGlobalContext->IO.MemAllocFn, pGlobalContext->IO.MemFreeFn )
1>D:\Coding\Code\ImWindow-titlebar\ImWindow\ImwPlatformWindow.cpp(23,68): error C2039: ^
1>D:\Coding\Code\ImWindow-titlebar\ImWindow\imgui.h(1324): message : see declaration of 'ImGuiIO'
1>D:\Coding\Code\ImWindow-titlebar\ImWindow\imgui.h(1324): message : struct ImGuiI
1>D:\Coding\Code\ImWindow-titlebar\ImWindow\ImwPlatformWindow.cpp(23,99): error C2039: 'MemFreeFn': is not a member of 'ImGuiIO'
1>D:\Coding\Code\ImWindow-titlebar\ImWindow\ImwPlatformWindow.cpp(23,99): error C2039: m_pContext = ImGui::CreateContext( pGlobalContext->IO.MemAllocFn, pGlobalContext->IO.MemFreeFn )
The text was updated successfully, but these errors were encountered: