conan-io / examples2

Conan 2.x examples
MIT License
87 stars 48 forks source link

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

Closed FreePhoenix888 closed 6 months ago

FreePhoenix888 commented 6 months ago

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 commented 6 months ago

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

czoido commented 6 months ago

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