Peter Riocreux wrote:
Is there a noddy Wine app that will just print out all the environment it sees to I can be *absolutely* sure that my app is seeing it?
run "wine wcmd", then type "set" at the prompt.
- Is there a specific set of debug messages I can turn on to see (a) the app looking up the environment and (b) trying to open a network connection.
(a) isn't so easy... maybe use +relay and sort thru what that gives (b) maybe a +winsock trace will give you that
Mike