You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed the setup/installation instructions per the Elements website and produced the elements.sln solution. (Visual Studio Community 2022).
Executed the ALL_BUILD using DEBUG profile. All examples built correctly. The resulting Debug folders contained the correct exe and supporting dll's.
Executed the ALL_BUILD using RELEASE profile. All examples built and the resulting Release folders contained the correct exe and supporting dll's. However, attempting to run the EXE produces this error dialog:
To fix, I needed to go into Project / Properties / Linker / Input / Additional Dependencies and remove the debug from the paths and change freetyped.lib to freetype.lib.
BEFORE
AFTER
Hopefully this is a valid issue and I am not simply misunderstanding the intricacies of how Visual Studio sets up it's projects.