Displaying 20 results from an estimated 5000 matches similar to: "winelib"
2001 Apr 18
1
Runtime error with winelib and CreateMutex()
Can't find anything at goggle, so hope someone in this group can help.
I've installed codeweavers-wine-20010305-1.i386.rpm on my RedHat 7.0,
which put everything in /opt/wine/.
I built the following program (in file hello.cpp):
#include <iostream.h>
#include <windows.h>
int main()
{
INT i = 0;
cout << "i = " << i << endl;
HANDLE h =
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 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?
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 Apr 12
3
Looking for junopine-2.0.2
I've seen people discussing Juno under WINE. I have an older version of
Juno, however I cannot locate the "junowine-2.0.2" program. Can someone
PLEASE post a URL to the exact program for download? Thanks in advance.
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 Apr 04
1
help with error msg
Hello,
Can anyone tell me what the following message is indicating and how I
can fix it:
err: ntdll: RtlpWaitForCriticalSection Critical Section 0x40e24230
wait timed out. Retrying (60 sec) fs=02b7
Wine failed with return code 143
The above message occurs when I try to run a windows application with
codeweavers-wine-20010305-1.i386 on redhat linux 6.2.
Thank you.
-pat
2001 Jun 13
3
Wine installer
Hi,
when I run ./tools/wineinstall, I get this:
Warning !! wine binary (still) found, which may indicate
a (conflicting) previous installation.
You might want to abort and uninstall Wine first.
rpm -qa | grep wine gives nothing
find / "*wine*" gives:
/etc/opt/kde2/share/applnk/SuSE/Settings/YaST/notinstalled/System/Emulator/wine.desktop
2001 Mar 19
2
can i use a differentwine config file for different apps
can i use a different wine config file for different apps
2001 Mar 26
1
Problem with Free Visual Pinball
High,
i tried to install the free Visual Pinball package from:
http://www.randydavis.com/vp/intro.htm
When i tried to run the installer it aborted with an error message to
check the installer package.
Whe i try to run the VPinball.exe directly without using the installer
it comes up well. But now when i try to load a table i get the error
that modul
RichEdit32A Module is missing.
peter
2001 Feb 07
2
Undefined symbols
Where could I get information about wine libraries content ?
For instance, if I'm migrating a WNT console based application using
winelib, which is the library I must link with object files ?
I don't have this information.
Thanks in advance. Ignasi Villagrasa.
2001 Mar 27
4
Running Wine as a user
Hi
I've used Wine for some time now, compiled from source, from root with no problems. I now wish to run it regularly as an ordinary user.
Unfortunately it's refusing to run because "the socket is not owned by you", or words to that effect. After the socket is created under /home/user/.wine/... I can give it user permissions and Wine will start, but if I stop Wine and
2001 Mar 07
2
can't find libntdll.so, but it's there
Wine (20001202-1mdk) invoked, message "can't find libntdll.so, no such file
or directory." However there is such a file. Same wine.conf file used as
with earlier version 20001026-4mdk. In both installations, wine never made
a proper wine.conf file, file was blank and I had to write my own. I don't
notice anything in the wine.conf file about where the libraries are.
2001 Mar 16
2
wine: error while loading shared libraries: wine: undefined symbol: Callout
Wine gives me the following error message
myprompt >wine SETUP.EXE
wine: error while loading shared libraries: wine: undefined symbol: Callout
! removed my porevious wine installation completely, every file!
I installed codeweavers wine PR3
I run the setup anwering default on everything
-> now it does not work. Why? what does the error message mean?
--
-- )((
+O-O+
< U
2001 Jul 09
1
winelib problems with .configure
I am attempting to use winemaker on a relatively straightforward
Windows App that we have. Just a little background, we started the
effort by first evaluating our application in Wine itself and obtained
very good results. Now, we're moving on to try and compile a version
for Linux by using Winelib and running into this problem. I ran
winemaker with this: winemaker --lower-all which finished
2009 Mar 26
1
Questions on winelib
Hi.
I'm currently starting the process of porting a windows based gaming engine (uses the windows API),to linux.
I have winelib (winemaker?) and have read through it's documentation but am still unsure what it's really for.
Is it possable to use winelib to assist me in porting this engine from windows to linux,is that what it's for?
If so,do I have to provide all nessesary
2001 Feb 23
1
Howto start Linux programs from wine ?
I am using Lotus Notes 5.04a under Wine/Linux, and I can say the wine
developers did a great job.
I would like to start a Linux program from wine, e. g. start the Acroread
viewer when clicking on an attached PDF document.
Does someone know how to do that ?
Reinhold
2001 Apr 03
2
compiling with winelib
It' s possible to statically link WineLib to my program?
2001 Mar 14
2
problem with regapi on Solaris 8 x86
Hello,
I have been tinkering with Wine on Solaris 8 x86. I downloaded the
source (20010305) and built wine. The installation went very well until
the last part where I asked to build a registry using regapi.
Here is the error I get when trying to run regapi.
bash-2.03# ./regapi setValue <
/usr/local/software/wine-20010305/winedefault.reg
Could not stat /mnt/fd0 (No such file or