S Sergio10 macrumors regular Original poster Oct 3, 2007 137 0 May 25, 2010 #1 Hi, Is it possible to develop library on Mac and unit test on Windows? Thanks
Cromulent macrumors 604 Oct 2, 2006 6,829 1,132 The Land of Hope and Glory May 25, 2010 #2 Sergio10 said: Hi, Is it possible to develop library on Mac and unit test on Windows? Thanks Click to expand... Yes, as long as you use cross platform APIs and you have a compiler for both platforms. Seems a bit pointless though unless you think the implementation of those APIs have platform specific bugs.
Sergio10 said: Hi, Is it possible to develop library on Mac and unit test on Windows? Thanks Click to expand... Yes, as long as you use cross platform APIs and you have a compiler for both platforms. Seems a bit pointless though unless you think the implementation of those APIs have platform specific bugs.