similar to: WSARecv not calling CompletionRoutine on socket close

Displaying 20 results from an estimated 2000 matches similar to: "WSARecv not calling CompletionRoutine on socket close"

2004 Nov 01
1
source level debugging with WineLib?
Hello, We just started using WineLib, and have very basic question: which -g??? option do you use to do source level debugging with winedbg? I searched the documentation and mailing list for any step-by-step about this, but found nothing. So either the answer is so obvious that I just can't see it - or it doesn't work? By default, winemaker seems configure things for no debug - so
2012 Aug 28
4
[ncdf4] error converting GEIA data to netCDF
summary: I can successfully ncvar_put(...) data to a file, but when I try to ncvar_get(...) the same data, I get > Error in if (nc$var[[li]]$hasAddOffset) addOffset = nc$var[[li]]$addOffset else addOffset = 0 : > argument is of length zero How to fix or debug? details: R code @ https://github.com/TomRoche/GEIA_to_NetCDF successfully (if crudely) uses R packages={ncdf4, maps, fields}
2005 Jul 26
1
1.0 stable 20050725 assert, signal 6
Hi, I was brave enough to upgrade from UW-imap to stable 1.0 20050725 today for our IMAP service. I have seen a few of the following in my syslog: Jul 26 15:37:18 emerald dovecot: [ID 107833 mail.error] IMAP(bjkupke): file mbox -sync-update.c: line 372: assertion failed: (ctx->mail.uid == 0 || ctx->mail.uid == mail->uid) Jul 26 15:37:18 emerald dovecot: [ID 684838 mail.error] child
2007 Sep 07
0
odd chdir failed error
I'm getting this frequently in our logs but I cannot replicate the problem when I try. I have a user successfully map his home directory: 2007/09/05 09:13:14, 2] auth/auth.c:check_ntlm_password(305) check_ntlm_password: authentication for user [lmerrill] -> [lmerrill] -> [lmerrill] succeeded [2007/09/05 09:13:14, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(319) NTLMSSP Sign/Seal -
2007 Sep 25
2
Using callbacks with ReadFileEx
Hi all, First, I just realized I''ll need to go back and fix some of the prototype declarations for windows-pr. The callback parameters will now need to be set to ''K''. ReadFileEx is one example of this. For purposes of my question, let''s assume ReadFileEx has been declared like so: API.new(''ReadFileEx'', ''LPLPK'',
2017 Apr 13
0
Wine release 2.6
The Wine development release 2.6 is now available. What's new in this release (see below for details): - Multi-threaded command stream in Direct3D. - More Shader Model 5 instructions. - More support for 3D textures. - Better font transformations in DirectWrite. - Various bug fixes. The source is available from the following locations:
2005 Oct 27
0
Re: wine overstepping the mark?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The running of wine programs is not controlled by the mimetype but by a feature of the linux kernel. In /etc/init.d you might find a init script called wine. This script uses the kernel modules binfmt_misc to tell the linux kernel that when it encounters a file being executed with a special byte in the header to call it with wine. You can disable
2012 Feb 04
1
winelib shared memory problem
Hi I have two programs: The first is a windows binary compiled in Visual C++ which acts like a Server. The second program is a Client, which I compile from sources. Both are written in C++. Server and client communicate using two IPC mechanisms: named pipe and shared memory. shared memory consists of a structure, e.g.: Code: struct GameData Using mingw compiler Client compiles well. Then I
2007 May 09
1
Porting a Win32 application using Winelib...
Hello, I'm currently trying to use Winelib to port a fairly big windows application to Linux. The application consists of quite a lot of DLLs, some of which don't depend on the Win32 API (they can be compiled with gcc). I think I read all available documentation, but I still have a few questions: - is it possible to link a linux binary with "linux" shared libs and
2008 May 05
2
Problem with shortcut
Ive made a shortcut to an EXE which relies on another EXE (both exe's are in the same folder). If the shortcut is placed on the desktop, it will not work and report something about EXE not found. If i run the shortcut from within the directory which contains both EXE's, it will work. How do i get the shortcut to work? I think it had something to do with the equivalent of window's
2001 Jun 28
3
Porting with Winelib
Hi, I am looking into good way to port Windows applications to Linux and hopefully any other Unixes. I'd like to know about questions below. If anyone answer them, I'd appreciate it. 1. Can I use Winelib to port commercial application whose sources will be not disclosed ? 2. Is it possible to link Winelib statically with an application and distribute it ? 3. In case that I
2001 Nov 12
0
WineLib and Static Libs
I read the following on wine HQ: Linking in .lib Files .... You cannot use .lib files directly with Winelib. The reason is that winebuild does not support reading .lib files. Support for '.lib' files (or possibly even '.dll' files) could be added in but it is not there currently. Exactly how you deal with that depends on what your situation: 1.if you
2013 Mar 19
3
Patch to add Unicode filename support for win32 flac
On 19.3.2013 15:49, JonY wrote: > On 3/19/2013 19:59, Janne Hyv?rinen wrote: >> On 18.3.2013 12:25, Erik de Castro Lopo wrote: >>> JonY wrote: >>> >>>> Before anyone does anything, see __wgetmainargs >>>> <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. >>>> >>>> It can expand wildcards. Since it already
2017 Mar 03
0
Wine release 2.3
The Wine development release 2.3 is now available. What's new in this release (see below for details): - Obsolete wineinstall script removed. - More Direct3D command stream work. - A few more Shader Model 5 instructions. - Better underline rendering in DirectWrite. - Improved ODBC support on 64-bit. - Various bug fixes. The source is available from the following locations:
2012 Feb 14
0
[LLVMdev] Strange behaviour with x86-64 windows, bad call instruction address
Hi all, Some background: I'm working on a project to replace a custom VM with various components of llvm. We have everything running just peachy keen with one recent exception, one of our executables crashes when attempting run a JIT'd function. We have llvm building and running on 64 bit Windows and Linux, using Visual Studio 2008 on Windows and gcc on Linux, and we have the llvm
2005 Jan 22
0
Re: Compiling the MFC using Winelib
Well, from my recent experience with Winelib, I can tell you this: Winemaker currently sucks, and the makefiles it creates are nonfunctional and you'll have to redo them by hand anyway. Yeah. If I knew anything about how to fix it I just might be tempted to do so :) Thanks, Scott Ritchie On Sat, 2005-01-22 at 13:19 -0800, Dan Dennison wrote: > Building MFC for winelib has been
2008 Apr 07
1
9.58 ies4linux busted: Repository with 9.44?
My debian Synaptic just updated me with winelib 9.58, which I should have been looking out for - because winelib 9.58 totally messes up internet explorer's display of pages with fixed backgrounds. (Repeated images, garbles everything). But winelib 9.44 is Ok, so I need to downgrade. Does anyone know of a repository that has winelib 9.44? Thanks.
2001 Oct 03
1
segmentation violation using openssh-2.9.9p2 on linux 2.2.19
I received a segmentation violation whilst using openssh-2.2.9p2 today: Kernel 2.2.19-6.2.7 (Redhat 6.2) Gcc version egcs-2.91.66 glibc-2.1.3-22 Hardware is 333MHz K6-3Dnow with 64MB RAM if that matters Here is what happened along with a stack dump... # ssh -L 80:someplace.net:80 -l charlie someplace.net Password: (works for a while, then seems to freeze) ^C Segmentation violation (core
2008 Jul 19
1
Re: Winelib: How can I compile a Borland C++ Builder application
N?stor Amigo Cairo wrote: > Hi! > > I'm new to winelib. I'm trying to port a Borland C++ Builder 6.0 > application, but I need VCL library: vcl.h. > > Any ideas?? I would want to make it run natively on Linux. You can't. Winelib still requires Wine to run it. It's a library not an executable. If you want to write native Linux application that can run by itself
2013 Mar 19
0
Patch to add Unicode filename support for win32 flac
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 19.03.2013 20:35, Janne Hyv?rinen wrote: > > On 19.3.2013 15:49, JonY wrote: >> On 3/19/2013 19:59, Janne Hyv?rinen wrote: >>> On 18.3.2013 12:25, Erik de Castro Lopo wrote: >>>> JonY wrote: >>>> >>>>> Before anyone does anything, see __wgetmainargs >>>>>