dumpbin.exe implicitly calls link.exe, and when trying to run dumpbin.exe under wibo, despite link.exe being in the same directory and all the necessary dll's with it, I get the following message:
LINK : warning LNK4044: unrecognized option 'myobj.obj'; ignored
This could be a possible indicator of wibo not being able to spawn subprocesses properly?