Displaying 11 results from an estimated 11 matches for "winlibs".
Did you mean:
winlib
2001 Jun 30
3
winelib runs but wine ok.... Why??
Hi all,
I have a small program (~10k lines) that just uses elementry API (like
SendMessage). It compiles under Borland C++ Builder 5.5.1 (for win exe)
and under g++ with winlib. The problem is that the Builder EXE runs
perfectly with WINE __BUT__ the library built with winlib does not run -
spits out a segmentation faul @ line 400 (whatever that means) and some
Error 139 with nothing else.
All
2012 Nov 10
3
pkg-config
On Fri, Nov 09, 2012, Shao Miller wrote more as:
>
> Does anyone know of a clever, Linux-distribution-independent way to find out
> where MinGW has its lib/ and include/ dirs? Right now, I've hard-coded the
> path for Fedora 17 in the Makefiles.
>
#
# pkg-config
#
CFLAGS=$(shell pkg-config --cflags uuid )
LIBS=$(shell pkg-config --libs uuid )
proofofconcept:
echo PoC
2003 Mar 09
1
winlib help - program hangs - one more
Just one more piece of info. The VC++ program that hangs when I'm
trying to run does not even enter its the main() function. I put several
printf statements inside main and they never get executed.
Regards ...
Jarek
"Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former."
- Albert Einstein
2005 Jan 14
2
Porting from Linux to Windows
I intend to port an R project from Linux to Windows.
It involves C code that is loaded via dyn.load().
I could manage to produce a 'dll' File using cygwin which seems to be
o.k.
Now, using dyn.load("pcr.dll") i get:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"c:/cygwin/home/pingu/rt-pcr/pcr.dll":
LoadLibrary
2008 May 18
2
problem build wine lib
This is my first post here, please excuse any incorrect terms etc. I have tried to follow chapter 5 of winelib-guild.pdf, but found winemaker does not correspond to the pdf.
I am using wine version 1.0-rc1. I am trying to call a Linux shared library from an unmodified windows C++ program using a ?C? interface to a DLL. I have built very simple test case that I would like help to compile. Sorry for
2007 Mar 19
1
Using wine dll in another native library
Hi All !
I have some windows-maked dll (xxx.dll for example). I want to use it
on my Linux machine in my Java application. For this purpose I wrote a
small wrapper around the xxx.dll by using winelib library and make it as
libxxx.dll.so. Now I need load this library in my jvm (by using
System.loadLibrary("xxx.dll"); ) but when I try to call any function from
it I got
2003 Aug 01
1
ncp t & Fortran error & power of some tests
...ge appears: "Error in
.Fortran ("vectnc",: "VECTNC" is not a symbol in the
load table". May be I did not installed it correctly
or (as I suppose) it is incompatible with this version
of Splus. I looked in the directory for Splus 6.0
http://www.stats.ox.ac.uk/pub/MASS3/Winlibs but the
update of this function is not there. Do you know of
some alternative function for the Non-central T in
Splus 4.5 or how to solve the problem with
noncent.zip?
b) I wanted to apply the overall test for
coincidental regressions (see Zar, pag. 304), whose
statistic is:
F = ((SSt-SSp)/2(K-1)...
2002 Aug 20
0
Compile against winsock and winsock2
Hello,
I'm attempting to compile a winsock application using winlib and for some
reason the FD_SET/FD_ZERO macros are generating an error because of the
WS(fd_set) macro. Is there a prefer method to compile against winsocks
functions....
Peter Alleyne
2007 Jul 12
5
In creating a Windows binary package (zip), how do I make the installation configurable
I would like to create a binary package for Windows which when
installed will give the user an option of whether to install
one version or another.
Here is the problem, I have a package 'FAME' that can run
in two different modes on Windows. An old mode that uses
R to connect to a remote linux machine and a new way that
uses a locally installed database.
I would allow this decision to be
2002 Aug 11
4
Install Shield
I wanted to install a multimedia encyclopedia in my pc, it used the
usual version of install shield thet dosen't work with wine, but I got a
message
(In italian, the software I was installing is in italian) that can be
translated like this: Some system components must be updated before
performing install. Something was installed, including windows media
player 6.4, and wine crashed. I had a
2008 Oct 30
9
gdi32.dll error
I am a new wine user. I downloaded the darwin wine implementation for mac OS X ver 1.1.7 (http://www.kronenberg.org/darwine/) and installed on my computer.
I run the wine helper application and tried to open some of the sample applications that came with it. No matter what I try to open from the sample windows application folder that came with the program I get the same error