search for: winlib

Displaying 11 results from an estimated 11 matches for "winlib".

Did you mean: winelib
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 this happens before the app enters WinMain. Oh yes, under winedbg the g++ comp...
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
...cal(local), as.logical(now)) : unable to load shared library "c:/cygwin/home/pingu/rt-pcr/pcr.dll": LoadLibrary failure: Invalid access to memory location. Besides modifying the makefile no changes have been made to the source code. This is the Makefile (the relevant target is winlib): --- RHOME="C:/Program Files/R/rw1090" SOURCE=lambert.c OBJ=lambert.o brent.o nrutil.o pcr.o #CFLAGS=-I/usr/lib/R/include -g -O2 CFLAGS+=-I${RHOME}/src/include -mno-cygwin CFLAGS+=-I/usr/lib/R/include -g -O2 OBJT=${OBJ} test.o OBJR=${OBJ} pcr-R.o ${OBJ} : ${SOURCE} # cc -I/usr/lib/R/in...
2008 May 18
2
problem build wine lib
...e "LinuxFunc.h" #include <windef.h> /* Part of the Wine header files */ char * WINAPI winFunc(bool select) { return linuxFunc(select); } The spec file was processed with command winebuild --dll --export=../WinToLinux.spec --external-symbols --subsystem=native --library-path=../../WinLib/Debug --output=Wrapper.o The C++ code was compiled with command wineg++ -I"/Work/work/workspace/Wine/WinLib" -I"/Work/work/workspace/Wine/LinuxLib" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"WinToLinux.d" -MT"WinToLinux.d" -o"WinToLinux.o" &q...
2007 Mar 19
1
Using wine dll in another native library
...y jvm (by using System.loadLibrary("xxx.dll"); ) but when I try to call any function from it I got "segmentation fault". I try to write simple linux standalone application which use libxxx.dll.so but got the same troubles. Can anybody explain me right way to using winlib-maked libraries in native applications ? --dima
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