Skip to content

Compilation errors #31

Description

@introcosmo
  			m_pContext = ImGui::CreateContext( pGlobalContext->IO.MemAllocFn, pGlobalContext->IO.MemFreeFn );

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 )

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions