Displaying 20 results from an estimated 2000 matches similar to: "using win32 DLLs in Linux"
2011 Jun 21
2
Using winemaker / building wine DLLs
Hi.
I'm not sure if this is the correct place for this question, or if the
wine-devel list is more appropriate; please let me know if I should ask
over there.
I'm trying to build, using winemaker/winegcc/etc, a DLL for use with a
Windows binary. This is a somewhat unusual case, in that this library is
actually explicitly being written for a Windows binary that will run in
Linux (I'm
2004 Nov 29
4
1.0-test53, sig11 when sorting by thread
Hello.
When trying to sort a folder by thread (with pine4.61), I get a sig11.
The mailstore is Maildir, indexes stored in /var/indexes/%u.
The syslog on the server shows this:
Nov 29 11:37:55 olan dovecot: IMAP(kowalski): Corrupted index cache file /var/indexes/kowalski/.INBOX/dovecot.index.cache: record points outside file
Nov 29 11:37:56 olan dovecot: child 14344 (imap) killed with signal 11
2002 Aug 14
2
Linux C++ program using 3rd-party DLL?
Hi,
I'm working with a spectrometer at an research institute but they only
have windows 16-bit dll to control the sprectrometer. The dll is documented.
My question is: Can I write a linux c++ program that uses this dll with
wine?
On the wine webpage it says "Optional use of external vendor DLLs" but
how do I do it? On a first glance I have also not found any hints on
that in
2011 Jan 16
5
Winelib Calling POSIX function from Windows application
Suppose that I have Windows application using
Code:
LoadLibrary
followed by
Code:
GetProcAddress
It should be possible to load a library implemented in terms of POSIX function but I do not understand how. Should I load the dll.so file generated by winegcc or do i need a plain .dll file?[/code]
2006 Jun 23
7
malloc small pieces of memory
Hi
I have a Problem with wine. I have one Program, that allogaces many
small pieces with "malloc()" in the memory. "many" means over 2 Mio,
"small" means "from 8 to 128 bytes" in size.
Running this Program on Windows gives me ~300MB Memory Usage (according
to one of the values in the Tast manager). In Linux, "top" shows me a
physical Usage of
2002 Feb 16
1
Proposed header file changes to allow for dynamic linking of DLLs at runtime
Sorry for the attachment, but I do not know of another way to communicate
the details of my proposed changes to the dev team.
While writing RipTrax (a ripper + encoder program), I wanted to make all
encoder DLLs dynamically linkable at runtime. I first check for the
existence of the dll, open the library with Load Library and then do a
GetProcAddress for each routine I plan to use. With the
2024 Apr 11
4
D-bus integration
Dear OpenSSH developers,
I was looking at the fail2ban project and had an idea that instead of
parsing log files it could be possible to notify interested parties
(like fail2ban) via (for instance) D-bus about a failed login attempt.
Other application could also use this protocol to notify about suspect
behaviors. A central functionality will allow for other (new) projects
to integrate
2017 May 09
3
Generating samples from truncated multivariate Student-t distribution
Dear Members,
I am working with 6-dimensional Student-t distribution with 4 degrees
of freedom truncated to [20; 60]. I have generated 100 000 samples
from truncated multivariate Student-t distribution using rtmvt
function from package ?tmvtnorm?. I have also calculated mean vector
using equation (3) from attached pdf. The problem is, that after
summing all elements in one column of rtmvt result
2008 Aug 20
2
Sent Date/time vs Received Date/time
On 8/20/2008, Nicolas KOWALSKI (nicolas.kowalski at gmail.com) wrote:
> The alpine documentation states about 'Arrival' sorting:
>
> " The Arrival sort option arranges messages in the MESSAGE INDEX in
> the order that they exist in the folder. This is usually the same as
> the order in which they arrived. This option is comparable to not
> sorting the messages at
2009 Jul 26
10
Help! How to mix win32 and native os calls in code?
Hi
I have a tool that I am running under Mac version of Wine. What I am
doing is installing the tool under wine (i.e wine <path to installer
pkg.exe>) and then running it from wine.
It uses an api to capture current screen (BitBlt api). Under Mac, it
is capturing the X windows frame buffer instead of native Quartz frame
buffer. I have source code for this tool. I am thinking of
2006 Apr 22
7
Instance variables versus local variables
This novice coder roughly understands the difference between instance
and local variables thanks to David Black''s excellent book, but I''m
still unclear as to when and why a either is more desirable to use.
In general, I use instance variables in my controller and local in my
views, but I''m not sure as to why or if this is correct.
Thanks
Joe Kowalski
2004 Nov 09
0
How to : C++ DLLs
I remember seeing a message somewhere about C++ DLLs and wanting to
implement them in Winelib. Well here is an idea that I use in Windows that
works great:
Define your class in a common header (let's call it dll.hpp):
class DllClass {
public:
int somedata;
virtual void member(int arg);
};
Define the DLL source with two exports:
#include <dll.hpp>
extern "C"
2008 Dec 15
1
WineLib and Java Native Interface (JNI) - UNIX
Hi All,
I have implemented a JNI library on window that call the C++ dll APIs.
Now I want my JAVA program is run on the UNIX system.
I have used WineLib to wrapper Window Dlls to the Share Object Lib (so lib) (Using Winedump and Winegcc to build).
The functions in the so lib can work normally with my C main test function.
BUT when I call it from Java. The function can linked BUT it is crashed at
2008 Jul 24
7
Native and Builtin dll
I'm studing wine for my thesis but I've an question: if I can use native dll for an application because are there many builtin dll in usr/lib/wine? I understand for system dll like kernel32.dll, user32.dll etc
Thanks.
2008 Jul 19
1
GetModuleFileName in winelib DLLs
Hi,
I have the following problem - when I compile a DLL using winegcc and
call GetModuleFileName on it I get a name in "c:\windows\system",
regardless of the DLLs actual location. I have googled for it, and found
this thread
http://www.winehq.org/pipermail/wine-devel/2003-December/023224.html
which says that this behavior is needed for built-in DLLs. My problem is
that I'm
2019 Nov 13
2
Compiling libc++ using GNU Arm Embedded Toolchain for arm-cortex-m4
Hello,
lately, I have been thinking about how to resolve the problem with that the
program size increases enormously when including <iostream> when compiling
with libstdc++. In this library, in <iostream> there is a static object
__ioinit initialized like so:
...
// For construction of filebuffers for cout, cin, cerr, clog et. al.
static ios_base::Init __ioinit;
...
This
2001 Dec 06
1
Inherit permissions in Samba2.2.2 on Debian ( potato )
if I set "inherit permissions = Yes" on my share, samba shuld set permisions
for new files like uper directory - true? I'am asking because, I've set this
parameter and nothing is going good. When I make new file in this share the
groupID is set to user groupID whose create this file, but not the guid of
the uper directory. The userID is set corectly.
smb.conf:
....
[test]
2009 Feb 04
2
can't make 3.3.0 on Solaris 10
I downloaded 3.3.0 and tried compiling on Solaris 10 and got pretty
far into the make before this message:
Linking bin/smbd
./bin/libtdb.so: undefined reference to `write@SUNW_0.9'
./bin/libwbclient.so: undefined reference to `sleep@SUNW_0.7'
./bin/libtdb.so: undefined reference to `pread64@SUNW_1.4'
./bin/libtdb.so: undefined reference to `fcntl@SUNW_0.9'
./bin/libtalloc.so:
2008 Jan 07
3
Finding windows DLLs
The XML package relies on libxml2.dll (e.g., bundled with the CRAN
binary) installed in library/XML/libs. Unfortunately,
c:/WINDOWS/system32/libxml2.dll will be found and loaded before
this.
Is there any programatic solution?
Thanks,
Martin
--
Martin Morgan
Computational Biology / Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N.
PO Box 19024 Seattle, WA 98109
Location: Arnold
2018 Mar 02
0
[RFC] llvm-mca: a static performance analysis tool
+Ahmed
> On Mar 2, 2018, at 6:42 AM, Andrea Di Biagio <andrea.dibiagio at gmail.com> wrote:
>
> There are a number of people on llvm-dev who can explain better than I how to decompile into MachineInstrs. I’m not totally opposed to checking in something that works with MCInstr, but this does run strongly contrary to the design of LLVM’s subtarget support.
>
> That would be