Now for Error 1, it seems to be a leftover issue maybe:
Wildly guessing it is not important for what I want to use Eigen for, I have commented it out, but Error 2 and following still remain, for which the code is:
Now for Error 1, it seems to be a leftover issue maybe:
Wildly guessing it is not important for what I want to use Eigen for, I have commented it out, but Error 2 and following still remain, for which the code is:
Now for Error 1, it seems to be a leftover issue maybe:
Wildly guessing it is not important for what I want to use Eigen for, I have commented it out, but Error 2 and following still remain, for which the code is:
Now for Error 1, it seems to be a leftover issue maybe:
Wildly guessing it is not important for what I want to use Eigen for, I have commented it out, but Error 2 and following still remain, for which the code is:
Now for Error 1, it seems to be a leftover issue maybe:
Wildly guessing it is not important for what I want to use Eigen for, I have commented it out, but Error 2 and following still remain, for which the code is:
I downloaded the latest Eigen library, version 3.4.0, and unpacked the zip file.
I opened VS2010, started a New Project --> Empty Project.
Then I dragged the folder Eigen from eigen-3.4.0 onto the Project in Solution Explorer in VS2010.
This resulted in the .h files being loaded into the Header Files folder in the Solution Explorer.
I created a new .cpp file in the Source Files folder of the solution, with a very simple test script. (How to use Eigen in a C++ program?)
I added the Eigen folder to the Include paths: Solution Explorer --> Right-click on Solution --> Properties --> Configuration Properties --> VC++ Directories --> Include Directories --> added D:\my folder\testingEigen\eigen-3.4.0\
Also added this path to C/C++ --> General --> Additional Include Directories; then applied the changes.
I did this for both the default setting of Win32 (Platform) as well as x64, both using Debug.
I cannot compile successfully, the errors I get are as follows:
I downloaded the latest Eigen library, version 3.4.0, and unpacked the zip file.
I opened VS2010, started a New Project --> Empty Project.
Then I dragged the folder Eigen from eigen-3.4.0 onto the Project in Solution Explorer in VS2010.
This resulted in the .h files being loaded into the Header Files folder in the Solution Explorer.
I created a new .cpp file in the Source Files folder of the solution, with a very simple test script.
I added the Eigen folder to the Include paths: Solution Explorer --> Right-click on Solution --> Properties --> Configuration Properties --> VC++ Directories --> Include Directories --> added D:\my folder\testingEigen\eigen-3.4.0\
Also added this path to C/C++ --> General --> Additional Include Directories; then applied the changes.
I did this for both the default setting of Win32 (Platform) as well as x64, both using Debug.
I cannot compile successfully, the errors I get are as follows:
I downloaded the latest Eigen library, version 3.4.0, and unpacked the zip file.
I opened VS2010, started a New Project --> Empty Project.
Then I dragged the folder Eigen from eigen-3.4.0 onto the Project in Solution Explorer in VS2010.
This resulted in the .h files being loaded into the Header Files folder in the Solution Explorer.
I created a new .cpp file in the Source Files folder of the solution, with a very simple test script. (How to use Eigen in a C++ program?)
I added the Eigen folder to the Include paths: Solution Explorer --> Right-click on Solution --> Properties --> Configuration Properties --> VC++ Directories --> Include Directories --> added D:\my folder\testingEigen\eigen-3.4.0\
Also added this path to C/C++ --> General --> Additional Include Directories; then applied the changes.
I did this for both the default setting of Win32 (Platform) as well as x64, both using Debug.
I cannot compile successfully, the errors I get are as follows: