shlobj.h [resend]

2003-08-30 Thread Martin Fuchs
there has to be adjusted more in dlls/shell32. -- Martin Fuchs [EMAIL PROTECTED] Index: shlobj.h === RCS file: /home/wine/wine/include/shlobj.h,v retrieving revision 1.68 diff -u -r1.68 shlobj.h --- shlobj.h 28 Aug 2003 21:

Re: user32.rc

2003-08-26 Thread Martin Fuchs
Sorry, wrong mailing list On 26.08.2003 10:44:23 Martin Fuchs wrote: > Hi, > > I get this error when trying to compile current CVS: > > D:\osexperts\reactos\lib\user32>make

user32.rc

2003-08-26 Thread Martin Fuchs
Hi, I get this error when trying to compile current CVS: D:\osexperts\reactos\lib\user32>make windres --include-dir ./include --include-dir ../../include --include-dir ./../include user32.rc -o user32.coff windres: user32.rc:114: syntax error make: *** [user32.coff] Error 1 What's wrong with th

Mainsoft MainWin

2003-08-23 Thread Martin Fuchs
Hello, I wanted to ask this since a while: Does anyone know this product "Mainsoft Visual MainWin" at http://www.mainsoft.com ? The web site sounds, as would they be able do cross plattform development by linking applications to WIN32, MFC and ATL libraries on unix. Visual MainWin 5 Features Do

Work on building comctl32 with MS_VC and MS_VC headers

2003-08-22 Thread Martin Fuchs
On 22.08.2003 09:55:00 Martin Fuchs wrote: Steven Edwards wrote: > I have made a log of my attempts to fix comctl32.dll with the MS_VC > headers but I am going to have to call it a day. If > anyone has time and a copy of MS_VC can you take a look and tell me > whats going on? >

Re: RFC: evolution of file management

2003-08-19 Thread Martin Fuchs
ion0". This examples are from my XP system. System versions before XP used a bit of another mapping schema. By the way: You can also find the whole registry as a subtree in the NT object namespace at paths like "\REGISTRY\HKEY_LOCAL_MACHINE\ Would not be bad, if we could implement this also. -- Martin Fuchs [EMAIL PROTECTED]

Re: Fix for treeview

2003-08-15 Thread Martin Fuchs
Hello Maxime, > Martin can you try this patch to see if it helps ? > > Maxime > > PS: Apply it against the current cvs Yes, thats better! Now the labels are visible again. Thanks. -- Martin Fuchs [EMAIL PROTECTED]

Re: Fix for treeview

2003-08-15 Thread Martin Fuchs
k mask has to adjusted at some more points in the code. But I don't know, what it's used exactly for. Anyone any ideas? -- Martin Fuchs [EMAIL PROTECTED]

Re: Other winefile fixes

2003-08-14 Thread Martin Fuchs
ce.rc is because of the inline resources like bitmaps and icons. When compiling with MSVC I use the binary picture files instead of the winerc inline code. -- Martin Fuchs [EMAIL PROTECTED]

Re: shell namespace in Winefile

2003-07-17 Thread martin-fuchs
l 2003 22:43:27 - @@ -4,7 +4,8 @@ VPATH = @srcdir@ MODULE= winefile.exe APPMODE = gui -IMPORTS = shell32 comctl32 user32 gdi32 kernel32 +IMPORTS = shell32 comctl32 user32 gdi32 kernel32 ole32 +EXTRALIBS = $(LIBUUID) -- Martin Fuchs [EMAIL PROTECTED] +++ GMX - Mail, Messaging

Re: Executables icons

2003-06-15 Thread Martin Fuchs
@="exefile" [Software\\Classes\\exefile\\DefaultIcon] 1055665049 @="%1" It does work! it displays the exe-icons, when switching into detail mode of the GetOpenFile-dialog box. -- Martin Fuchs [EMAIL PROTECTED]

Re: [RFC] Wine 0.9 TODO v0.9

2003-06-09 Thread Martin Fuchs
Hi Sylvain, > Im wanting to add French support to winefile and perhaps implement some > NYI. > - Martin, do you have work in progress / not submitted patches ? > - Dimitrie, could you add an item to the list since some users are > asking for an explorer.exe replacement ? No, I don't have pending

Re: wine exception handling

2003-06-02 Thread Martin Fuchs
ks! It works, when I insert another function of MSVCRT.DLL: _Gettnames() For now just returning NULL is enough. The return value doesn't seem to be important. -- Martin Fuchs [EMAIL PROTECTED] Index: dlls/msvcrt/locale.c ==

wine exception handling

2003-06-01 Thread Martin Fuchs
a: fixme:seh:EXC_RtlRaiseException call to unimplemented function msvcrt.dll.localeconv But why does there happen an excpeption anyways? Any clue, whats wrong here? -- Martin Fuchs [EMAIL PROTECTED] ... trace:dosfs:DOSFS_OpenDir "/windows/E" trace:dosfs:DOSFS_FindUnixName (/w

Re: How long does it take *you* to build wine?

2002-12-16 Thread Martin Fuchs
hange configure scripts and do a "configure/make clean all" that often as it's done right now. The good thing about it is, that it shows how well Linux' mutlitasking does work compared to Windows. You can just let it build it in the background and do other things meanwhile. ;-)

Implementation of SystemTimeToTzSpecificLocalTime() and TzSpecificLocalTimeToSystemTime()

2002-12-13 Thread Martin Fuchs
Implementation of SystemTimeToTzSpecificLocalTime() and TzSpecificLocalTimeToSystemTime() -- Martin Fuchs [EMAIL PROTECTED] Index: dlls/kernel/kernel32.spec === RCS file: /home/wine/wine/dlls/kernel/kernel32.spec,v retrieving

SystemTimeToTzSpecificLocalTime()

2002-11-27 Thread Martin Fuchs
Hello, what has happend with my patch for SystemTimeToTzSpecificLocalTime() and TzSpecificLocalTimeToSystemTime()? It has not been commited yet, and I didn't see any comments on it. Are there any problems with it? -- Martin Fuchs [EMAIL PROTECTED]

Re: wine and asyncronous file i/o

2002-11-26 Thread Martin Fuchs
eadFile()?) would > be a lot of hassle and possibly break IO on non-regular files. Yes. Now my program does read the files without problems under wine. Contradicting to the real windows environment overlapped file i/o is not very fast, but at least it works. :-) Thank's for your effort to

Re: wine and asyncronous file i/o

2002-11-26 Thread martin-fuchs
x27;s no problem. My get() function returns EOF and so the application leaves it read loop. -- Martin Fuchs [EMAIL PROTECTED] +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!

Re: wine and asyncronous file i/o

2002-11-26 Thread Martin Fuchs
ition function IS called in this case with ERROR_HANDLE_EOF as parameter. I think, this is the reason, why MSDN isn't as exact, as it could (or should) be. The behaviour in respect to calling the completition function depends on the type of dfriver, which is used to access the files. -- Martin Fuchs [EMAIL PROTECTED]

Re: wine and asyncronous file i/o

2002-11-25 Thread Martin Fuchs
alertable state, the completition function should be called. In the other case, if ReadFileEx() finds EOF, it should call SetLastError(ERROR_HANDLE_EOF), and return FALSE. This is, what wine currently doesn't do. That's all. At least for regular files located on the hard disc. -- Martin Fuchs [EMAIL PROTECTED]

Re: wine and asyncronous file i/o

2002-11-25 Thread Martin Fuchs
program on the web or send it per private mail. You could use it for testing. It simple reads a file, you can specify on the command line, and prints it to stdout. -- Martin Fuchs [EMAIL PROTECTED]

Re: wine and asyncronous file i/o

2002-11-23 Thread Martin Fuchs
); + return FALSE; } fd = FILE_GetUnixHandleType ( hFile, GENERIC_READ, &type, &flags); -- Martin Fuchs [EMAIL PROTECTED]

Re: wine and asyncronous file i/o

2002-11-22 Thread Martin Fuchs
ight, we may actually be > able to get rid of the special treatment of sockets in > FILE_AsyncReadService(). Yes, the file read routine seems to work now. However the application doesn't run completely yet. But that's another problem, I think... -- Martin Fuchs [EMAIL PROTECTED]

Re: wine and asyncronous file i/o

2002-11-22 Thread Martin Fuchs
issing the error code in the OVERLAPPED structure on end of file. This is used to distinguish the end of the file in the library. I will take a look at this today evening. -- Martin Fuchs [EMAIL PROTECTED]

Re: wine and asyncronous file i/o

2002-11-22 Thread Martin Fuchs
interesting section of the resulting trace file. Maybe you see, what's going on. The programs reads a file with 21517 bytes length. After fetching five blocks of 4096 bytes correctly, it reads the remaining 1037 bytes. But it does not stop! It reads this last file block continuously. --

wine and asyncronous file i/o

2002-11-21 Thread Martin Fuchs
ow, what's going wrong here? I had a quick look at the implementation in wine, but couldn't find any hint about missing functionality or some thing like this. Which debug switches wold be usefull to trace this? -- Martin Fuchs [EMAIL PROTECTED]

winefile - program launching

2002-10-15 Thread Martin Fuchs
Hi again! To implement program launching really was not difficult. However FormatMessage() seems not to work properly. When trying to retreive system error strings, nothing is returned in the string buffer. So the message box doesn't display a usefull error message. Cheers, Martin

winefile

2002-10-15 Thread Martin Fuchs
Hello Steven! > I resubmitted your Winefile code because I wanted to use it on the ReactOS > project and I knew you really wanted it included in the wine tree. I have > tried to email you a few times over the past year but always got bounced > messages back. Good to hear you are still around. Mm

Re: fixed building unter native WIN32 and display of filenames in tree pane

2002-10-14 Thread Martin Fuchs
On Monday 14 October 2002 13:03, Uwe Bonnes wrote: > The patch mostly removes stuff. What substitutes the replaces stuff? > Please explain. Last week I downloaded the current wine version. I was a bit surprised, when noticing, my winefile implementation of 2000 has been finally included in the

winefile

2000-11-06 Thread Martin Fuchs
Hello! Some time ago I started to program a file manager replacement for Wine. If I look at the time stamps, it seems, I didn't change anything in the last 6 months. ;-) So if some one want's to continue the work... I've put the current source code archive at my HP: http://private.addcom.de/M.F