winemine2 winelib example

2003-12-22 Thread Chris Morgan
After reading about the winamp3 source code release I've been interested in working with winelib. I've been trying to get the winemine2 example to work from the winelib documentation http://winehq.com/site/docs/winelib-user/ winelib-getting-started#WINEMAKER-TEST After doing the winemaker and c

Re: Console problem

2003-12-22 Thread Michael Stefaniuc
Hi, On Mon, Dec 22, 2003 at 08:11:28PM +0100, Peter Oberndorfer wrote: > I'm trying to get the freeware version of IDA (console) working, but if you mean ida37fw? My experience is based on that one. > i run it in wine it just hangs. > If i run it with winedbg it works fine. > I found out that the

GetModuleFileName mysteries

2003-12-22 Thread Ralf Juengling
I have some Windows code that uses GetModuleFileName in order to read some additional files at runtime that are expected at certain place relative to the executable. In Wine, GetModuleFileName doesn't work as intended, and I have trouble to track down the problem. I had to use winemaker's "wrap"

MinGW cross compilation enviroment setup

2003-12-22 Thread Michael Stefaniuc
Hello! Here are the steps needed to setup a MinGW on a Red Hat Linux like rpm based system (Fedora Core, Mandrake Linux, ... should probably work even on a SuSE Linux) * Download the mingw-binutils and mingw-gcc srpm's from http://ftp.redhat.com/pub/contrib/libc6/SRPMS/ * Download t

Re: ilink32

2003-12-22 Thread Flameeyes
Adrian Smarzewski wrote: > I would like to run Borland Ilink32 under Wine. > where can I find _working_ patch for version 20031118? Please anyone knows? Seems like ilin32 checks for reservation of some memory areas, to be sure to be run on a Windows system. Also, these areas changes with the vers

Console problem

2003-12-22 Thread Peter Oberndorfer
Hello I'm trying to get the freeware version of IDA (console) working, but if i run it in wine it just hangs. If i run it with winedbg it works fine. I found out that the problem is that AllocConsole is never called for the application if it is being run from wine. But since IDA runs in the console

Re: FIXMEs in Alsa WaveIn

2003-12-22 Thread Christian Costa
Sylvain Petreolle wrote: Hello, Hi Sylvain! Could you explain the meaning of the FIXME("-\n") you put in ALSA_WaveInit when you added WaveIn support ? I didn't write this FIXME. It was just lying in a peace of code, some lines above, I've copy-pasted and adapted. You should ask to Eric who is t

Re: Current CVS dlls/winmm/winealsa/audio.c issue

2003-12-22 Thread Christian Costa
Carl Sopchak wrote: I just did a cvs update on the wine tree, and tried to build it. The build failed when trying to link winealsa.drv.spec, with ALSA_widMessage reference undefined. The issue was that the majority of the code in audio.c, including one definition of the function ALSA_widMessa

Re: Winelib Program with DLL problem

2003-12-22 Thread Kevin Atkinson
On Mon, 22 Dec 2003, Kevin Atkinson wrote: > On Mon, 22 Dec 2003, Boaz Harrosh wrote: > > > I have stdcall working fine here. > > > > There is something wrong with your DLL the fact that "pexports" dumped > > "_" before symbol names is a clue to those functions been exported as > > cdecl. In

Re: Winelib Program with DLL problem

2003-12-22 Thread Kevin Atkinson
On Mon, 22 Dec 2003, Boaz Harrosh wrote: > I have stdcall working fine here. > > There is something wrong with your DLL the fact that "pexports" dumped > "_" before symbol names is a clue to those functions been exported as > cdecl. In stdcall (or PASCAL) no under-scored is perpended. (and yo

Re: Winelib Program with DLL problem

2003-12-22 Thread Boaz Harrosh
I have stdcall working fine here. There is something wrong with your DLL the fact that "pexports" dumped "_" before symbol names is a clue to those functions been exported as cdecl. In stdcall (or PASCAL) no under-scored is perpended. (and you should see the @number at end of names). check to

Re: Wine Status Page Pre-1

2003-12-22 Thread Tom
Dimitrie O Paun wrote: On December 16, 2003 08:49 pm, Tom wrote: Here is the current DLL's Status Page. Tom, it looks good, but I think it's getting too big. Why don't we break it in 3 pages: -- Base DLLs -- DirectX DLLs -- Multimedia DLLs This also makes sense as some people don't care ab