Re: winegcc: portability

2004-03-01 Thread Kirill Smelkov
1 Март 2004 10:13, Dimitrie O. Paun написал: > On March 1, 2004 1:50 am, Kirill Smelkov wrote: > > And what about next (removed from winemaker by your recent patch) > > -fpermissive, > > -fms-extensions > > -fno-for-scope > > ? > > > > They are very handy when porting win32 apps. > > Are these by d

Office '97 test: installer good, app not usable

2004-03-01 Thread Dan Kegel
A friend wanted to borrow my old laptop while she's in the hospital, so I scurried around and got wvdial and fvwm95 working on my old 133MHz 48MB RAM, 1.1GB disk Redhat 6.2 laptop, then built the latest Wine. Ran into two minor problems, but basically it built just fine. Took all night, but hey, w

Re: Problems with CHtmlView class in WINE

2004-03-01 Thread Boaz Harrosh
vishal wable wrote: Respected Sir, I am trying to run a MFC application in Red Hat Linux 8 using WINE.(Latest Version). I have used a MFC class "CHtmlView" in order to display html pages. Following line of code does that for me. Navigate2( "MyPage.html",NULL,NULL); In WINE i get the followi

Close button on MFC dockable windows

2004-03-01 Thread Justin Chevrier
Several programs: eg: Powergrab: http://www.cosmicwolf.com SCB Demo3: http://adam.stup.ac.ru/Developer/ ArticleDetail.aspx?ar=318&l=n&mi=10&mic=40 that make use of MFC to do things like dockable windows don't properly draw the close button on docked windows. Instead of an 'x' it looked more like an

Re: My patch?

2004-03-01 Thread Alexandre Julliard
Robert van Herk <[EMAIL PROTECTED]> writes: > Did my patch of 2/17, that allowed for more options in the libraries > dialogue of winecfg, go into the "silent void" that the wine website > speaks of? :-). No, it's in CVS. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Fixing NTQueryVirtualMemory once and for all (Was: Borland C++ 5.5 fails on Link, any ideas?)

2004-03-01 Thread Alexandre Julliard
Troy Rollo <[EMAIL PROTECTED]> writes: > So there's really two issues: > > 1. How should we deal with the 0x8000 boundary anomaly? By allocating something there. > 2. Should we attempt to deal with the fact that NtQueryVirtualMemory > doesn't report memory used by nativ

Re: [QUARTZ] Add implementation for IFilterMapper interface

2004-03-01 Thread Christian Costa
Boaz Harrosh wrote: Christian Costa wrote: Fine. :-) BTW, Windows seems to only update the devenum entries, if any, of the category eumerated. I don't think this is significant or not though... devenum entries are Just a cache that quartz is keeping. It is different between DirectShow versi

Re: SafeArrayCreateVector

2004-03-01 Thread Martin Fuchs
> > Changelog: > > correct parameter type for SafeArrayCreateVector() and > SafeArrayCreateVectorEx() from ULONG to UINT > > The Microsoft headers have ULONG here, what headers are you using? Yes, you are right. In the headers there is "ULONG". I looked in the MSDN documentation: http://msdn.mic

Re: Program crash when moving a scrollbar

2004-03-01 Thread Alexandre Julliard
"Norbert Feulner" <[EMAIL PROTECTED]> writes: > WINPROC_MapMsg16To32A is used to restore some of the original values. It is called by > __wine_call_wndproc_32W (line 4). > > Here I added for the case of message msg16 equals SBM_GETRANGE to extend pwparam32 > to its 32-Bit value. This is done by us

Re: SafeArrayCreateVector

2004-03-01 Thread Alexandre Julliard
"Martin Fuchs" <[EMAIL PROTECTED]> writes: > Changelog: > correct parameter type for SafeArrayCreateVector() and SafeArrayCreateVectorEx() > from ULONG to UINT The Microsoft headers have ULONG here, what headers are you using? -- Alexandre Julliard [EMAIL PROTECTED]

"Warning: Language '' was not recognized"

2004-03-01 Thread Joel Konkle-Parker
I've looked through the archives for an answer to this, but didn't find anything. When I run `wine ie6setup.exe` using Wine from CVS, the first lines are the following: -- Warning: Language '' was not recognized, defaulting to English. Building font metrics. This may take some time... -- Where

Re: OLEPictureImpl_SaveAsFile

2004-03-01 Thread Mike Hearn
On Mon, 01 Mar 2004 09:12:09 +, Ross Clement wrote: > Hence any image editing or creating program that creates an image > in memory, or modifies an image after it is loaded, won't work. Yes, our support for the visual basic APIs (basically a lot of OLE is really VB runtime code and not used b

My patch?

2004-03-01 Thread Robert van Herk
Hi, Did my patch of 2/17, that allowed for more options in the libraries dialogue of winecfg, go into the "silent void" that the wine website speaks of? :-). I didn't see any notice about it on this list... Grtz, Robert

Re: winegcc: portability

2004-03-01 Thread Dimitrie O. Paun
On March 1, 2004 1:50 am, Kirill Smelkov wrote: > And what about next (removed from winemaker by your recent patch) > -fpermissive, > -fms-extensions > -fno-for-scope > ? > > They are very handy when porting win32 apps. Are these by default turned on on MinGW's gcc? If so, I'll add them. If not, y

Re: Cross compiling Wine with MinGW

2004-03-01 Thread Juan Lang
--- Hans Leidekker <[EMAIL PROTECTED]> wrote: > If I include winsock2.h, get rid of the > sys/socket.h, > netinet/in.h and arpa/inet.h includes and > additionally > link to ws2_32 it builds on MinGW as well as Wine. You have to link to ws2_32? That's interesting, I didn't. I submitted a patch, m

Re: Borland C++ 5.5 fails on Link, any ideas?

2004-03-01 Thread Michael Pyne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 29 February 2004 01:02 pm, you wrote: > I will try the patch that others suggested and report back on it's effect. I've compiled Wine with debugging support, so now I get all of the debugging messages. The patch that was provided is unfort

OLEPictureImpl_SaveAsFile

2004-03-01 Thread Ross Clement
Hi. I have an application (Halosim3) that I would like to have working under wine. The application works reasonably well, but is unable to save pictures to disk. With a bit of tracking, I've discovered that it calls OLEPictureImpl_SaveAsFile to save the image that it generates. This function (in dl

Problems with CHtmlView class in WINE

2004-03-01 Thread vishal wable
Respected Sir,   I am trying to run a MFC application in Red Hat Linux 8 using WINE.(Latest Version). I have used a MFC class "CHtmlView" in order to display html pages. Following line of code does that for me.   Navigate2( "MyPage.html",NULL,NULL);   In WINE i get the following error when trying t

Re: Authors.c Won't Compile

2004-03-01 Thread Hans Leidekker
On Friday 27 February 2004 13:41, Robert Shearman wrote: > > On Friday 27 February 2004 14:21, Robert Shearman wrote: > > > > > $ LC_ALL=C sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS > > > > > > > > > | grep Ove > > > > | > > > > > "Ove K\x{}ven", Ok, after a make distclean I was a

Re: Cross compiling Wine with MinGW

2004-03-01 Thread Hans Leidekker
On Sunday 29 February 2004 20:49, Juan Lang wrote: > > Shouldn't wininet build on ws2_32 and thus compile? > > I think it should be investigated... > > wininet currently depends on OpenSSL and BSD (unix) > sockets. I think the way OpenSSL is being used makes > it rather hard to use ws2_32 instead

Re: ole: define MKSYS_URLMONIKER

2004-03-01 Thread Francois Gouget
On Sun, 29 Feb 2004, Kevin Koltzau wrote: > Define MKSYS_URLMONIKER. This is not defined in any Windows headers I > can find, but does exist. Just FYI, I checked and it is present in the latest Microsoft SDK: sdk/include/UrlMon.h:#define MKSYS_URLMONIKER 6 It is also defined in ObjIdl.I