|
From: Felix S. <sch...@go...> - 2010-04-20 19:03:09
|
Hello out there, my company develops software for mobile devices on windows. we have a emulator for testing our software. it would be useful to do some memchecks etc. If a windows port of valgrind available in the near future? compiling valgrind with an cygwin environment isn't possible. best felix |
|
From: Philippe W. <phi...@sk...> - 2010-04-21 17:36:31
|
> my company develops software for mobile devices on windows. we have a > emulator for testing our software. it would be useful to do some > memchecks etc. > > If a windows port of valgrind available in the near future? compiling > valgrind with an cygwin environment isn't possible. There is no port to windows, and each time I have seen such a beast discussed, it was always considered as a huge work. However, you might try to use valgrind and wine together to run your windows application. Philippe |