Is it possible to compile and use poco with visual studio 2012 express for windows desktop? I'm running into some problems and before I waste too much time I want to know if I'm fighting a lost battle or not
Thank you
alex wrote:VS Express does not include MFC and CppUnit GUI needs it. Read this discussion for a more elaborate explanantion on how to build without either Visual Studio or MFC. All we need is someone to step in, invest some time and fix the mess. GUI testsuite is nice but it's been more pain than it's worth for non-commercial VS users. We'd be very fine with simple command line test runs like we have on other platforms.
marlowabnp wrote:I am amazed to hear that CppUnit has a dependency on it. Huh? Simple command line unit tests can be done with other unit test frameworks.
alex wrote:marlowabnp wrote:I am amazed to hear that CppUnit has a dependency on it. Huh? Simple command line unit tests can be done with other unit test frameworks.
Only WinTestRunner has MFC dependence. CppUnit can run as command line only tool, just like it does on non-Windows platforms.
marlowabnp wrote:I don't see where or how. Driver.cpp seems to be the command line version but I cannot see it in the Visual Studio solutions.
marlowabnp wrote:I have to admit that the GUI test program is nice. What a pity it is Windoze-only. I suppose it would be a can of worms for Poco testing to reply on a third-party GUI library. There are just so many and they are all moving targets.
Users browsing this forum: No registered users and 1 guest