Help needed to build & run a VC++ program in Linux

2004-01-28 Thread saravanan
Hi, I want to know how i can a compile & port a simple VC++ application to linux using wine. I tried to compile a  VC++ application using the winelib method. But it showed a lot of errors. Does anyone have any idea.   I had tried all options.  I had done follwing things 1) I created a simple

Re: Missing RedHat fc1 src rpm

2004-01-28 Thread Vincent Béron
Le mer 28/01/2004 à 14:50, Mike Hearn a écrit : > On Wed, 28 Jan 2004 10:55:33 -0800, Bill Medland wrote: > > The sourceforge site seems to be missing the fc1 src rpm for the Jan 2004 > > build. > > My fault, I rolled the FC1 RPMs this time as Vincents machine is b0rked. I > just forgot to upload

Re: File change notifications

2004-01-28 Thread Duane Clark
Hans Leidekker wrote: + +/* TODO: - security attribute changes + * - compound filter and multiple notifications + * - subtree notifications + * - non-documented flags FILE_NOTIFY_CHANGE_LAST_ACCESS and + * FILE_NOTIFY_CHANGE_CREATION + For some reason, a comment end is mis

version.dll implementation

2004-01-28 Thread Abdul-Haseeb Ahmad
seems the problem with nhl2004 is wine's current implementation of version.dll... seems as though GetFileVersionInfoA is critical to BrowserEngine_PC_z.dll... does anyone here know version.dll well and would care to share some insight? Quoting Abdul-Haseeb Ahmad <[EMAIL PROTECTED]>: > ive tinkere

Re: desktop mode again

2004-01-28 Thread Alex Pasadyn
Robert Shearman wrote: I suggest you put the system metrics stuff in a separate patch. It is a lot more tested and more likely to get in than the other code, which is quite a big change. I can do that, if it would get applied. :) I sent an earlier version of the sysmetrics patch by itself a lon

Re: Posix Subsystem for ReactOS - Project 2010

2004-01-28 Thread Shachar Shemesh
Steven Edwards wrote: My plan is to work with the CoLinux team to integrate CoLinux in to Windows and ReactOS as a POSIX subsystem. They are very interested in working with us on this project and have linked to reactos.com on the website. My entire experience with CoLinux has to do with Dan Alo

Re: desktop mode again

2004-01-28 Thread Robert Shearman
I apologise in advance if this message is poorly formatted. Blame webmail for that. Alex Pasadyn wrote: > ChangeLog: > - Make a separate process for the Wine desktop window > - In desktop mode, all applications share one desktop window > - Ensure system metrics are accurate for all processes aft

Re: UXTHEME

2004-01-28 Thread Kevin Koltzau
Win98 doesn't have themes, so you've got nothing to worry about as far as registry settings go. Only WinXP and Win2003 (and anything newer then those) have theming support On Wednesday 28 January 2004 02:14 pm, MediaHost \(TM\) wrote: > OK, good to know! Anyway, I made a import of a registry file

Re: Missing RedHat fc1 src rpm

2004-01-28 Thread Mike Hearn
On Wed, 28 Jan 2004 10:55:33 -0800, Bill Medland wrote: > The sourceforge site seems to be missing the fc1 src rpm for the Jan 2004 > build. My fault, I rolled the FC1 RPMs this time as Vincents machine is b0rked. I just forgot to upload the SRPM along with the binaries to SourceForge incoming. I

Re: WineHQ: Isn't status update news?

2004-01-28 Thread Tom
Brian Vincent C wrote: > How about a news item about the status being updated? > Tom just finished a big status update, and people that > don't follow wine-{cvs,devel,[EMAIL PROTECTED] have > no way of knowing. I was under the impression it wasn't completed yet because the Core page still neede

Re: UXTHEME

2004-01-28 Thread MediaHost \(TM\)
OK, good to know! Anyway, I made a import of a registry file to the registry which helped me get many apps running (From my daughters Win98) and I'll be glad to remove the theme.Anyone know what to remove? I never played with themes and certainly not on a Win98 :-) I see this also bothering Wi

Re: Fix Unicode support for SetupApi INFs

2004-01-28 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > A well meaning individual implemented Unicode support for SetupApi. > However, the detection for whether a file was Unicode was slightly > broken because RtlIsTextUnicode only returns true if all the flags input > were output (and NULL means all flags)

Re: UXTHEME

2004-01-28 Thread Kevin Koltzau
There have been a couple patches recently commited to CVS related to that, this one in particular may help http://cvs.winehq.org/patch.py?id=10856 Although I'm currently unable to get explorer to work with current CVS so there may be other issues On Wednesday 28 January 2004 12:58 pm, MediaHost

Missing RedHat fc1 src rpm

2004-01-28 Thread Bill Medland
The sourceforge site seems to be missing the fc1 src rpm for the Jan 2004 build. -- Bill Medland mailto:[EMAIL PROTECTED] http://webhome.idirect.com/~kbmed

UXTHEME

2004-01-28 Thread MediaHost \(TM\)
Hi,   I wanted to know about the issue with uxtheme and the newest release:       As stated at http://www.winehq.com/?issue=206#Broken%20Apps:%20IE%20Setup%20and%20Lotus%20Notes? explorer only bombs, when a theme installed and selected in your registry . How do I go about uninstalling a theme

Re: Named pipes

2004-01-28 Thread Mike Hearn
On Wed, 28 Jan 2004 13:04:44 +, Peter Riocreux wrote: > warn:ole:create_marshalled_proxy Could not open named pipe to broker > \\.\pipe\{46A9F31C-E868-11D4-8BC9-000102A831DC}, le is 2 > [last message repeated indefinitely] Hi, Install native DCOM (see #winehq channel faq), then run with WIN

Re: Named pipes

2004-01-28 Thread Mike McCormack
Peter Riocreux wrote: fixme:ole:CoRegisterMessageFilter stub warn:heap:HEAP_ValidateInUseArena Heap 4022: invalid in-use arena magic for 402576a0 warn:ole:create_marshalled_proxy Could not open named pipe to broker \\.\pipe\{46A9F31C-E868-11D4-8BC9-000102A831DC}, le is 2 [last message repeat

Re: WineHQ: Isn't status update news?

2004-01-28 Thread Brian Vincent (C)
Title: Re: WineHQ: Isn't status update news? > How about a news item about the status being updated? > Tom just finished a big status update, and people that > don't follow wine-{cvs,devel,[EMAIL PROTECTED] have > no way of knowing. I was under the impression it wasn't completed yet because

Re: Named pipes

2004-01-28 Thread Peter Riocreux
Uwe Bonnes <[EMAIL PROTECTED]> writes: > > "Peter" == Peter Riocreux <[EMAIL PROTECTED]> writes: > > Peter> "Robert Shearman" <[EMAIL PROTECTED]> writes: > >> > warn:heap:HEAP_ValidateInUseArena Heap 4022: invalid in-use > > >> arena magic for 402576a0 > >> > >> Worry

Re: Named pipes

2004-01-28 Thread Peter Riocreux
Mike McCormack <[EMAIL PROTECTED]> writes: > Peter Riocreux wrote: > > > fixme:ole:CoRegisterMessageFilter stub > > warn:heap:HEAP_ValidateInUseArena Heap 4022: invalid in-use arena magic for > > 402576a0 > > warn:ole:create_marshalled_proxy Could not open named pipe to broker > > \\.\pipe\

Re: Named pipes

2004-01-28 Thread Uwe Bonnes
> "Peter" == Peter Riocreux <[EMAIL PROTECTED]> writes: Peter> "Robert Shearman" <[EMAIL PROTECTED]> writes: >> > warn:heap:HEAP_ValidateInUseArena Heap 4022: invalid in-use > >> arena magic for 402576a0 >> >> Worrying, but your program hasn't crashed so shouldn't be a

Re: Named pipes

2004-01-28 Thread Peter Riocreux
"Robert Shearman" <[EMAIL PROTECTED]> writes: > > warn:heap:HEAP_ValidateInUseArena Heap 4022: invalid in-use > > arena magic for 402576a0 > > Worrying, but your program hasn't crashed so shouldn't be a problem. Well the thing that I *think* should be on the other end of the pipe crashes wit

Re: Mouse up vs Mouse click

2004-01-28 Thread Fabian Cenedese
>>The misbehaving app uses a ownerdrawn, CListCtrl-derived list. When >>I click on a cell not in the first column the cell gets selected. But on >>wine I can see that the selection flashes shortly and disappears right >>again (Surprisingly it works when I click in the first column. As my >>applica

Re: Fix .. in path names

2004-01-28 Thread Dimitrie O. Paun
On Wed, 28 Jan 2004, Mike McCormack wrote: > This patch fixes the problem with non-existant directories and .. in > pathnames. (and it makes my test case work, Dimi!) > +/* don't mess with unix path names */ > +if( strchrW(name,'/') ) > +return DOSFS_GetFullNameNoDots( name, che

RE: Named pipes

2004-01-28 Thread Robert Shearman
> > > The management software (binary called pm5.exe) installed fairly > easily and gets a long way in on execution but then stops making > progress. It consumes pretty much all the CPU and when run with debug > messages printed I get the following: > > fixme:ole:CoRegisterMessageFilter stub Shoul

WineHQ: Isn't status update news?

2004-01-28 Thread Dimitrie O. Paun
Guys, How about a news item about the status being updated? Tom just finished a big status update, and people that don't follow wine-{cvs,devel,[EMAIL PROTECTED] have no way of knowing. In general, I think any big site update should make it as news items. -- Dimi.

Named pipes

2004-01-28 Thread Peter Riocreux
[reposted because I posted not from the subscribed address - Doh! Sorry if you see it twice in the end] Using the RH9 RPM from the SF downloads area (wine-20040121-1rh9winehq.i686.rpm) This is my first serious attempt at getting a non-working app working, so if I am giving insufficient, or the wr

Re: NHL 2004 Testing Report

2004-01-28 Thread Abdul-Haseeb Ahmad
ive tinkered around some more, and i copied over winxp's kernel32.dll, and i created a blank lz32.dll (was also giving an error), and it wasn't loading browserengine_pc_z.dll due to the implementation of version.dll: err:module:import_dll Loading module (file) lz32.dll (which is needed by L"C:\\WI