Re: some ismbc* functions: third try

2002-11-16 Thread Dmitry Timoshkov
"Greg Turner" <[EMAIL PROTECTED]> wrote: > totally untested, but it does compile, and seems logical > enough. while i was at it, i added a few more. Probably it would be better to create a common internal function which accepts C1_ flags, does all remaining common operations with converting

Nameless struct problem

2002-11-16 Thread Dimitrie O. Paun
I had to use the following hack to allow this bit to go through my g++ compiler. I'm using RedHat 8.0, so this gives me: [dimi@dimi wine.src]$ g++ --version g++ (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for

Visual-MingW

2002-11-16 Thread Dimitrie O. Paun
Just a quick heads up. I've been working on compiling Visual-MingW as a Winelib app. Hence the header patches I've sent :) I got it to compile (including resources), but it does not link. Shouldn't be too hard to do, I'll post what changes I had to do later on. -- Dimi.

Re: FAQ in sgml format

2002-11-16 Thread Dimitrie O. Paun
On November 15, 2002 09:19 pm, Tony Lambregts wrote: > Here is the FAQ in sgml format with some very minor additions from the > html version by Dimitrie O. Paun, Keith Matthews and Thomas Wickline Can you please send me a copy of the file you used to generate the SGML, so I can track changes? TIA.

RE: Wine with .NET?

2002-11-16 Thread Marcus Brubaker
Have you heard of Mono yet? www.go-mono.com I'm not sure of the status of Visual Studio on wine though. On Sat, 2002-11-16 at 13:43, Fredrick P. Lackey wrote: > By the way, I would PREFER to use Wine and NOT VMWare. I guess I > should have mentioned that. > > Thanx, > Fred > > -O

Re: CoInitialize

2002-11-16 Thread Ove Kaaven
On Sat, 16 Nov 2002, Jürgen Schmied wrote: > Can you send a trace with -debugmsg +ole? Is that necessary? I think this is a known problem. > juergen > > On 13 Nov 2002 at 14:39, [EMAIL PROTECTED] wrote: > > > One of the threads in my app calls CoInitialize, expecting it > > to return S_OK (in

Wine and iexplore.exe

2002-11-16 Thread Luca Rosellini
Hello, I successfully run Internet Explorer 5.00 from a win98SE partition. It works smoothly on almost all sites even with those sites that use flash. Today I tryed to login to my cisco.netacad.net account using emulated wine and I had this error: fixme:file:DeviceIo_MMDEVLDR (5,(nil),0,0x483e610

RE: Wine with .NET?

2002-11-16 Thread Fredrick P. Lackey
Title: RE: Wine with .NET? By the way, I would PREFER to use Wine and NOT VMWare.  I guess I should have mentioned that. Thanx, Fred  -Original Message- From:   Fredrick P. Lackey [mailto:[EMAIL PROTECTED]] Sent:   Saturday, November 16, 2002 1:43 PM To: '[EMAIL PROTECTED

Wine with .NET?

2002-11-16 Thread Fredrick P. Lackey
Title: Wine with .NET? Ladies and Gentlemen, I am a Microsoft developer and currently pushing the capabilities of the .NET Framework.  On that same note, I am considering moving my laptop to some version of Linux (either Solaris v8.0 or Red Hat).  I assumed that I would need to use VMWare o

Re: CoInitialize

2002-11-16 Thread Jürgen Schmied
Can you send a trace with -debugmsg +ole? juergen On 13 Nov 2002 at 14:39, [EMAIL PROTECTED] wrote: > One of the threads in my app calls CoInitialize, expecting it > to return S_OK (in fact, it's followed by an assert statement > requiring that it returns S_OK). When I run it in Wine, however,

Re: Resend: implement _ismbcalpha, _ismbcalnum

2002-11-16 Thread David Laight
> An interesting side note: Microsoft claims that their implementations of > these functions are blindingly fast (they said something along the > lines that calling these is faster than "if (((0xXX <= ch) && (ch <= > 0xYY)) || ((0xAA <= ch) && (ch <=0xBB)))"). I wonder if this means > they are

Re: Stub implementation of CABINET.DLL

2002-11-16 Thread Greg Turner
On Saturday 16 November 2002 03:17 am, Patrik Stridvall wrote: > So I very happy that somebody is intrested in continuing. my pleasure... but I do reserve the right to take my time about it :) My personal wine TODO list looks something like this, in no particular order: o _ismb* work o convert

Re: Resend: implement _ismbcalpha, _ismbcalnum

2002-11-16 Thread Greg Turner
On Saturday 16 November 2002 03:52 am, Dmitry Timoshkov wrote: > "Greg Turner" <[EMAIL PROTECTED]> wrote: > > So, I think, I > > should #ifdef the byte-swapping based on the endianness of the > > target platform (little-endian hosts byte-swap, big-endian hosts > > don't) does that sound right?

Re: Font selection - please review

2002-11-16 Thread Shachar Shemesh
Huw D M Davies wrote: Hi, CHARSET_DEFAULT is translated to the charset assosicated with the current ansi codepage in dlls/gdi/freetype.c:WineEngCreateFontInstance(). This of course only works if you're using client side rendered fonts (this becomes easier as of last night as you don't even need

Re: kdelnk2desktop.py

2002-11-16 Thread Marcus Meissner
On Fri, Nov 15, 2002 at 06:43:19PM -0600, Dustin Navea wrote: > I just switched to slackware from Mandrake8 and I was foolin around > tryin to see if ther ewas an xchat built with kdelibs and stumbled > across kdelnk2desktop.py in my /usr/bin dir. im not sure if it exists > in other distors but it

Re: Resend: implement _ismbcalpha, _ismbcalnum

2002-11-16 Thread Dmitry Timoshkov
"Greg Turner" <[EMAIL PROTECTED]> wrote: > It seems pretty clear from the examples already implemented in this unit > that, regardless of the platform endianness, the low order byte will be > the trailing byte, and the high-order byte will be the leading byte. > MultiByteToWideChar (and _mbtow

RE: Stub implementation of CABINET.DLL

2002-11-16 Thread Patrik Stridvall
> On Friday 15 November 2002 12:47 pm, Patrik Stridvall wrote: > > Now that we have the permission to use cabextract > > under the LGPL it would be useful to have stubs > > for CABINET.DLL so intrested people can work > > with implementing it with fewer "infrastructure" > > problems. [snip] > Anyon

Re: Resend: implement _ismbcalpha, _ismbcalnum

2002-11-16 Thread Greg Turner
On Tuesday 12 November 2002 10:42 pm, Dmitry Timoshkov wrote: > "Greg Turner" <[EMAIL PROTECTED]> wrote: > > So, on second thought, merged or no, I'll try to whip up a better > > version of _ismbc* and maybe, if I'm feeling especially cool, some > > others in the vicinity, using GetStringType as yo

Re: something about Chinese character processing

2002-11-16 Thread Dmitry Timoshkov
"yf" <[EMAIL PROTECTED]> wrote: > I found that to show Chinese character properly, following should be > modified. Are you sure that Chinese characters should have a truncated 8th bit in both lead byte and slave byte? > But it only affect menu, the character within the windows > still as before

Re: StgIsStorageFile Try #2

2002-11-16 Thread Dmitry Timoshkov
"Ryan Cumming" <[EMAIL PROTECTED]> wrote: > + strW = HEAP_strdupAtoW( GetProcessHeap(), 0, fn ); Please don't use HEAP_strdupAtoW. Use RtlCreateUnicodeStringFromAsciiz instead. -- Dmitry.