thread safe?

2003-02-25 Thread Lonnie Cumberland
Hello All,

I was wondering if someone could please tell me if Wine is thread safe?

That is, I am wondering if is possible to be running multiple Windows
applications under wine at the same time without much degradation of the
performance of the system?

Thanks in advance,
Lonnie


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/



Re: talk-through dll

2002-05-15 Thread Lonnie Cumberland

I think that is a nice method, but why would I want to use Winelib
over a builtin dll which simply makes calls to the Linux kernel?

Cheers,
Lonnie


 On Thu, 16 May 2002, Geoff Thorpe wrote:
 [...]
  I am interested in having a windows DLL that can access some
  functions native to Linux.
 [...]

 The way to do this would be to be writing a Winelib library. This
 library can be used by the rest of the application, be it Winelib
 or native Windows, and this library can call both Win32 and Unix
 APIs. When in a Winelib library, calling a Unix API is no
 different from calling it from any other Unix library.


 Won't it be wonderful when some applications will actually work
 *better* under Wine than in native windows? Ie. under native
 windows, click here will just open IE or whatever, but under
 wine with a talk-through API, it could instead allow the
 browsing to be hosted either through the 'normal' windows API
 (presumably launching IE) *or* be passed out to a native browser
 of choice on the host system (mozilla, konqueror, whatever).

 You mean something like the fourth screenshot on this page :-)

http://www.codeweavers.com/products/office/supported_applications.php?
id=a-msword
 http://www.codeweavers.com/products/office/images/msword2000_url.gif


 --
 Francois Gouget [EMAIL PROTECTED]
 http://fgouget.free.fr/
  Hiroshima '45 - Czernobyl '86 - Windows '95







Re: talk-through dll

2002-05-15 Thread Lonnie Cumberland

Aha!!!

Thanks for the correction. I am still getting used to the lingo and
Wine layout.

Lonnie :)

 On Wed, 15 May 2002, Lonnie Cumberland wrote:

 I think that is a nice method, but why would I want to use
 Winelib over a builtin dll which simply makes calls to the Linux
 kernel?

 Builtin dlls *are* Winelib dlls.

 The only difference is that they are in the same CVS tree as the
 Wine source and integrated with the general Wine build system.


 --
 Francois Gouget [EMAIL PROTECTED]
 http://fgouget.free.fr/
 Linux: the choice of a GNU generation







talk-through dll

2002-05-14 Thread Lonnie Cumberland

Hello All,

I have been reading over the Wine documentation but have not come
across this yet.

I am interested in having a windows DLL that can access some
functions native to Linux.

For instance, possibly an application under wine that allows me to
add a new user to my Linux box.

My guess is that I should be able to write up a windows dll that will
talk to Linux. Is this correct?

If so then where in the Wine docs can I read more about the specifics
of how this can be done?

Thanks in advance,
Lonnie







strange errors to me

2002-05-11 Thread Lonnie Cumberland

Hello All,

I was trying to install TCL 8.4. The install went all the way through
and said installation completed via their installer, but then the
last window to popup from the installer froze up wine.

I was then able to get these error messages from a program
called OpenVision and I do not know what they mean is wrong.

I was able to get these messages.
--

err:font:AddFontFileToList Unable to load font
file /c/windows/Fonts/desktop.ini err = 55
err:font:AddFontFileToList Already loaded font LGaramond LBold
err:font:AddFontFileToList Already loaded font LGaramond LItalic
err:font:AddFontFileToList Already loaded font LGaramond LRegular
err:font:AddFontFileToList Unable to load font
file /c/windows/Fonts/modern.fon err = 2
err:font:AddFontFileToList Unable to load font
file /c/windows/Fonts/Mtsorts.ttf err = 2
err:font:AddFontFileToList Unable to load font
file /c/windows/Fonts/roman.fon err = 2
err:font:AddFontFileToList Unable to load font
file /c/windows/Fonts/script.fon err = 2
err:font:AddFontFileToList Unable to load font
file /c/windows/Fonts/SFMAOFRG.PFM err = 2
err:font:AddFontFileToList Unable to load font
file /c/windows/Fonts/SFMATEXT.PFM err = 2
fixme:commctrl:InitializeFlatSB stub
fixme:commctrl:FlatSB_SetScrollProp stub
fixme:commctrl:FlatSB_SetScrollProp stub
fixme:commctrl:FlatSB_SetScrollProp stub
fixme:commctrl:FlatSB_SetScrollProp stub
fixme:richedit:RICHED32_WindowProc Unknown message 0x0081
fixme:richedit:RICHED32_WindowProc Unknown message 0x0210
fixme:richedit:RICHED32_WindowProc Unknown message 0xbe10
fixme:richedit:RICHED32_WindowProc Unknown message 0xb012
fixme:richedit:RICHED32_WindowProc Unknown message 0xbe10
fixme:richedit:RICHED32_WindowProc Unknown message 0x0082
fixme:commctrl:FlatSB_SetScrollProp stub
fixme:commctrl:FlatSB_SetScrollProp stub
fixme:commctrl:FlatSB_SetScrollProp stub
fixme:commctrl:FlatSB_SetScrollProp stub
fixme:commctrl:FlatSB_SetScrollProp stub
fixme:commctrl:FlatSB_SetScrollProp stub
fixme:commctrl:FlatSB_SetScrollProp stub
fixme:commctrl:FlatSB_SetScrollProp stub
wine: Unhandled exception, starting debugger...
Warning: /usr/local/bin/winedbg.exe not accessible from a configured
DOS drive
Warning: /usr/local/bin/winedbg not accessible from a configured DOS
drive
Warning: /usr/local/bin/winedbg 134657448.exe not accessible from a
configured DOS drive
Warning: /usr/local/bin/winedbg 134657448 not accessible from a
configured DOS drive
Warning: /usr/local/bin/winedbg 134657448 60.exe not accessible from
a configured DOS drive
Warning: /usr/local/bin/winedbg 134657448 60 not accessible from a
configured DOS drive
err:seh:start_debugger Couldn't start debugger
(/usr/local/bin/winedbg 134657448 60) (2)
Read the Wine Developers Guide on how to set up winedbg or another
debugger
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
-

Does anyone have any ideas on how to fix these?

Any help would be greatly appreciated.
Lonnie







Re: strange errors to me

2002-05-11 Thread Lonnie Cumberland

Hello,

Ok, I have been able to get the debugger started and it is now
running, but I am a little unclear as to how I should get the
information that you, or the group, might need to see what the
problem is.

I am a little new to this part of the Wine development so please bare
with me as I learn more.

The last part of the debug information says:
-
Unhandled exception: 0eedfade in vm86 code (bc14:40).
In vm86 mode.
Symbol h_error is invalid
Symbol __strtol_internal is invalid
0xfc14:0x40: scasw  %es:(%di)

--
cheers,
Lonnie
 err:font:AddFontFileToList Unable to load font
 file /c/windows/Fonts/SFMATEXT.PFM err = 2
 ignore them

 wine: Unhandled exception, starting debugger...
 Warning: /usr/local/bin/winedbg.exe not accessible
 from a configured
 DOS drive
 put a drive for /usr, it will leave many error
 messages.
 couldn't we put one in the sample config file ?

 Read the Wine Developers Guide on how to set up
 winedbg or another
 debugger
 fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not
 modal yet.


 ___
 Do You Yahoo!? -- Une adresse yahoo.fr gratuite et en français !
 Yahoo! Mail : http://fr.mail.yahoo.com







TCL 8.3 installs?

2002-05-10 Thread Lonnie Cumberland

Hello All,

I was just wondering if anyone has had any troubles getting TCL 8.3
to install under Wine?

I tried, but it froze up.

I will try again tomorrow and hopefully be able to get some error
messages to report to the group, ok.

Cheers,
Lonnie







Comparison info please?

2002-05-06 Thread Lonnie Cumberland

Hello All,

I hope that all of you are doing well today.

Recently, I have been doing some searching on the web and have come
across different verions of Wine and am not sure how they compare to
each other as far as advancements.

I have found Wine (here), Rewind, and also WineX.

could someone please tell me about the differences and also which
might be the most advanced and stable?

thanks in advance,
Lonnie







Re: Comparison info please?

2002-05-06 Thread Lonnie Cumberland

Thanks for the comparison information.

Cheers,
Lonnie

 Lonnie,

 --- Lonnie Cumberland [EMAIL PROTECTED] wrote:
 Hello All,

 I hope that all of you are doing well today.

 Recently, I have been doing some searching on the
 web and have come
 across different verions of Wine and am not sure how
 they compare to
 each other as far as advancements.

 I have found Wine (here), Rewind, and also WineX.

 could someone please tell me about the differences
 and also which
 might be the most advanced and stable?

 1) this is a question for wine-users mailing list, not
 wine-devel.

 2) In short:
  Wine - the main branch of the Wine project
  ReWind branch was created after changing license for
 Wine project to LGPL. ReWind keeps old BSD-style
 license.
 WineX is a commercial product from Transgaming with
 some advanced features (DirectX 3D in particlar).
 Other Wine-based commercial products - Codeweavers
 Office and PlugIn, LindowsOS.

 3) If you want stability look at Codeweavers Office,
 don't know about other commercial products.
 I believe the most advanced branch is main Wine
 project, but it is much less stable. As I mentioned
 before WineX has some features, not implemented in
 Wine.

 Andriy Palamarchuk

 __
 Do You Yahoo!?
 Yahoo! Health - your guide to health and wellness
 http://health.yahoo.com







Bitblt::Maskblt code ready for CVS

2002-04-08 Thread Lonnie Cumberland

Hello All,

I have worked out the modifications and implementation for the

maskblt() functin

in the graphics/bitble.c sources and have been able to run it in my
version of wine 20020310 release.

How can I get the source for the new bitble.c, or the new Maskblt()
routine added to the CVS tree?

cheers,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








MAC WINE Project?

2002-04-06 Thread Lonnie Cumberland

Hello All,

Could someone please tell me if there is a MAC WINE type project that
would use native libraries to run MAC applications on Linux without
having to install the MAC OS?

I was just courious if one existed,
thanks,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








apologies to all

2002-04-03 Thread Lonnie Cumberland

Hello All,

I am VERY VERY sorry for sending the entire list such a large
attachment. I hope that you all will forgive me and it will not
happen again.

I have no excuse except to say that I was getting too excited about
the implementation and did not look at the size of the files.

Sorry again,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








MaskBlt function almost working

2002-04-02 Thread Lonnie Cumberland
;
unsigned bit3 : 1;

unsigned bit4 : 1;
unsigned bit5 : 1;
unsigned bit6 : 1;
unsigned bit7 : 1;
} BITS;
DWORD dwRop3 = bRop3;
BITS bits = *(BITS*)dwRop3;

unsigned t = bits.bit1;
bits.bit1 = bits.bit2;
bits.bit2 = t;

t = bits.bit5;
bits.bit5 = bits.bit6;
bits.bit6 = t;

return *(BYTE*)bits;
}

/*
**
 *   MaskBlt [GDI32.@]
 */
//BOOL WINAPI MaskBlt(HDC hdcDest, INT nXDest, INT nYDest,
//INT nWidth, INT nHeight, HDC hdcSource,
//  INT nXSrc, INT nYSrc, HBITMAP hbmMask,
//  INT xMask, INT yMask, DWORD dwRop)

//FIXME((%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%ld): stub\n,
//
hdcDest,nXDest,nYDest,nWidth,nHeight,hdcSource,nXSrc,nYSrc,
// hbmMask,xMask,yMask,dwRop);

BOOL WINAPI MaskBlt(HDC hdcDest, int nXDest, int nYDest, int nWidth,
int nHeight,
HDC hdcSrc, int nXSrc, int nYSrc,
HBITMAP hbmMask, int xMask, int yMask,
DWORD dwRop
)
{
HDC hDCMask;
HBITMAP hOldMaskBitmap;
HDC hDC1;
HBITMAP hBitmap2;
HBITMAP hOldBitmap2;
HDC hDC2;
HBITMAP hBitmap3;
HBITMAP hOldBitmap3;
DWORD dwRop3;

   if ( hbmMask == NULL )
return BitBlt(hdcDest, nXDest, nYDest, nWidth, nHeight,
hdcSrc,
  nXSrc, nYSrc, FORE_ROP3(dwRop));

// 1. make mask bitmap's dc
hDCMask = CreateCompatibleDC(hdcDest);
hOldMaskBitmap = (HBITMAP)SelectObject(hDCMask, hbmMask);
ASSERT ( hOldMaskBitmap );

// 2. make masked dest bitmap

// 2.1 make bitmap
hDC1 = CreateCompatibleDC(hdcDest);
ASSERT ( hDC1 );
hBitmap2 = CreateCompatibleBitmap(hdcDest, nWidth, nHeight);
hOldBitmap2 = (HBITMAP)SelectObject(hDC1, hBitmap2);
ASSERT ( hOldBitmap2 );

// 2.2 draw dest bitmap and mask
//BitBlt(hDC1, 0, 0, nWidth, nHeight, hdcDest, nXDest, nYDest,
FORE_ROP3(dwRop));
//BitBlt(hDC1, 0, 0, nWidth, nHeight, hDCMask, xMask, yMask,
DSTERASE);

// 3. make masked src bitmap

// 3.1 make bitmap
hDC2 = CreateCompatibleDC(hdcSrc);
ASSERT ( hDC2 );
hBitmap3 = CreateCompatibleBitmap(hdcSrc, nWidth, nHeight);
hOldBitmap3 = (HBITMAP)SelectObject(hDC2, hBitmap3);
ASSERT ( hOldBitmap3 );

// 3.2 draw src bitmap and mask
//dwRop3 = BACK_ROP3(dwRop);
dwRop3 = ROP3FromIndex(SwapROP3_SrcDst(((dwRop)24)));

BitBlt(hDC2, 0, 0, nWidth, nHeight, hdcSrc, nXSrc, nYSrc, dwRop3);
BitBlt(hDC2, 0, 0, nWidth, nHeight, hDCMask, xMask, yMask,
SRCAND);

// 4. combine two bitmap and copy it to hdcDest
BitBlt(hDC1, 0, 0, nWidth, nHeight, hDC2, 0, 0, SRCPAINT);
BitBlt(hdcDest, nXDest, nYDest, nWidth, nHeight, hDC1, 0, 0,
SRCCOPY);

// 5. restore all object
SelectObject(hDCMask, hOldMaskBitmap);
SelectObject(hDC1, hOldBitmap2);
SelectObject(hDC2, hOldBitmap3);

// 6. delete all temp object
DeleteObject(hBitmap2);
DeleteObject(hBitmap3);

DeleteDC(hDC1);
DeleteDC(hDC2);
DeleteDC(hDCMask);

return TRUE;
//return 1;
}


When I test this with my example code, it appears to change the other
images as well even though I have not done anything with them.

any ideas?

By the way, I found this function at:

http://www.codeproject.com/bitmap/maskblt.asp

and modified it to work with wine.

cheers,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








multiple instance freezes

2002-04-02 Thread Lonnie Cumberland

Hello All,

I was trying to do a test of my Wine install, which is the latest
stable release, by starting up 2 different instances of Wine and
StarOffice 6.0 Beta for Windows as 2 different users.

what I have found is that the the first user running Wine SO6.0 will
start up just fine and even run with no problems. The second test
user can also start up the application but within just a few seconds
it freezes and I can do nothing.

Each test user has a complete directory structure for the windows to
run and I am not using any of the real windows stuff, just that which
came with wine.

I also find that the first user application can still run.

Is there something going on with the shared libraries of Wine and the
wine server?

Best regards,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








codeweavers wine and StarOffice 6.0 Beta

2002-04-02 Thread Lonnie Cumberland

Hello All,

Just a note.

I recently installed the codeweavers preview 5 wine version as a test
and found that it will not even run the windows StarOffice 6.0 Beta
so something has changed between that version and the WineHQ version.

I was unable to get any debug information as well because it froze my
screen.

Cheers,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








Re: fixme:bitblt:MaskBlt errors

2002-03-27 Thread Lonnie Cumberland

Hello All,

I am going to be implementing this Maskblt function on my current
version of Wine but have a general question about where it should go.

I did a grep on the sources and found out where the FIXME
(bitblt::Maskblt) is located.

Would the general solution proceedure for adding the routine be to
simply replace the FIXME stuff with my routine?

Cheers,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








wineserver not terminating

2002-03-26 Thread Lonnie Cumberland

Hello All,

I have recently noticed that after starting up a wine instance, that
upon closing the appliction sometimes the wine instance is still a
running process and I have to kill it manually.

I am running the latest version of wine as well.

Any ideas as to what is going on here and how this can be fixed.

Cheers,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








Windows LNK file format

2002-03-26 Thread Lonnie Cumberland

Hello All,

I am working with wine and want to develop a simple application that
will read the Win85/98/2000 LNK files that are used to hold the
application data for the desktop icons and url.

does anyone have any information on these files, or has anyone done
any work with some code to read/write these files?

Cheers,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








fixme:bitblt:MaskBlt errors

2002-03-26 Thread Lonnie Cumberland

Hello All,

I am running a program that I have compiled with wxWindows, but when I
run the application it comes up with one of the graphic images
(background image) displayed, but then the other 3 images do not show
up and I see an error message in my xterm:

fixme:bitblt:MaskBlt
(2144,50,50,53,61,2376,0,0,2256,0,0,-1429471200): stub

fixme:bitblt:MaskBlt
(2144,100,100,44,63,2380,0,0,2284,0,0,-1429471200): stub

fixme:bitblt:MaskBlt
(2144,150,150,53,53,2384,0,0,2312,0,0,-1429471200): stub

I am using the latest release of wine, but not the CVS version.

Has this been fixed yet or is someone working on it?

Any help would be greatly appreciated.
Thanks,
Lonnie


-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








Re: fixme:bitblt:MaskBlt errors

2002-03-26 Thread Lonnie Cumberland

Hello Michael,

No luck!!

I tried it, but it is still giving me the same results.

I guess that I need to try and find a Bitblt::Maskblt() function to
implement although I am not sure what it even does.

Cheer,
Lonnie

 On Tue, Mar 26, 2002 at 04:37:39PM -0500, Lonnie Cumberland
 wrote:
 Hello All,

 I am running a program that I have compiled with wxWindows, but
 when I run the application it comes up with one of the graphic
 images
 (background image) displayed, but then the other 3 images do not
 show up and I see an error message in my xterm:

 fixme:bitblt:MaskBlt
 (2144,50,50,53,61,2376,0,0,2256,0,0,-1429471200): stub

 fixme:bitblt:MaskBlt
 (2144,100,100,44,63,2380,0,0,2284,0,0,-1429471200): stub

 fixme:bitblt:MaskBlt
 (2144,150,150,53,53,2384,0,0,2312,0,0,-1429471200): stub

 I am using the latest release of wine, but not the CVS version.

 Has this been fixed yet or is someone working on it?
 No, it isn't fixed yet and i don't know if someone is working on
 it. As a quick fix, try to run your program with -winver win98,
 because MaskBlt is only inplemented on NT, W2K and XP.

 bye
   michael
 --
 Michael Stefaniuc   Tel.: +49-711-96437-199
 System Administration   Fax.: +49-711-96437-111
 Red Hat GmbHEmail: [EMAIL PROTECTED]
 Hauptstaetterstr. 58http://www.redhat.de/
 D-70178 Stuttgart


-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








Re: fixme:bitblt:MaskBlt errors

2002-03-26 Thread Lonnie Cumberland

Hello All,

I have recently been able to locate what might be a nice routine for
the missing fixme:bitblt:MaskBlt errors but I am inclear on the next
step of how to implement it.

More accurately, I am just not clear as to the proceedure that should
be followed to add it, and test it, to my CVS version of Wine that I
have downloaded onto my home machine.

Could someone please give me a little guidance on this?

Thanks,
Lonnie

 On Tue, Mar 26, 2002 at 04:37:39PM -0500, Lonnie Cumberland
 wrote:
 Hello All,

 I am running a program that I have compiled with wxWindows, but
 when I run the application it comes up with one of the graphic
 images
 (background image) displayed, but then the other 3 images do not
 show up and I see an error message in my xterm:

 fixme:bitblt:MaskBlt
 (2144,50,50,53,61,2376,0,0,2256,0,0,-1429471200): stub

 fixme:bitblt:MaskBlt
 (2144,100,100,44,63,2380,0,0,2284,0,0,-1429471200): stub

 fixme:bitblt:MaskBlt
 (2144,150,150,53,53,2384,0,0,2312,0,0,-1429471200): stub

 I am using the latest release of wine, but not the CVS version.

 Has this been fixed yet or is someone working on it?
 No, it isn't fixed yet and i don't know if someone is working on
 it. As a quick fix, try to run your program with -winver win98,
 because MaskBlt is only inplemented on NT, W2K and XP.

 bye
   michael
 --
 Michael Stefaniuc   Tel.: +49-711-96437-199
 System Administration   Fax.: +49-711-96437-111
 Red Hat GmbHEmail: [EMAIL PROTECTED]
 Hauptstaetterstr. 58http://www.redhat.de/
 D-70178 Stuttgart


-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








similar WIne projects for MAC?

2002-03-25 Thread Lonnie Cumberland

Hello All,

I am really starting to get involved with the wine project and am
trying get up to speed so that I can start to implement some of the
FIXME functions as soon as possible.

I was just wondering if there was also an type of Wine project that
would allow MAC to run on Linux as well, but not in the respect of
having to load the MAC os like VMware?

Cheers,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








ntfs filesystem

2002-03-25 Thread Lonnie Cumberland

Hello Again All,

I just had another thought and was wondering if someone was working
on the NTFS filesystem for Wine?

I am guessing that this is what is being used in the Windows2000 and
Windows XP as well, right?

cheers,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








Re: ntfs filesystem

2002-03-25 Thread Lonnie Cumberland

Hello Dante,

I must be confused. I know about the different types of filesystems
that can be made and mounted on the Linux VFS, but doesn't Wine allow
you to specify in the ./wine/wine.conf the filesystem type?

In Windows NT for example, the user can assign permissions in a
similar way that Linux allows. the same is true for Windows 2000 and
I suspect for Windows XP as well.

So this is really related to wine and how it interacts with the
psuedo filesystem. Is this correct?

Cheers,
Lonnie

 Lonnie Cumberland wrote:

Hello Again All,

I just had another thought and was wondering if someone was
working on the NTFS filesystem for Wine?

I am guessing that this is what is being used in the Windows2000
and Windows XP as well, right?

 I believe at least in 2k, you had an option,
 but this is a moot point since filesystem layer code is outside
 the  realm of wine ..
 this is done by the host operating system.
 There is a ntfs fs project for linux :
 http://linux-ntfs.sourceforge.net/

 --Dante


-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








Making use of linux libraries?

2002-03-24 Thread Lonnie Cumberland

Hello All,

I recently made a post asking for help and possible examples of how
to use native Linux libraries from Wine applications but I am not
sure if my emailer sent it off correctly.

Could someone please tell me more about how I can access native linux
libraries from my wine and my applications running under?

Thanks in advance,
Lonnie
-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!








winver managed question

2002-03-23 Thread Lonnie Cumberland

Hello All,

I have just been reading the docs on Wine and came across the


--managedAllow the window manager to manage created windows

--winverVersion to imitate
(win95,nt40,win31,nt2k,win98,nt351,win30,win20)

Does the --managed allow my xserver to take care of the windows?

Also, if I set --winver nt2k then does this mean that Wine will
look for the specified directories in my /wine-c directory laid out
the way that they actually are specified on a real Windows NT/2000
machine?

That would be great if it did.

Cheers,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]

 The Basis Express Virtual Office
   
 Data Backup and Recovery Services

 URL: http://www.basis-express.com

The Virtual Office without boundaries!!!