Skip to content
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

Wrong way to call exe is used in imgui example on windows #132

Closed
FreePhoenix888 opened this issue Feb 16, 2024 · 2 comments · Fixed by conan-io/conan-io.github.io#261
Closed
Assignees

Comments

@FreePhoenix888
Copy link

Actual

cd build\Release
dear-imgui-conan.exe 

Expected

cd build\Release
.\dear-imgui-conan.exe 

Reason

PS C:\Users\FreePhoenix\Documents\Programming\examples2\examples\libraries\imgui\introduction\build\Release> dear-imgui-conan.exe
dear-imgui-conan.exe: The term 'dear-imgui-conan.exe' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
@czoido
Copy link
Contributor

czoido commented Feb 16, 2024

Thanks for reporting, we will add a note in the tutorial.

@czoido
Copy link
Contributor

czoido commented Feb 16, 2024

Thanks for reporting, the issue is now fixed: conan-io/conan-io.github.io#261

perseoGI pushed a commit to perseoGI/conan-io.github.io that referenced this issue Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants