RE: Why is our OutputDebugString a server request?

2004-09-13 Thread Raghavan Gurumurthy
Title: RE: Why is our OutputDebugString a server request? I agree - I got stumped on this very issue when I got into Wine last year. I was used to relying on these trace messages and it took me a while to understand where the messages were actually being sent! //raghavan -Original Mess

Wine and PATH

2004-07-06 Thread Raghavan Gurumurthy
I have set this in the Wine config file (~/.wine/config): [wine] "Path"="c:\\windows;c:\\windows\system;c:\myapp"   I have placed the executable (and its dependent DLLs) in c:\myapp directory. Now, if i run this command:   # wine myapp.exe <<<--- I get error: "wine: cannot find myapp.exe".  

RE: How to determine if an application is running in Wine environ ment?

2004-06-10 Thread Raghavan Gurumurthy
click-wrap licence agreement). Can you safely remove that key so that "menie" programs like that don't know where they are. Remeber DR-DOS and Win3.1?   --- Bill Medland <[EMAIL PROTECTED]> wrote: > On June 9, 2004 10:07 am, Raghavan Gurumurthy wrote: > > BlankIf i

How to determine if an application is running in Wine environment?

2004-06-09 Thread Raghavan Gurumurthy
If i want to do some special handling inside my Windows executable when running in Wine environment, what is the best way to do this?   Thanks,-- Raghavan GurumurthyGupta Technologies   <>

Winelib and MFC and mixing native Windows DLLs

2004-05-13 Thread Raghavan Gurumurthy
Title: Winelib and MFC and mixing native Windows DLLs I am trying to build my MFC-based Windows application on Linux. First question - I read in the Winelib user guide that I have to build MFC completely on Winelib as well. Is this really a must? Is there no other alternative? Second quest

Load a .so from a Windows binary using Wine

2004-05-12 Thread Raghavan Gurumurthy
Title: Load a .so from a Windows binary using Wine I have a Windows GUI application that runs on Wine (not Winelib). Now i want to use that code to load a native Linux .so - how can i do this?   Thanks in advance, Raghavan