raptor2

Compiling a library (redland) in Cygwin using gcc and using the output in Visual Studio (c++)

一曲冷凌霜 提交于 2019-12-22 06:46:47
问题 I'm currently trying to compile redland (librdf http://librdf.org/) under Windows. According to their website it should build under Windows. As i don't want to spend my time fixing the .sln I thought about compiling librdf (and the necessary projects) in cygwin and then use the library in visual studio. So my question is: Is it possible to use librarys compile in cygwin in windows application? And if so how? As I am a windows developer I don't know if there is any difference from the created

Compiling a library (redland) in Cygwin using gcc and using the output in Visual Studio (c++)

空扰寡人 提交于 2019-12-05 11:19:29
I'm currently trying to compile redland (librdf http://librdf.org/ ) under Windows. According to their website it should build under Windows. As i don't want to spend my time fixing the .sln I thought about compiling librdf (and the necessary projects) in cygwin and then use the library in visual studio. So my question is: Is it possible to use librarys compile in cygwin in windows application? And if so how? As I am a windows developer I don't know if there is any difference from the created .a files to .dlls. I already read up to the topic and it will be necessary to include the cygwin1.dll