Displaying 20 results from an estimated 129 matches for "winemakers".
Did you mean:
winemaker
2007 Mar 19
1
Winemaker - Visual Studio 6.0 package
I am trying to get a rather large C++ program written in visual studio
6.0 to work on a linux system. I have installed the wine libraries and
it runs just fine using:
wine <executable name>
However, I would like to be able to compile the program using
winemaker on my linux box. Winemaker runs smoothly. However, the
makefile generated by Winemaker in the root directory has all kinds of
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
2009 Sep 03
4
build wine dll problem
I am trying to follow the instructions here (http://www.winehq.org/docs/winelib-guide/bindlls-wrapper) to build a dll with wine that i can load dynamically in a windows wine application.
this is what i am doing:
MyWinDll.spec
Code:
2 stdcall MyWinFunc (int) MyProxyWinFunc
MyWin.c
Code:
#include <windef.h>
short MyProxyWinFunc(int *i)
{
return 5;
}
shell
Code:
winemaker --nosource-fix
2009 Feb 17
5
Problems in Compiling MFC
1) i'm facing problem while compiling MFC code
when "winemaker" command is given i get these lines
admin at XXX:~/.wine/drive_c/windows/system32/MFC> winemaker --lower-uppercase .
Winemaker 0.6.0
Copyright 2000 Francois Gouget <fgouget at codeweavers.com> for CodeWeavers
closedir() attempted on invalid dirhandle DIRECTORY at /usr/local/bin/winemaker line 1054.
closedir()
2001 Jun 26
1
Why is winemaker output a library & symlink?
Marcus Meissner wrote:
>
> In article <ax%R6.33895$hV3.53576@newsfeeds.bigpond.com>,
> David Rowe <voicet@bigpond.com.au> wrote:
> >1) Why does winemaker (after ./configure, make etc) produce a library and
> >sym link as the output, e.g. why not an executable.
>
> This is the usual invokation method of WINE binaries. Do not worry.
This is an excellent
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 May 17
1
makefile converter
Hey,
Does anyone know of any VC++ to UNIX/LINUX makefile converter? If
there is anything in the works or should I just bit the bullet and write
my own script?
Thanks,
Joe
2001 Feb 22
2
afx.h... configure: error: Could not find the MFC includes
This is driving me nuts. I'm trying to compile an MFC application using
WINE. I can specify the location of the ATL includes and configure is
quite happy but it chokes when I give it the MFC includes in the same way:
./configure --with-atl-includes=/home/wade/VC98/atl/Include
--with-mfc-includes=/home/wade/VC98/mfc/Include
Wassup? I'm using
Winemaker 0.5.5
And wine
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
2009 Mar 26
1
Questions on winelib
...inelib (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 window headers in order to use winemakers 'make' command.
tris,tired and confused!
2002 Jun 21
2
rhinoceros 2.0
I have a general question to anyone that has run winemaker to port a windows
application in linux.
Rhinoceros 2.0 has run on wine version 20020512, but I want to get it to
run without using wine. Can someone walk me through the steps for using
winemaker to do this?
Your help is greatly appreciated.
Sincerely,
Walter White
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
2005 May 12
0
Using string from stdlib in winemaker
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
How can I use std::string in my winemaker project?
If I do a #include <string> along with an #include <windows.h>, I get
the following errors:
- ---
In file included from /usr/include/c++/3.3/i486-linux/bits/c++io.h:35,
from /usr/include/c++/3.3/bits/fpos.h:44,
from
2009 May 08
0
Wine release 1.1.21
The Wine development release 1.1.21 is now available.
What's new in this release (see below for details):
- Beginnings of shader model 4 support.
- Support for copying/pasting images from X11 applications.
- A number of GDIPlus improvements.
- Various listview fixes.
- 64-bit support in winemaker.
- Support for building on Mac OS X Snow Leopard.
- Various bug fixes.
The source
2005 Aug 30
0
No subject
this so I created a new directory and placed two files in there
Foo.dll
Foo.h
and ran "winemaker --lower-uppercase --console .". This creates a
Makefile that when I run "make" does nothing. Ok, creates an empty C
file, "foo.c" and run "winemaker" again. Now a make creates
foo.o
foo.dll (a script)
foo.dll.exe.so
foo.dll.dbg.c (empty, "no
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 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.
2009 Apr 24
0
Wine release 1.1.20
The Wine development release 1.1.20 is now available.
What's new in this release (see below for details):
- Show a dialog on application crashes.
- Much improved OLE copy/paste support.
- Various listview improvements.
- More Direct3D code cleanups.
- Various bug fixes.
The source is available from the following locations:
2001 Nov 04
5
Wine and the serial port
I have an application that talks to hardware via the serial port.
(Actually, it talks to a lot of hardware, banking peripherals). The app
runs on both Win32 and OS/2.
Of course, the main theme is porting the thing natively to linux (and I'm
working on that). But just for fun I tried to get it to work with WINE, and
while the "device emulation" works perfectly (much to my