search for: winemaker

Displaying 20 results from an estimated 129 matches for "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 problems and wont compile. Also, would the executable produced by winemaker be executable without wine? In other words could I ftp the code created by the makefile to anothe...
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 basically trying to wrap a Linux system call so that I can call it from a Windows program). So, I follow...
2009 Sep 03
4
build wine dll problem
...elib-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 --dll --single-target MyWin --nomfc . make I get the following error: Code: /usr/lib/wine/libwinecrt0.a(exe_main.o): In function `main': (.text+0xa9): undefined reference to `WinMain' Why is it asking for a main function, i am trying to build a dll...
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/wine...
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 question. Is there any reason why you couldn't just link the required Wine emula...
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 \ --with-wine-includes=/usr/include/wine...
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
...C 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 codeweavers-wine-20010112.tar.gz And I've tried all possible variations of --with-mfc-includes (upper/lower case on everything, with and without running winmaker --lower-uppercase on the whole MFC directory etc etc.) The MFC, ATL stuff is all copied verbatim from an MSVC inst...
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
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 window headers in order to use winemakers 'm...
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...
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 /usr/include/c++/3.3/bit...
2009 May 08
0
Wine release 1.1.21
...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 is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.21.tar.bz2 http://prdownloads.sourceforge.net/wine/wine-1.1.21.tar.bz2 Binary packages for various dist...
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 debug ch...
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 "wine" and when I tried to execute the binary, it came back with mis...
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
...re Story Demo installer doesn't work 16989 Cobra 11 Nitro: Cars drawn as artifacts 17198 World Editor: Tree Component of Unit Editor doesn't (re)draw correctly 17397 Ventrilo 3.0.4 won't initialize GSM 6.10 codec stream 17478 Fix dpa warning from comctl32/listview.c 17498 winemaker fails on 64-bit systems 17528 3D Mark 2001 SE Dragothic: Textures not rendered on running humans 17774 Fable crashes on starting a new or existing game 17910 Black & White: Crashes in texture code at start 17984 Invalid handle for RegOpenKeyExA in win64 bit application 17987 Auto...
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