Re: PATCH - Build wrc with MS_VC and PSDK

2003-09-07 Thread Dmitry Timoshkov
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > Changelog: > LanguageID Porting for WRC. > +#if !defined(_MSC_VER) && defined(__GNUC__) > +#ifndef __MINGW32__ > +, > +{ LANG_BRETON, SUBLANG_NEUTRAL, 1252 }, > +{ LANG_CORNISH,SUBLANG_NEUTRAL, 1252

Wine with VB6

2003-09-07 Thread Sukumar .S
Dear All, I've installed the Wine version 20030813 as suggested by the group members. I am able to run and use many of the window applications. I've installed VB6 on my windows partititon and when i run it with wine, the VB6 is starting well and loading the project which i've choosen from the li

Re: mine is better!

2003-09-07 Thread Gregory M. Turner
On Sunday 07 September 2003 06:16 pm, Ove Kaaven wrote: > On Sun, 2003-09-07 at 23:14, Gregory M. Turner wrote: > > whee! another glibc mystery... > > If so, why don't you say which glibc version you use and whether you > upgraded recently? good point. It's gentoo 2.3.2-r1, with the nptl USE fla

looking for some info on these functions

2003-09-07 Thread Jonathan Wilson
advapi32.dll A_SHAFinal A_SHAInit A_SHAUpdate AccessCheckByType AccessCheckByTypeAndAuditAlarmA AccessCheckByTypeAndAuditAlarmW AccessCheckByTypeResultList AccessCheckByTypeResultListAndAuditAlarmA AccessCheckByTypeResultListAndAuditAlarmByHandleA AccessCheckByTypeResultListAndAuditAlarmByHandleW A

Using limits.h

2003-09-07 Thread Robert Shearman
Hi All, I'm trying to use the default limits.h installed on my Debian Woody system, so that I can use either LLONG_MAX or LONG_LONG_MAX in Wine. Does anyone know of anything special I have to define so that these are defined? I have tried __USE_ISOC99, but no joy. Rob

Re: mine is better!

2003-09-07 Thread Ove Kaaven
On Sun, 2003-09-07 at 23:14, Gregory M. Turner wrote: > whee! another glibc mystery... If so, why don't you say which glibc version you use and whether you upgraded recently? I assume a full rebuild (make clean) doesn't fix it? > I do not buy, in the final analysis, that this is anything to do

winedefault.reg

2003-09-07 Thread Ivan Leo Murray-Smith
Some people on wine-users are complaining that regedit winedefault.reg doesn' t always work correctly, somebody posted this solution http://www.winehq.org/hypermail/wine-users/2003/09/0062.html but it would be a very nice thing if regedit winedefault.reg exited with no output and just worked like i

Re: FAQ update

2003-09-07 Thread Francois Gouget
On Sun, 7 Sep 2003, Francois Gouget wrote: [...] > I'll upload the tgz files that I generated to my site as soon as the ftp > server starts working again. Ok, I managed to upload the files. See: http://fgouget.free.fr/tmp/wine/ The most insteresting one is 'winehq-templates.tgz' which contain

mine is better!

2003-09-07 Thread Gregory M. Turner
whee! another glibc mystery... [EMAIL PROTECTED] wine_bld_nat $ wine Segmentation fault [EMAIL PROTECTED] wine_bld_nat $ strace wine [[ snip ]] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4035e000 mprotect(0x4002e000, 729088, PROT_READ|PROT_WRITE) = 0 mprotect(0x

Re: Question regarding development..

2003-09-07 Thread Ove Kaaven
On Sun, 2003-09-07 at 17:30, Jon Brandenburg wrote: > Am I allowed to run debug os in connection > with say a piece of test code, with the purpose of extracting the > necessary api information/functionality so it can be rewritten into wine In what way would the debug version help you with that com

Re: Latest CVS doesnt compile

2003-09-07 Thread Rolf Kalbermatter
Jon Brandenburg <[EMAIL PROTECTED]> wrote: >On Sat, 2003-09-06 at 16:36, Ian Goldby wrote: >> >> and occurs 2-3 hours into the build. Thanks for any further suggestions. > >Speaking of compile times.. what are the average/min/max times for >compiling the complete system? I was surprise when it to

Papers on legal aspects of reverse engineering

2003-09-07 Thread Dan Kegel
Somebody was asking about what is allowed with respect to using Microsoft SDKs when writing Wine code. I have no answer for his question, but did spend a few minutes digging up interesting bookmarks on reverse engineering in general. Maybe they'll be of some interest. http://reengineer.org/ http:

Re: More stuff about the headers

2003-09-07 Thread Steven Edwards
--- Eric Pouech <[EMAIL PROTECTED]> wrote: > > If you are compiling a core Wine DLL, you are not allowed to use the > > base name (IDC_ARROW). You must pick either the Ansi (IDC_ARROWA) or > > Wide (IDC_ARROWW) versions. To achieve this, wine uses a macro called > > "WINELIB_NAME_AW". It is def

Re: Porting radio driver from MS to Linux

2003-09-07 Thread Arjen Verweij
It is a driver to stear a radiochip over a 3-wire bus. Currently test models are mounted on par.port plugs, but there is an USB version and an iPAQ has been "operated upon" and had a chip implanted. The chip works with Linux, just using inb() and outb(), but now the request has been made to try and

Question regarding development..

2003-09-07 Thread Jon Brandenburg
Hi, I've read many of the various articles/faq's etc posted on the winehq.com website, but I have not encountered any so far the really answer my question. My question is this, I have a Universal Subscription to MSDN which includes among other things, debug versions of the operating systems. Am I

Re: Dynamically altering drive mappings at runtime

2003-09-07 Thread Eric Pouech
Robert Shearman wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Hearn Sent: 07 September 2003 14:53 To: Wine Devel Subject: Dynamically altering drive mappings at runtime and on a slightly related note, I am wondering how hard it would be to a

Re: Porting radio driver from MS to Linux

2003-09-07 Thread Eric Pouech
Arjen Verweij wrote: Hi, I am looking to port a MSVC++ driver to Linux. The recommended approach, to convert the Makefile and compile it didn't work for me, so I am trying to compile seperate cpp.files by implementing the winapi functions I need in a seperate linuxapi.cpp what kind of driver is it

RE: Dynamically altering drive mappings at runtime

2003-09-07 Thread Robert Shearman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Mike Hearn > Sent: 07 September 2003 14:53 > To: Wine Devel > Subject: Dynamically altering drive mappings at runtime > > > and on a slightly related note, I am wondering how hard it would be > to allo

RE: Porting radio driver from MS to Linux

2003-09-07 Thread Robert Shearman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Arjen Verweij > Sent: 07 September 2003 14:38 > To: [EMAIL PROTECTED] > Subject: Porting radio driver from MS to Linux > > I'm not too familiar with winapi myself, because I learn C/C++ in a > college envi

Re: Using fontconfig

2003-09-07 Thread Huw D M Davies
On Sun, Sep 07, 2003 at 02:51:39PM +0100, Mike Hearn wrote: > Hi to anybody who knows about fonts, > > It'd be nice to use fontconfig in future to locate font installation > paths. There is a simple API: > > FcStrList FcConfigGetFontDirs (FcConfig *config); > > which should let us use a small

Dynamically altering drive mappings at runtime

2003-09-07 Thread Mike Hearn
and on a slightly related note, I am wondering how hard it would be to allow wine to alter drive mappings at runtime. The reason I ask is that it'd be nice for the "add drive" dialog in winecfg to use the shell directory chooser that shows all directories on the system rather than forcing the

Using fontconfig

2003-09-07 Thread Mike Hearn
Hi to anybody who knows about fonts, It'd be nice to use fontconfig in future to locate font installation paths. There is a simple API: FcStrList FcConfigGetFontDirs (FcConfig *config); which should let us use a small part of it, even if we don't use all of it. It means we don't need to make t

Porting radio driver from MS to Linux

2003-09-07 Thread Arjen Verweij
Hi, I am looking to port a MSVC++ driver to Linux. The recommended approach, to convert the Makefile and compile it didn't work for me, so I am trying to compile seperate cpp.files by implementing the winapi functions I need in a seperate linuxapi.cpp There are about 30 functions I have to port a

Re: different approach to resolution switching

2003-09-07 Thread Mike Hearn
On Sun, 2003-09-07 at 13:32, Lionel Ulmer wrote: > Well, if you are in a coding mood, read the specs for the RandR extension > and start coding in Wine. With some luck, you may even implement depth > switching :-) Depth switching isn't implemented by XFree at present, so it's resolution only. The

Re: More stuff about the headers

2003-09-07 Thread Shachar Shemesh
Eric Pouech wrote: Still, I agree that we are in a somewhat of a fix here. How about if we do it this way: Define IDC_ARROWn as 32512 Define IDC_ARROW as MAKEINTRESOURCE(IDC_ARROWn) This way, you will still get the error, you are still prohibited from using an unqualified version. From within th

Re: different approach to resolution switching

2003-09-07 Thread Lionel Ulmer
On Sat, Sep 06, 2003 at 08:46:43PM +0200, Rok Mandeljc wrote: > I've been thinking recently about resolution changes in wine/X. As I > understand, this now works with UseXVidMode enabled, but I sometimes > find it ugly; I run X at 1280x1024 and when I run game in 640x480 > (fullscreen), X switches

Re: More stuff about the headers

2003-09-07 Thread Eric Pouech
Makes you wonder about one thing, though - do you think that the Windows sources compile with the Windows headers? I don't think so (there are some examples of that, the PEB structure being one of them). A+ -- Eric Pouech

Re: Latest CVS doesnt compile

2003-09-07 Thread Jakob Eriksson
Jon Brandenburg wrote: On Sat, 2003-09-06 at 16:36, Ian Goldby wrote: and occurs 2-3 hours into the build. Thanks for any further suggestions. Speaking of compile times.. what are the average/min/max times for compiling the complete system? I was surprise when it took my system 12 minut

different approach to resolution switching

2003-09-07 Thread Rok Mandeljc
I've been thinking recently about resolution changes in wine/X. As I understand, this now works with UseXVidMode enabled, but I sometimes find it ugly; I run X at 1280x1024 and when I run game in 640x480 (fullscreen), X switches resolution. But as mouse cursor can escape from 640x480 "box", I can s

Re: More stuff about the headers

2003-09-07 Thread Eric Pouech
Still, I agree that we are in a somewhat of a fix here. How about if we do it this way: Define IDC_ARROWn as 32512 Define IDC_ARROW as MAKEINTRESOURCE(IDC_ARROWn) This way, you will still get the error, you are still prohibited from using an unqualified version. From within the Wine sources, you

Re: Latest CVS doesnt compile

2003-09-07 Thread Ian Goldby
Thank you. That patch worked for me. It now fully compiles without errors. On Sunday 07 Sep 2003 03:45, Steven Edwards wrote: > Here is a patch for this. I also included some changes to help the > MS_VC/Mingw build > > Changelog: > include and porting fix (reported by Ian Goldby) > > > Index: gdbp

Re: More stuff about the headers

2003-09-07 Thread Shachar Shemesh
Eric Pouech wrote: Shachar Shemesh wrote: Steven Edwards wrote: First thing is first. Whats up with the *_must_be_suffixed_with_W_or_A_in_this_context error? If you are compiling a core Wine DLL, you are not allowed to use the base name (IDC_ARROW). You must pick either the Ansi (IDC_ARROWA

Re: More stuff about the headers

2003-09-07 Thread Eric Pouech
Shachar Shemesh wrote: Steven Edwards wrote: First thing is first. Whats up with the *_must_be_suffixed_with_W_or_A_in_this_context error? If you are compiling a core Wine DLL, you are not allowed to use the base name (IDC_ARROW). You must pick either the Ansi (IDC_ARROWA) or Wide (IDC_ARROW

Re: More stuff about the headers

2003-09-07 Thread Shachar Shemesh
Steven Edwards wrote: First thing is first. Whats up with the *_must_be_suffixed_with_W_or_A_in_this_context error? If you are compiling a core Wine DLL, you are not allowed to use the base name (IDC_ARROW). You must pick either the Ansi (IDC_ARROWA) or Wide (IDC_ARROWW) versions. To achieve

Re: Problems with libartsc.so

2003-09-07 Thread Marcus Meissner
On Sun, Sep 07, 2003 at 05:46:11PM +1000, jeff_latimer wrote: > I have just upgraded to RedHat 9 and when I make wine it can't link in > libartsc.so . Looking in /usr/lib there is a libartsc.so.0 not > libartsc.so . Is this normal? You probably need the 'arts-devel' RPM. Ciao, Marcus

bounced mail to appdb@winehq.com

2003-09-07 Thread David Miller
I am trying to volunteer to help maintain the appdb, but mail to [EMAIL PROTECTED] bounces with the error below.  I have emailed this address successfully before.  Has it been removed?  If not, is there a known (or perhaps unknown) problem?   <[EMAIL PROTECTED]>:198.144.15.226 does not like

Problems with libartsc.so

2003-09-07 Thread jeff_latimer
I have just upgraded to RedHat 9 and when I make wine it can't link in libartsc.so . Looking in /usr/lib there is a libartsc.so.0 not libartsc.so . Is this normal? Jeff Powered by telstra.com