Re: wine for two, please.

2005-11-01 Thread Rob D
all the battles of getting multihead display, gcc, and wine running on Solaris that FINALLY something would work so simply. Thanks again to the whole Wine crew that made this possible!!! At 04:26 PM 11/1/2005, Rob D wrote: At 01:54 PM 11/1/2005, Marcus Meissner wrote: Running two "

Re: wine for two, please.

2005-11-01 Thread Rob D
At 01:54 PM 11/1/2005, Marcus Meissner wrote: Running two "wine foo.exe" will act as if on the same machine, including interchange of windows messages if the apps do that. Ciao, Marcus So I could create 2 wine apps that simply duplicate the window creation and message handling , and have

Re: Multimonitor support in Wine?

2005-11-01 Thread Rob D
At 02:39 AM 11/1/2005, Marcus Meissner wrote: On Mon, Oct 31, 2005 at 08:37:44PM -0700, Rob D wrote: > > Its me again. > > Ive been trying to figure how to get a (single) Wine application to be able > to display dialogs on each of 3 monitors in a non xinerama setup (DISPLAY &g

Re: Wine on Solaris?

2005-11-01 Thread Rob D
At 02:32 AM 11/1/2005, Molle Bestefich wrote: Rob D wrote: > Solaris is like the red-headed step child of the Wine world. What an odd remark.. What does that mean? After perusing Robert Lunnons patchkit for hints to resolve build issues, it would appear that most of the issues that k

Re: Multimonitor support in Wine?

2005-11-01 Thread Rob D
At 12:53 AM 11/1/2005, Thomas Tornblom wrote: > I am well aware that xinerama mode would allow this quite easily, but > xinerama is not an option, partly since CDE on Solaris will not work in > xinerama mode, and a little thing called Software Requirements Specification. Pardon me, but what i

Multimonitor support in Wine?

2005-10-31 Thread Rob D
Its me again. Ive been trying to figure how to get a (single) Wine application to be able to display dialogs on each of 3 monitors in a non xinerama setup (DISPLAY :0.0, :0.1, and :0.2). I am well aware that xinerama mode would allow this quite easily, but xinerama is not an option, partly

Re: Wine on Solaris?

2005-10-31 Thread Rob D
Solaris is like the red-headed step child of the Wine world. There are several parts that dont build correctly on Solaris 8,9, or 10. Im pretty sure Solaris 11 is the same. Fortunately, Robert Lunnon has a website http://www.blastwave.org/wine/, that has several fixes for building Wine on Sola

WM_SIZING

2005-10-26 Thread Rob D
I Finally got Wine working on Solaris 9 and tweaked the Makefiles to get my 250k lines of code app to compile on Winelib!! Of course it crashes immediately and core dumps but that is (apparently known) issue that I will investigate later. Due to the extensive amount of time it took to get 3 m

Re: Linking wine *dll.so libraries with Linux applications ?!

2005-10-19 Thread Rob D
As a developer of several applications that need to run on Windows and *nix, I am VERY interested in knowing more about the possible ways to accomplish this, and would be more than willing to help update whatever stuff is required. At 04:52 PM 10/19/2005, Troy Rollo wrote: On Thu, 20 Oct 2005

Re: Cannot compile 20050830 on Solaris 9

2005-10-04 Thread Rob D
I built gcc with the recommended options, but still getting similar errors from the assembler pass of winegcc: ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./d3d8.specbasetexture.o cubetexture.o d3d8_main.o device.o directx.o drawprim.o indexbuffer.o resource.o shader.o stat

Re: Cannot compile 20050830 on Solaris 9

2005-10-04 Thread Rob D
At 04:36 AM 10/4/2005, Francois Gouget wrote: On Mon, 3 Oct 2005, Rob D wrote: I have been trying to compile wine from source on Solaris 9 on x86. This has proven to be very frustrating. I had to rename a struct in one of the files in the tools/windump/main.c because of a name clash, but

RE: Cannot compile 20050830 on Solaris 9

2005-10-03 Thread Rob D
make it use gas. Now Im really confused. I read somewhere that someone had to maually configure gcc to use gas. Not sure how to do that at all, but now that is my next task. Thanks Rob Done At 05:28 PM 10/3/2005, you wrote: Le lun 03/10/2005 à 19:11, Rob D a écrit : > I have been trying to

Cannot compile 20050830 on Solaris 9

2005-10-03 Thread Rob D
I have been trying to compile wine from source on Solaris 9 on x86. This has proven to be very frustrating. I had to rename a struct in one of the files in the tools/windump/main.c because of a name clash, but that was easy. I am pretty new to the whole compiling from source thing on Unix, bu

Re: Problem Resolve

2005-09-29 Thread Rob D
'll catch things at that point. -Brian If I could find a Solaris 9 binary of ANY wine version in the last year or so, I would be VERY happy!!! Google found a couple links to Solaris 9 binaries a couple years old or so, but the link didnt even work. Rob D

Re: building programs

2005-03-07 Thread Rob D
quire intricate knowledge of Windows API, since I have been programming on the "Dark Side" for over a decade now. Ok, Ill shut up now. Thanks again, Boaz and Vincent. Rob Done At 05:36 PM 3/6/2005, Vincent Béron wrote: Le sam 05/03/2005 à 16:17, Rob D a écrit : > I have attached 2 Makefile

Re: building programs

2005-03-05 Thread Rob D
06:24 PM 3/4/2005, Vincent Béron wrote: Le ven 04/03/2005 à 19:41, Rob D a écrit : > Is it the spec file that determines whether wine looks for main or WinMain? No. If WinMain exists, it'll be used, even in the presence of main(). > > The only info about spec files I could find was on

Re: building programs

2005-03-04 Thread Rob D
Is it the spec file that determines whether wine looks for main or WinMain? The only info about spec files I could find was on page 20 of the winelib guide (section 3.4.2), it says that it is very outdated and doesnt currently describe winebuild and spec files. Besides that, it doesnt have enough

Re: Visual C++ 6.0 as a Winelib IDE?

2005-03-02 Thread Rob D
This is my first post in an attempt to help/clarify, so dont bash me too bad for format :) Boaz has been helping me offline quite a bit in the last few days. Thanks to Boaz, I have gotten about a half a million lines of code to compile, and Ive almost gotten them to link. It is looking VERY hopef

Problem using winelib to compile Std Lib strings

2005-02-25 Thread Rob D
Ive undertaken the task of converting 2 rather large Win32 applications to run on Solaris 10. I have managed to tweak nearly all of the files so they will compile with wine after running winemaker. The files I cant seem to compile are ones that use std string. I get a few errors like the following: