search for: msvcrt_signal

Displaying 4 results from an estimated 4 matches for "msvcrt_signal".

2002 Apr 10
1
visio - wine
Hi, I try to install visio 2002 (or 2000) with wine. All the dll's are loaded apparently, some screen pops up, and then it's over. I see these messages in debug : fixme:msvcrt:MSVCRT_signal (8 0x6030cd09):stub fixme:accel:CreateAcceleratorTableA should check that the accelerator descriptions are valid, return NULL and SetLastError() if not. fixme:font:WineEngCreateFontInstance just using first face for now fixme:font:WineEngCreateFontInstance just using first face for now fixme:ole:MS...
2001 Dec 07
2
[Possible BUG]: Wine-20011108
...e found at: http://members.telering.at/jessich/mingw/mingwcross/mingw_cross.html This is the output of the program being run with Wine on RedHat Linux 7.1: Setting the URL base path to: file://C/Cygwin/bin/ Parsing relative URL of type file: Authority: C Path: Cygwin/bin//pinco/panco fixme:msvcrt:MSVCRT_signal (11 (nil)):stub err:seh:EXC_DefaultHandling Unhandled exception code c000013a flags 0 addr 0xffffffff And here is the correct ouput as produced by native linux executable on the same system: Setting the URL base path to: file://C/Cygwin/bin/ Parsing relative URL of type file: Authority: C Path:...
2002 Apr 23
1
Can't load native dll
When I try to load winelib dll I get an error message: "err:module:MODULE_LoadLibraryExA Loading of native DLL <dllname> failed (error 193), check this file." The error message is printed for call: DllHandle = LoadLibrary(DllName); This happens even when I try to load standard Wine dlls, like dlls/msisys.ocx.so Did I miss something obvious? Thanks, Andriy Palamarchuk
2001 Dec 09
1
(fwd) Re: [Possible BUG]: Wine-20011108
Quoting Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>: > Pavel Tsekov <ptsekov@syntrex.com> wrote: > :> > :> Pavel Tsekov <ptsekov@syntrex.com> wrote: > :> : fixme:msvcrt:MSVCRT_signal (11 (nil)):stub > :> It seems to me like you are using builtin MSVCRT. Signal Handling is > broken > :> there. If the programm uses signal handling, it probably will > crash. > > : Nope It's pretty simple and it fails on a call to malloc as I > : said before.. If I...