-
Notifications
You must be signed in to change notification settings - Fork 44
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
help me #1
Comments
I used Visual C++ with precompiled headers to build it. That's why I had to use |
Oh man, it looks like I'll have to make a few changes to the code in order to make it compile with g++. I don't know, maybe you know more than me. |
Created a new branch I tried: Which results in:
I tried to add the path to the lib using
The result is always the same. |
I managed to get it to compile:
Tell me if it works for you. |
I fixed some more bugs. It would be nice if you could try to compile and test Example2.cpp as described in here: |
C:\Users\arminblack\Desktop\Memory>g++ Program.cpp -static -o Program.exe
In file included from Program.cpp:3:0:
Memory.hpp:2:22: fatal error: stdafx.hpp: No such file or directory
#include "stdafx.hpp"
^
compilation terminated.
The text was updated successfully, but these errors were encountered: