Greg Turner gmturner007@ameritech.net writes:
o Pseudo-debug log emitter: should I be using stderr? is this basically an OK approach? What is the hex number that most real wine debug logs begin with? I'd like to look the same.
Why don't you simply use the Wine debug macros?
o the pseudo-fork crud (RPCSS_spork() and the /^ cmd-line arg.) should I be worried about accidentally invoking the real rpcss.exe? is this an unacceptably stupid approach in general?
I'm not sure the fork stuff is really useful. It seems to me this app is going to be launched from inside Wine anyway, not from the command line, so there is no need to make it go into the background.