# nti56acad.arx **Repository Path**: jun/nti56acad.arx ## Basic Information - **Project Name**: nti56acad.arx - **Description**: imgui in acad objectarx - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-08-15 - **Last Updated**: 2024-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nti56acad.arx # build start cmake-gui from vs2017 command line NMake Makefiles cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -Hnti56acad.arx -Bnti56acad.arx/build -G "Visual Studio 15 2017" -T ## build with nmake on vs2017 command line: cd /d h:\nti56acad.arx\build nmake pushd build && nmake && popd ## build with nmake in vscode on vs2017 command line: cd /d h:\nti56acad.arx code . Shift+Ctrl+B to run .vscode/fask.json # docs for imgui win32 openGL docking https://github.com/ocornut/imgui/pull/2772 https://github.com/danec020/imgui.git https://github.com/n00bmind/imgui.git # build for MFC 1.make sure ${nti56acad.arx}/ resource.h build/ XXX.vcxproj XXX.rc 2.add include dir: ../