Thank you very much for sharing your code, would it be possible to upload a Visual Studio 2010 Cmake file also? I'd like to test your code in an windows environment.
Cheers,
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Chris, I'm sorry but I can't help you right now. I don't have any experience with Visual Studio make files. But I think if you add all source files to your project in Visual Studio it should compile just fine. Except the file "main.c" which includes "getopt.h" which is POSIX, but according to http://stackoverflow.com/questions/10404448/getopt-h-compiling-unix-c-code-in-windows it should be also doable. The "main.c" represents a console application and thus if you want to use only the library and not the application you don't need it.
Regards,
Martin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I know this ticket is almost 3 years old but just for record, I've added support for MSW a year ago so Visual Studio project is included in sources. As Martin mentioned, console application doesn't work right now due to missing prerequisities but DLL build from sources should work as expected.
Cheers,
Martin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you very much for sharing your code, would it be possible to upload a Visual Studio 2010 Cmake file also? I'd like to test your code in an windows environment.
Cheers,
Chris
Hi Chris, I'm sorry but I can't help you right now. I don't have any experience with Visual Studio make files. But I think if you add all source files to your project in Visual Studio it should compile just fine. Except the file "main.c" which includes "getopt.h" which is POSIX, but according to http://stackoverflow.com/questions/10404448/getopt-h-compiling-unix-c-code-in-windows it should be also doable. The "main.c" represents a console application and thus if you want to use only the library and not the application you don't need it.
Regards,
Martin
Hi Chris,
I know this ticket is almost 3 years old but just for record, I've added support for MSW a year ago so Visual Studio project is included in sources. As Martin mentioned, console application doesn't work right now due to missing prerequisities but DLL build from sources should work as expected.
Cheers,
Martin