similar to: winelib runs but wine ok.... Why??

Displaying 20 results from an estimated 500 matches similar to: "winelib runs but wine ok.... Why??"

2008 May 13
4
Application does not start
Following upgrading from Debian Linux etch to Debian Linux lenny (i386) one application (out of two) does not start any more with wine. The other one starts and works fine. The one that does not start: francesco at deb32:~$ wine "c:\ACDFREE5\CHEMSK.EXE" Invoking /usr/lib/wine/wine.bin c:\ACDFREE5\CHEMSK.EXE ... fixme:ole:CoResumeClassObjects stub /usr/bin/wine: line 536: 6578
2002 Aug 20
1
Installing Excel 97, SUCCESS!!
Hi again! Yesterday I wrote to this list complaining that I could not install Excel 97. I have now succeeded. The trick was NOT to run "install.exe", but to unpack xl97_1.cab and run the acmsetup.exe in there, like so: "wine -- acmsetup.exe /T excel97.stf" (I think that excel97.stf existed in the first cab-file as well.) The installer will ask for a few files that all can
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
2003 Dec 12
3
Segmentation fault
Hi, beginning around 12th of october I have an "Segmentation fault" when starting wine. I'm using precompiled rpm's from wine.dataparty.no but also tried a self compiled version from the wine.dataparty.no cvs-source getting the same fault. At least one other user seams to have similar problems (discussion in the forums of wine.dataparty.no. He is using fedora while
2002 Aug 19
1
Crash while trying to Run atwin2k (Accuterm)
It installed correctly, however when trying to run, I briefly get a window appearing, and then it crashes. A trace reveals: <snip> fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid fixme:ole:CoRegisterMessageFilter stub wine: Unhandled exception, starting debugger... Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: Could not stat /mnt/fd0 (No such file or
2007 Jun 01
3
Newbie: Problem running FileMaker 8.5
Dear All I'm new to Linux, and even newer to Wine. So, please excuse... I've got a Dell D800 with both Linux and Windows installed. Linux is Debian Etch, Windows is XP. The reason for installing Wine was that I'd like to use FileMaker Pro 8.5 from within Linux. I've installed Wine to the Linux world by: sudo apt-get install wine This worked without problems. In the shell, I
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
2002 Jun 18
6
Dll's missing
Hi, My wine doesn't work. First I installed it from deb packages at debian servers. I added /usr/lib/wine to ld.so.conf I did ldconfig But wine still can't find dll's. Then I copied a win dir from a friend. And used winesetuptk to show it to wine. Wine still can't find some dlls. Then I downloaded debs from www.winehq.com Same stuff happened again? Somebody please help me ??
2000 Nov 28
2
No subject
I have a problem compiling openssh 2.3.0p1 The configure script runs fine then if you see below; when I compile it dies: Manual pages: /usr/local/man/manX PID file: /usr/local/etc Random number collection: Builtin (timeout 200) Manpage format: man PAM support: yes KerberosIV support: no
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
2001 Jul 10
0
libwine problem! - PLEASE HELP!!
Hi there, Over the last week I wanted to move from using Borland windows compiler to g++ with libwine. I used winemaker to make the makefile. Fixed some problems with compiling (2 or so). But now I acn't start the program... The output file is the amdprime.so and a amdprime symlink to the wine script. But if I try to run the symlink I get: ./AmdPrime: line 400: 29548 Segmentation fault
2001 Jul 06
2
winelib and compiling MFC
Hi, The company I work for, has asked me to use winelib to port some code, however I have a problem compiling the MFC. I run winemaker 0.5.7 with options: 'winemaker --lower-uppercase -nomfc --dll ./ > \ winemaker_output.txt' No errors in file or stderror; further winemaker accesses the correct directories. But when I run ./configure as: './configure --with-wine=/usr/bin \
2001 Jun 19
1
winelib with a dll
Sorry to bug you all, but I want to know if I am trying to do something impossible. I am trying to use winelib to compile an exe that links to a dll, without compiling the dll under winelib (i.e. the equivalent of simply linking in the .lib). I have a win32 DLL project (hw5) that generates a hw5.lib, hw5.dll and hw5.h under M$. I have a win32 gui exe project (hw6) that includes hw5.h, links to
2001 Mar 02
3
Winelib problems
I'd like to know how to link console functions such as WriteConsoleOutputA. They are documented as implemented, and I can compile source code including these function predefinitions, but I get undefined errors when linking. I don't know which library to add to get objects linked. Thanks in advance. Ignasi Villagrasa.
2001 Nov 11
1
can I use _beginthread and _endthread in winelib ?
hi, how can I use _beginthread with winelib (I get "undefined reference") ? thanks, -- Felix Natter
2001 Mar 09
1
winelib
Has anyone have any succes in building a Windows application, on Linux, using winelib??? I followed the steps in the online documentation and didn't work. I used winemaker to create some of the configuration files. I then ran ./configure to generate the Makefile and then I ran make. It compiled the sources fine and it also created the binary. But the binary file is nothing but a link to
2001 Mar 12
1
winelib + MFC
I am trying to port an MFC app to Linux using winelib. Can someone please give me a pointer or two??? I have looked at section 4 of the online documentation and not much were mention there. Thanks for help in advane. -Carl
2002 Jan 20
1
little problem with winelib...
hello everybody, i have a slight problem, i want to write a wrapper around win32 binary dll and use it with my *nix applications, and i have been through the winelib documentation, and spent pretty much time trying to make a working wrapper, but i can't seem to get it working (with and without prototyping the calls i seem to get many "undefined reference to '....'"'s)...
2001 Aug 14
3
questions about winelib
I need to write a win32 program. However, my workstation is a Linux box. I was goingto create a cross compiler and compile my code and run it on wine... However, I heard about winelib, and allegedly I can just use winelib and compile on my linux box using good ol' gcc and it will just work. Is this true? If so how would I set that up? Where can I find the docs?