Dear friends,
I try to rebuild the solution of samples.sln in Visual Studio 2010 and I obtain several errors.
I have several questions about it:
1. I download GLUT 3.7.6 and copy to the sample (display project). Do I must install it? The error dissapears but I don't know If the copy is correct or I need to install or compile the GLUT libraries.
2. About another errors I get the following errors:
Error 4 error MSB3073: El comando "xcopy /dy D:\Perfiles de Usuario\user\Escritorio\API BETA1 File Geodatabase\samples\..\bin\FileGDBAPI.* D:\Perfiles de Usuario\user\Escritorio\API BETA1 File Geodatabase\samples\bin\
:VCEnd" salió con el código 4. C:\Archivos de programa\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets
I got it in all projects.
Another warning is:
Advertencia 3 warning C4251: 'FileGDBAPI::Geodatabase::m_catalogROT' : class 'std::map<_Kty,_Ty>' necesita tener una interfaz DLL para que la utilicen los clientes de class 'FileGDBAPI::Geodatabase' d:\perfiles de usuario\user\escritorio\api beta1 file geodatabase\include\geodatabase.h
I need to make use of the Geodatabase API into my VB.NET or CSharp projects, but if I cannot compile it, how can I use it in my projects.
Is there any documentation about how to use it in .NET projects?
Thanks in advanced.
Francisco J.