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 error in Windows 64bit #8

Closed
DLonng opened this issue May 26, 2016 · 2 comments
Closed

Run error in Windows 64bit #8

DLonng opened this issue May 26, 2016 · 2 comments

Comments

@DLonng
Copy link

DLonng commented May 26, 2016

test.c:
dofile("../../tests/test1");
dofile("../../tests/test2");
dofile("../../tests/test3");
dofile("../../tests/test4");
dofile("../../tests/test5");
dofile("../../tests/test6");
Error:
dofile-bug

@DaveGamble
Copy link
Owner

Your executable is in the wrong place to find those test files. Fix them in the code, or fix your project settings, but this is outside scope.

@DLonng
Copy link
Author

DLonng commented May 29, 2016

Thank you,it is ok now.
dofile("./tests/test1");

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