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:
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
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
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
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?
>
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]
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]
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]
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]
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
@="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]
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
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
==
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
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()
--
Martin Fuchs
[EMAIL PROTECTED]
Index: dlls/kernel/kernel32.spec
===
RCS file: /home/wine/wine/dlls/kernel/kernel32.spec,v
retrieving
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]
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
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!
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]
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]
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]
);
+ return FALSE;
}
fd = FILE_GetUnixHandleType ( hFile, GENERIC_READ, &type, &flags);
--
Martin Fuchs
[EMAIL PROTECTED]
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]
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]
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.
--
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]
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
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
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
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
31 matches
Mail list logo