On 9/14/07, Jeremy White <[EMAIL PROTECTED]> wrote:
> Your patches also cure the symptom, Juan; thanks.
>
> I agree with the concerns James expressed, though: I didn't feel that I
> understood the whole story. (Heck, I really have *no* clue what I'm
> talking about ).
>
> However, the call to MSI
Your patches also cure the symptom, Juan; thanks.
I agree with the concerns James expressed, though: I didn't feel that I
understood the whole story. (Heck, I really have *no* clue what I'm
talking about ).
However, the call to MSI_FormatMessageW is not an internal call, I think;
it looks to me
On 9/13/07, Trent Waddington <[EMAIL PROTECTED]> wrote:
> wget
> http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe
> ./wine install_flash_player.exe
Forget I said that. Grab:
http://rtfm.insomnia.org/~qg/Flash9b.ocx
and put it in ~/.wine/drive_c/windows/system32
Hello,
i have a problem with a program that uses a network license manager.
I've installed native DCOM using the winetricks script. When i start
the program i got the message "fixme:winsock:WS_setsockopt Unknown
IPPROTO_TCP optname 0x0008" after the loading of native
rpcltccm.dll.
To work a
Lionel_Debroux <[EMAIL PROTECTED]> writes:
> * the current input file (fp) is not always closed when exiting;
Closing the input on exit is useless.
> * the atexit() and signal() calls are placed too late in the program,
> and their return values are not checked;
Their return value is irrelevant
> > tools/fnt2fon is flagged in the janitorial page "IgnoredReturnValues".
> > This page is outdated, but its content is still valid for fnt2fon,
> > which ignores a number of return values.
> I don't think that's worth fixing, the warnings are essentially
> useless, it just makes the code uglier.
On 9/14/07, Juan Lang <[EMAIL PROTECTED]> wrote:
> > MSI_FormatRecordW is an internal function and we should be crashing if
> > rec is NULL.
>
> Are you sure? This is causing the iTunes installer to crash for a
> couple people. Besides, I don't think the code is written with this
> assumption in
> MSI_FormatRecordW is an internal function and we should be crashing if
> rec is NULL.
Are you sure? This is causing the iTunes installer to crash for a
couple people. Besides, I don't think the code is written with this
assumption in mind. In deformat_string_internal:
static DWORD deformat_s
Lionel_Debroux <[EMAIL PROTECTED]> writes:
> tools/fnt2fon is flagged in the janitorial page "IgnoredReturnValues".
> This page is outdated, but its content is still valid for fnt2fon, which
> ignores a number of return values.
I don't think that's worth fixing, the warnings are essentially
usele
On 9/14/07, Juan Lang <[EMAIL PROTECTED]> wrote:
> This series of patches is in response to Jeremy's troubles with
> iTunes. They may or may not fix the installer for him, but they
> prevent potential crashes.
> --Juan
>
MSI_FormatRecordW is an internal function and we should be crashing if
rec i
Hello,
i have a problem with a program that uses a network license manager.
I've installed native DCOM using the winetricks script. When i start
the program i got the message "fixme:winsock:WS_setsockopt Unknown
IPPROTO_TCP optname 0x0008" after the loading of native
rpcltccm.dll.
To work arou
"Mikolaj Zalewski" <[EMAIL PROTECTED]> writes:
> There is a problem to have the same prototype and make winex11.drv
> call handle only Unicode as some of the WTInfo output are binary data
> and some are strings. Should I duplicate the knowledge of which are
> which in wintab32?
The W->A transla
Hello!
I try to organize an enumeration of network resources by means of functions
WNetOpenEnum and WNetEnumResource.
Function WNetOpenEnumW contains a line:
"
ret = providerTable->table[index].openEnum(
dwScope, dwType, dwUsage, lpNet, &handle);
"
which addresses to function in dll.
The inform
13 matches
Mail list logo