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

Run outside of VS #3

Closed
kostenickj opened this issue Jul 16, 2019 · 1 comment
Closed

Run outside of VS #3

kostenickj opened this issue Jul 16, 2019 · 1 comment

Comments

@kostenickj
Copy link

Hello!
This might be a dumb question but i cannot figure out how to get this to run outside of VS. When i run Shadows.exe i get this error.

image

It runs fine when debugging inside visual studio. I also tried putting the AntWeakBar64.dll in the same folder as the exe. I gets past that error but just crashes.

Any help is appreciated, and thanks!

@TheRealMJP
Copy link
Owner

Hey Jacob, this is not a dumb question at all. Really it's the result of some poor decisions and laziness on my part. Your easiest route to making this work would be to to build the solution, then copy Shadows.exe to the same directory as the vcxproj file. This will make sure that the DLL's are side by side with the exe, and will keep the program from complaining about finding files (it assumes that the current directory is the vcxproj root). I've fixed a few of these things in later samples, but I never got around to back-porting them to this one. I guess I should at some point! 😄

@TheRealMJP TheRealMJP closed this as not planned Won't fix, can't repro, duplicate, stale Apr 7, 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

No branches or pull requests

2 participants