similar to: Re: Windows DLL as Linux shared library

Displaying 20 results from an estimated 20000 matches similar to: "Re: Windows DLL as Linux shared library"

2007 Mar 19
0
Re: Wine vs. Mono/GTK#
On Thu, 15 Mar 2007 18:45:03 +0100 nospam@haneke.de (Elmar Haneke) wrote: > Hi, > > on trying to run an Mono-Application within wine (Mono for Windows), the GTK# > Windows show up very huge, the fontsize seems to be scaled by magnitude. Please have a look at http://bugs.winehq.org/show_bug.cgi?id=7186 I reported the bug there. > How can this be fixed? I don't know a fix BUT
2011 Feb 18
2
How to set path to .NET runtime to use
Hi there, I've been searching for a solution to make Mono the default runtime to be used within wine environment, for the past 3 days now and still no success. What am I trying to do? So there is this windows software (AmiBroker) for which I want to create COM/OLE objects written in C#. To achieve that, I need both COM/OLE and a .NET runtime to work. What I did so far 1) Starting off a
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
2007 Jun 17
2
Sending changes to winelib ?
I have a little program coded for windows, and I want to compile it using winegcc. Unfortunately, some functions are not implemented in winelib, and I have to tweak some files. So, How do I submit those changes ? I found nothing on the WineHQ site. SO, if someone knows where to redirect me, I can do it alone! ___________________________________________________________________________
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
2019 Sep 27
0
Wine release 4.17
The Wine development release 4.17 is now available. What's new in this release (see below for details): - New version of the Mono engine with upstream fixes. - Support for DXTn compressed textures. - Initial version of the Windows Script runtime library. - Support for XRandR device change notifications. - Support for generating RSA keys. - Stubless proxies support on ARM64. -
2010 Apr 21
1
Re: ntdll.dll.so: invalid ELF header
ysa wrote: > I read on http://wiki.winehq.com/Prelink that prelink is just used to modify the base address and does not have to be active at run time. > > By looking at the source code of winegcc and setting the -v (verbose) option, I found out that prelink is called the following way after ntdll.dll.so has been compiled by gcc: > > Code: > > /usr/sbin/prelink --reloc-only
2010 Jun 09
2
Help with simple dll wrapper around linux so
Ive recently got metatrader to work on linux uner wine and would now like to see if i can import a dll wrapper so i can use some code i wrote in linux. Im trying something like this (based on http://www.winehq.org/docs/winelib-guide/bindlls) : add.c: Code: int add(int a,int b) { return a+b; } add.h: > int add(int,int); WinAdd.c: WinAdd.c: Code: #include <windef.h> #include
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:
2007 Sep 14
1
Compiling git on FC7 64 bit
Having just upgraded to FC7, 64 bit (from FC4, 32 bit), I seem to be having a compile problem with a current git version of Wine. I am assuming plenty of others have already run into this and figured out the fix. It is pretty much a stock FC7, with only a few additional packages added so far (cups-devel, freetype, a few others). Compiling works until here: make[2]: Entering directory
2009 Jun 10
1
Debugging .a library created with winegcc
I am using winegcc/wineg++ to port a windows application to linux. Everything works fine and I produce .a library files that I link to create executable (exe.so) files. My problem is that I can not set breakpoints when I am debugging. I start winegdb on my exe.so and write "break <symbol>" where <symbol> is a symbol in n .a library that the .exe.so was linked with. But the
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
2019 Jan 22
0
Wine release 4.0
The Wine team is proud to announce that the stable release Wine 4.0 is now available. This release represents a year of development effort and over 6,000 individual changes. It contains a large number of improvements that are listed in the release notes below. The main highlights are: - Vulkan support. - Direct3D 12 support. - Game controllers support. - High-DPI support on Android. The
2008 Feb 28
5
JDF library in wine?
Hello all, I wonder if there is a way to set up the so-called JDF library required by several Adobe software? I haven't been able to find out what it is, nor whether wine has any way to set this up, or even if I can copy windows DLL's over. I can get Adobe Acrobat 7.0 to run, for example, but many actions fail with the error "cannot initialize JDF library". Any enlightenment
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
2020 Apr 24
0
Wine release 5.7
The Wine development release 5.7 is now available. What's new in this release (see below for details): - Wine Mono engine updated to 5.0.0, with upstream WPF support. - More progress on the WineD3D Vulkan backend. - Beginnings of a USB device driver. - Support for building with Clang in MSVC mode. - Builtin modules no longer depend on libwine. - Support for configuring Windows
2007 Mar 19
1
Wine and Mono
Hello everyone! Wine is an excellent emulator for Windows applications, and Mono is excellent .net framework for Linux. But there is one problem: most new applications combine .net with win32 API, so it is not possible to run them via mono nor via wine. Is wine going to be combined with mono so such applications will work?
2005 Sep 18
5
Monitor and sox mix quality
Hello All, I am using monitor with soxmix, however the quality seems somewhat low after sox converts to mp3. Does anyone know a way to get a higher quality file? Some of my lines are coming in on isdn. Regards, Greg