-
Notifications
You must be signed in to change notification settings - Fork 98
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
How to build and user ponder with windows7? #127
Comments
What is stopping you from doing that? |
I also failed to build ponder-v3.0.0 on visual studio 2019. Then I tried to build it on visual studio 2015 and it also failed. The error happened while building the "args.cpp".
|
I try the code below. It do failed. ` // FooList.h struct Foo;
}; // FooList.cpp void FooList::push_back(Foo &f) { // main.cpp int main(int argc, char **argv) { |
I want to build ponder for visual studio 2019
The text was updated successfully, but these errors were encountered: