Displaying 20 results from an estimated 500 matches similar to: "Re: Wine vs. Mono/GTK#"
2007 Mar 19
0
Re: Windows DLL as Linux shared library
On Mar 15, 10:23 am, nos...@haneke.de (Elmar Haneke) wrote:
> how can i make an cover to use an Win32-DLL be callable as an
> Linux-Shared-Library (it should be called from within Mono).
>
> I managed to man an Linux-"executable" by using winegcc,
> the DLL seems to load fine.
>
> How can I make an .so file to export functions from the DLL to my
>
2007 Jun 06
2
Queue problem
Hi,
On asterisk 1.4.4 I have an strange effect on agents answering queue calls:
If an agent does set current call on hold the phone
immediately gets connected to the next incoming call.
What might cause this effect?
How can it be removed?
Elmar
2005 Sep 09
0
strange looking buttons and graphical glitches
Hello everybody,
since a few weeks (after upgrading to later wine versions) I've noticed some graphical glitches in wine. Have a look at the following screenshots:
http://leidola.newcon.de/pixmap/wine/wine_strange_buttons-themed.jpg
http://leidola.newcon.de/pixmap/wine/wine_strange_buttons-unthemed.jpg
The for the disabled buttons the bg color and the text color are swapped.
Then the icons
2007 Nov 29
1
Copy file from Vista to samba share
Hi,
my Vista box does hang if I try to copy an File on an Samba share.
- Hanging does happen on both, explorer and CMD. In Explorer it
shows up to calculate how long it might take. In CMD nothing
happend.
- Afterwards Vista refuses to shut down.
- Creating an File on the Share and saving it from within notepad
does not cause any trouble.
- Limiting protocol to lanman2 seems to help
2005 Feb 25
1
cascaded ringing
Hi,
I intend to let several SIP-phones on my asterisk ring cascaded on
incoming calls.
First only phone 1 should ring, after 5 seconds phone 2 should ring in
addition and after additional 5 Seconds phone 3 should also ring.
How can I realize that correctly?
Currently I do use
Dial(SIP/1,5)
Dial(SIP/1&SIP/2,5)
Dial(SIP&1&SIP/2&SIP/3)
But this seems not to work correctly on
2009 Jun 18
1
Tuning for Pegasus Mail
I have a big performance Problem when using Pegasus Mail storing it's
Mail on on an samba Share.
I assume PMail does write small blocks of data when saving files. The
same performance degeneration is seen when copying files with "type file
>copy" instead of using the copy Command.
Client OS is Windows-Vista, Server is Samba Samba 3.3.4
Any Hints to optimize samba here?
Elmar
2007 Mar 19
1
abode acrobat professional 7.0 installation problem
Hi all,
When I try to install acrobat pro 7.0, I get the following error and
execution stops:
"fixme:msi:MsiInstallProductW L"Z:\\home\\emre\\tmp\\Acrobat
Professional 7.0\\Adobe Acrobat 7.0 Professional\\AcroPro.msi" L"
SETUPEXEDIR=\"Z:\\home\\emre\\tmp\\Acrobat Professional 7.0\\Adobe
Acrobat 7.0 Professional\""
err:msi:ITERATE_Actions Execution halted,
2010 Mar 09
1
[LLVMdev] llvm hangs: fibonacci numbers, recursive
Elmar,
As Chris mentioned below, please don't contact individual developers, but
email llvmdev instead.
For your specific question, which you asked on March 3rd, there was a
response posted the same day -- did you see it?
If you visit the link you provided below, at the bottom of the page is the
"Next message" link which will show you the response:
2005 May 20
2
call barring
Hello,
I'm willing to implement call barring for incoming and outgoing calls and I would like to discuss it with the list first, since I think It can't be implemented in a 'natural way' and I will need to use agi scripting - database.
Process would be:
1. incoming calls
priority 1, call incoming.agi, select all the blocked cli's for the called user, if caller is on
1999 Nov 03
0
NT user rights on a per file basis
We use samba in a heterogeneous Unix (HP-UX) and NT environment. One purpose
is to give a group of about 25 NT users access to a common disk which is
situated on one of our HP-Unix machines and a small group of Unix- and NT
users to give them additionally access from NT to their Unix HOME
directories.
The NT users are authorized by an NT controller in the network.
Our problem is that NT crashes if
1999 Jun 02
0
Accessing multiple volumes with different rights
For the following problem we did not find a solution in the samba
documentation:
There are two groups of PC users with NT 4, NT_USER_i and HP_USER_i:
NT side UNIX side (HPUX)
smb.conf
----------------------------------------------------------------------------
----------------------------------------------
NT_USER_1 )
... ) X: ==>
//unix_host/basedir_NT/
2004 Mar 06
1
no suidbits after building the iso!
hi @all,
i am about to build my own rescue cd.
I build my iso with the following command:
mkisofs -o /tmp/RESCUE.iso -b isolinux/isolinux.bin -no-emul-boot
-boot-load-size 4 -boot-info-table -l -R -r .
after buning the iso on cd I can boot my rescue system.
unfortunately, i have figured out that there are some files with a lack
of permissions e.g. I have a bin/su in the tree for the iso with
2009 Oct 11
2
virtual Folder Plugin with "." Separator: [NONEXISTENT] Mailbox doesn't exist
Hello,
I've switched from courier-imap to dovecot to benefit from the virtual
folder feature. I'm using dovecot 1.2.6 on Gentoo Linux. However, I',
getting the message "[NONEXISTENT] Mailbox doesn't exist: <name>" from
Thunderbird when I try to access any virtual folder.
The relevant setup:
mail_location = maildir:~/.maildir
namespace private {
separator = .
2010 Aug 06
2
dovecot-auth process crashed during pam login
Hello!
We experienced crashes of the dovecot-auth process during user
verification with pam_ssh.
After a little debugging I saw that pam_ssh and dovecot both provide a
buffer_free() function. During cleanup of pam_ssh the buffer_free() from
dovecot was called. The members of the buffer had all "out of bound"
addresses.
After rename the buffer_free() in dovecot the pam login works
2007 May 29
3
Use Windows USB drivers?
Hi,
I'm using an application that works very well with Wine but that application requires a specific USB hardware where no (and no similar) Linux driver is available for.
Therefore my question is: the application comes with a fully working Windows driver for that hardware, is it possible to use that driver to access the hardware via Wine?
Until now I could not get it work but I'd expect
2006 Oct 09
1
Discussion starter for package level Connection API
Thought I'd try and start a discussion. Feel free to jump in.
I guess R needs to strike the right balance between opening up the
internals to package writers and not allowing them to do bad things. My
first attempt at cracking this nut is to just memcpy() the Rconnection
and not allow access to the private stuff:
/* Alternative to allowing C code access to connection API. */
Rconnection
2007 Feb 19
2
Integrate scruffy graph in rails view?
Hi everybody,
I''m using scruffy to create some graphs, and would like to integrate
them into a regular view (i.e. show them in an <img> tag).
However, I get errors when using img_tag, or the image doesn''t load if
I try saving the graph to disk and then loading them in html.
Generating the graph and linking to it works, however then I only have
the graph open in a new
2012 Feb 10
21
Reducing the need to compile a custom kernel
Hi,
during some big discussions in the last monts on various lists, one of
the problems was that some people would like to use freebsd-update but
can't as they are using a custom kernel. With all the kernel modules
we provide, the need for a custom kernel should be small, but on the
other hand, we do not provide a small kernel-skeleton where you can
load just the modules you need.
2008 Oct 02
1
SAS enterprise guide in R?
Hello,
Our company has been looking at "SAS enterprise guide 4" (Insightful Miner is a similar product from Insightful, I believe) which seems to provide a nice graphical way of displaying/managing a process or project. It is also accessible to non-programmers.
Does any of the R GUIs provide similar functionality please? Can you point me in the right direction?
Thanks in advance
Best
2004 Sep 07
0
Please review openssh patch for selinux
As posted, here is an updated patch which allows openssh to be built
with non-selinux config.
(Hi openssh guys, forwarding this to you incase you interested including
it into the devel version of openssh. Please let us know if you have any
suggestions or changes that need to be made)
Regards
Nigel Kukard
On Thu, Sep 02, 2004 at 04:11:54PM -0400, Daniel J Walsh wrote:
> New SSH patch.
>