similar to: COM (Local and Remote servers)

Displaying 20 results from an estimated 20000 matches similar to: "COM (Local and Remote servers)"

2001 Sep 06
1
crystal reports under wine
Has anyone had any success with Crystal Reports under Wine? The problem I am currently having is with the print engine itself and is probably nothing to do with printing; Page fault on trying to access 0x00000000 in CRPE32.DLL.Prompt3DViewAngle (which I presume is bought in by Crystal from 3dgraphics) The dll is either version 8.0.0.371 or 8.0.0.392 -- Bill Medland
2001 Jun 22
1
What will I need
Thanks, but will I need any special libraries (tcl or something)? Once again thanks for help U¿ytkownik "Bill Medland" <medbi01@accpac.com> napisa³ w wiadomo¶ci news:01c0fa80$6752a040$6f0c10ac@medbi01... > GodMan <godman@tenbit.pl> wrote in article > <9gt6hn$jbb$1@news.internetia.pl>... > > Hello, > > What will I need (and where can I download it?) to
2001 Apr 10
3
DLL at fixed location and memory sharing between executables
Is there a way to get the following to work under WINE? (i.e. to get two executables to share global memory as they do under windows) We have a DLL that is at a specified memory location. At the top of the code a variable is declared as follows: #pragma data_seg( "global_mem" ) #pragma bss_seg( "global_mem" ) unsigned uAttachmentCount = 0; Now.. The main program links
2005 Apr 29
2
congratulations to the JGR developers
Just want to offer my congratulations to the JGR developers as the recepient of the 2005 Chambers Award. Great job, guys!! http://stats.math.uni-augsburg.de/JGR/ [Now, could JGR be updated to work with 2.1.0 (or be made R version independent, please... 8-)] Best, Andy
2002 Jul 24
2
Congratulations and a question
Congratulations on inclusion in the Real Helix thing. :-) I do have a question, however. While I am very impressed by Vorbis 1.0's quality even down to "-1", vorbis seems very much a VBR format, which is great if the file lives on your hard drive, but a mixed bag for streaming over a modem connection. How well does Vorbis compare to existing streaming formats, including
2001 Mar 15
1
Mathematika err:dc:DCE_FreeWindowDCE
Hi folks, after a glitch-free installation of Mathematika 4.0 using wine-20010305 (congratulations, I am impressed with the progress over the last year!), the MathKernel and the console-version math.exe seem to work fine, only the proper Mathematica.exe notebook app fails with this error: err:dc:DCE_FreeWindowDCE [1264] GetDC() without ReleaseDC()! wine does not consequently exit but stays
2001 Jun 19
1
winelib setup problem
Any chance of some help please? I have just started trying to get WineLib working on my machine, after playing with wine for several months. I am starting slowly. The BASIC hello, world. (no graphics, no Microsoft etc) I run winemaker and configure (with -L/usr/local/lib) make generates ./hw2.spec:7: could not open .so file for advapi32.dll I am aware of the discussion in January (compiling
2001 Aug 02
1
processes don't die
I can't even think how to search winehq for this one. I have been running Wine successfully one one machine for ages. without problems. I am setting up a fresh machine. On that machine when I run the same application it leaves a whole load of copies of wine processes running when the application shuts down. I can't see any obvious differences in the config. Does anyone have any
2012 Jun 16
3
[LLVMdev] Building lld with Visual Studio 2012 RC
Hi! I'm trying to build lld Microsoft Visual Studio 2012 RC, but it seems the bzero function is not available. Could memset be used instead of bzero? Or maybe define a bzero for msvc using memset. For example: // in-memory matches on-disk, so copy first fields followed by path ::memcpy(to, (uint8_t*)&cmd, 12); ::memcpy(&to[12], _name.data(), _name.size());
2019 Jul 03
2
[PATCH v2 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
On 03.07.19 01:51, Nadav Amit wrote: > To improve TLB shootdown performance, flush the remote and local TLBs > concurrently. Introduce flush_tlb_multi() that does so. Introduce > paravirtual versions of flush_tlb_multi() for KVM, Xen and hyper-v (Xen > and hyper-v are only compile-tested). > > While the updated smp infrastructure is capable of running a function on > a single
2019 Jul 03
2
[PATCH v2 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
On 03.07.19 01:51, Nadav Amit wrote: > To improve TLB shootdown performance, flush the remote and local TLBs > concurrently. Introduce flush_tlb_multi() that does so. Introduce > paravirtual versions of flush_tlb_multi() for KVM, Xen and hyper-v (Xen > and hyper-v are only compile-tested). > > While the updated smp infrastructure is capable of running a function on > a single
2017 Jan 13
9
Dovecot source code audit
Mozilla sponsored source code audit for Dovecot. So thanks to them we have our first public code audit: https://wiki.mozilla.org/MOSS/Secure_Open_Source/Completed#dovecot Dates: October 2016 - January 2017 dovecot is a POP and IMAP mailserver; it is used in 68% of IMAP server deployments worldwide. The audit was performed by Cure53. The team found the following problems: ? 3 Low The Cure53
2019 May 27
3
[RFC PATCH 5/6] x86/mm/tlb: Flush remote and local TLBs concurrently
On Sat, May 25, 2019 at 10:54:50AM +0200, Juergen Gross wrote: > On 25/05/2019 10:22, Nadav Amit wrote: > > diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h > > index 946f8f1f1efc..3a156e63c57d 100644 > > --- a/arch/x86/include/asm/paravirt_types.h > > +++ b/arch/x86/include/asm/paravirt_types.h > > @@ -211,6 +211,12 @@
2019 May 27
3
[RFC PATCH 5/6] x86/mm/tlb: Flush remote and local TLBs concurrently
On Sat, May 25, 2019 at 10:54:50AM +0200, Juergen Gross wrote: > On 25/05/2019 10:22, Nadav Amit wrote: > > diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h > > index 946f8f1f1efc..3a156e63c57d 100644 > > --- a/arch/x86/include/asm/paravirt_types.h > > +++ b/arch/x86/include/asm/paravirt_types.h > > @@ -211,6 +211,12 @@
2001 Sep 05
3
Problems setting up printing/registry
I am trying to set up Wine to be able to print. I am able to print from Linux I am able to print ps from Linux I am following a combination of the westfalen HOWTO and the Wine documentation (assuming that the documentation is more up to date) I am testing by trying to print from notepad. I have got as far (after too many hours!!) as the following when I select the Print option
2019 Jul 03
1
[Xen-devel] [PATCH v2 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
On 03/07/2019 18:02, Nadav Amit wrote: >> On Jul 3, 2019, at 7:04 AM, Juergen Gross <jgross at suse.com> wrote: >> >> On 03.07.19 01:51, Nadav Amit wrote: >>> To improve TLB shootdown performance, flush the remote and local TLBs >>> concurrently. Introduce flush_tlb_multi() that does so. Introduce >>> paravirtual versions of flush_tlb_multi() for
2019 May 31
2
[RFC PATCH v2 04/12] x86/mm/tlb: Flush remote and local TLBs concurrently
To improve TLB shootdown performance, flush the remote and local TLBs concurrently. Introduce flush_tlb_multi() that does so. The current flush_tlb_others() interface is kept, since paravirtual interfaces need to be adapted first before it can be removed. This is left for future work. In such PV environments, TLB flushes are not performed, at this time, concurrently. Add a static key to tell
2019 May 31
2
[RFC PATCH v2 04/12] x86/mm/tlb: Flush remote and local TLBs concurrently
To improve TLB shootdown performance, flush the remote and local TLBs concurrently. Introduce flush_tlb_multi() that does so. The current flush_tlb_others() interface is kept, since paravirtual interfaces need to be adapted first before it can be removed. This is left for future work. In such PV environments, TLB flushes are not performed, at this time, concurrently. Add a static key to tell
2001 Sep 17
1
whats the status on winhlp32?
I am just starting to look into the help side of our application and wanted to check on the status, especially with regard to the following: 1. We have to use the Microsoft winhlp32.exe; there isn't a Wine version? 2. It requires the native comdlg32.dll and/or comclt32.dll to get the Index button to do anything 3. Even then, that will only bring up the index itself, not the contents nor the
2019 May 25
3
[RFC PATCH 5/6] x86/mm/tlb: Flush remote and local TLBs concurrently
To improve TLB shootdown performance, flush the remote and local TLBs concurrently. Introduce flush_tlb_multi() that does so. The current flush_tlb_others() interface is kept, since paravirtual interfaces need to be adapted first before it can be removed. This is left for future work. In such PV environments, TLB flushes are not performed, at this time, concurrently. Add a static key to tell