similar to: Building ZDoom with winelib

Displaying 20 results from an estimated 200 matches similar to: "Building ZDoom with winelib"

2008 Aug 08
2
How to run a Paradox Game (Victoria/HoI2: Doomsday)
Does anyone know how to do this, I've copied both DD/Arma and Ricky to a directory in my home folder, and try to run it with a command: wine '/home/myaccount/.wine_c/program files/paradox/doomsday/doomsday.exe' But i just get errors saying things like "Can't find country.csv" etc. I had installed both games on my windows machine, and simply copied the install
2008 Jun 21
2
Error running Hearts of Iron 2 Doomsday and Armageddon
When I run wine Hoi2.exe, in addition to the usual alsa warnings, i get this: Code: wine: Unhandled page fault on execute access to 0x006e9118 at address 0x6e9118 (thread 0009), starting debugger... Unhandled exception: page fault on execute access to 0x006e9118 in 32-bit code (0x006e9118). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:006e9118 ESP:0309ff0c EBP:0309ffe8
2014 Feb 27
3
snmp-ups shutdowns
On 2014-02-27 14:21, Charles Lepple wrote: > On Feb 27, 2014, at 7:07 AM, jimklimov at cos.ru <mailto:jimklimov at cos.ru> > wrote: > >> This apparently implies that, unlike some docs say, the snmp-ups >> driver can send the shutdown signals (is not crippled by design)? ;) > > We're working on it: > >
2014 Feb 27
0
snmp-ups shutdowns
On Feb 27, 2014, at 7:07 AM, jimklimov at cos.ru wrote: > This apparently implies that, unlike some docs say, the snmp-ups driver can send the shutdown signals (is not crippled by design)? ;) We're working on it: http://buildbot.networkupstools.org/~buildbot/cayman/docs/latest/docs/man/snmp-ups.html#_shutdown A quick check says that the implementation has been there since v2.6.4, and
2014 Feb 27
2
snmp-ups shutdowns
This apparently implies that, unlike some docs say, the snmp-ups driver can send the shutdown signals (is not crippled by design)? ;) Also, are those oids apc-private or commonly used/standard among snmp upses? Thanks, //Jim Typos courtesy of my Samsung Mobile -------- ???????? ????????? -------- ??: Charles Lepple <clepple at gmail.com> ????: 2014.02.25 13:08 (GMT+01:00) ????:
2004 Aug 06
1
ices 0.3 released
Actually I think there is already allot of mainstream support for the format? In fact many large Gaming developers including EA and Sierra use the format to drive audio in their gamning - there is allot of hardware supporting the format as well and many player solutions in place that support it - However the issue of most concern to me is although for localised encoding and "Playback"
2009 Jul 07
4
Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
Package: xen-utils-3.4 Version: 3.4.0-1 Severity: critical Justification: breaks unrelated software After installing xen-utils-3.4 besides my existing xen-3.2 system, I could not start xend-3.2 anymore. The message I was getting is this: "Failed to initialize dom0 state." As far as I know, xen 3.2 and 3.4 are supposed to be able to live peacefully on the same system. (The
2007 Mar 19
0
Having problems installing doomsday
Hello everyone, I'm quite new to Linux and I'm having a few problems installing Hearts of Iron: Doomsday. I'm using Ubuntu 6.10 and I downloaded and installed wine (version 0.9.22) from the "add/remove" application. I followed the instructions on how to install doomsday from the Wine Application DB: http://appdb.winehq.org/appview.php?iVersionId=5058 The first time I tried
2008 Jul 19
0
Winelib: How can I compile a Borland C++ Builder application on Linux using winelib?
Hi! I'm new to winelib. I'm trying to port a Borland C++ Builder 6.0 application, but I need VCL library: vcl.h. Any ideas?? I would want to make it run natively on Linux. The code is as follows: //--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop USEFORM("textS.cpp", TextStuff); USEFORM("aboutS.cpp",
2002 May 25
0
Winelib Control not installed
Hi, Doing cleanup in my tree, I see that control is not installed by 'make install' in /usr/local/bin. What should I do to install it ? ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
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
2006 Feb 19
0
winelib + g++ standard template library
I am porting a program from windows that uses both windows specific header files, like <winsock.h> and <process.h>, and c++ standard template library header files, like <string> and <vector>. I only have the g++ template library, and it depends on the gnu libc. However, the program I am building depends on the msvc libc. Thus I have impossible dependencies in the same
2005 Jan 22
0
Re: Compiling the MFC using Winelib
Well, from my recent experience with Winelib, I can tell you this: Winemaker currently sucks, and the makefiles it creates are nonfunctional and you'll have to redo them by hand anyway. Yeah. If I knew anything about how to fix it I just might be tempted to do so :) Thanks, Scott Ritchie On Sat, 2005-01-22 at 13:19 -0800, Dan Dennison wrote: > Building MFC for winelib has been
2002 Oct 31
1
winelib: porting Delphi apps
Just a (probably crazy) thought: What about porting Windoze apps that aren't written in C? I've got a Delphi application that currently runs under Virtual PC under OS 9.2 on an eMac (PPC Processor), which would run much faster without those OS layers in between. I don't really have a clue as to whether this really far-out-whacky or not cuz I am not really a Delphi, or, for that matter,
2008 Jul 20
0
Re: Winelib: How can I compile a Borland C++ Builder application
mikolajz wrote: > Winelib allows you to compile a Win32 application to an ELF binary that can be run directly on Linux No they can't be run directly on Linux. All Wine's programs are winelib (notepad, wordpad, winecfg, etc). Go ahead and run then directly (without Wine). Again I'm not talking about a binfmt magic with witch you can run even java programs "directly".
2003 May 30
0
Question re: winelib/MFC/ATL
Question: I've been trying to compile the MFC, using the advice offered on the winelib user's guide, but with little luck. Same with the ATL. My app has been working under Linux using straight wine, but I've been tasked to try and do a winelib build. Anyone have a good Makefile or source setup for the MFC 4.2 and/or the ATL? I'm really stuck. :( --
2004 Apr 12
1
Winelib rookie...
Hi! I'm trying to port a windows code to linux via winelib. After running winemaker I get the project files and run ./configure. At a certain point the following message appears on the console: checking for windef.h... configure: error: Could not find the Wine headers (windef.h) I have the windef.h file in a irectory named /usr/include/wine/windows/. Do I need to setup any environment
2008 Apr 30
2
WInelib download
Hi guys, i'm trying to download winelib package, where can i find it? Thanks.
2008 Jun 14
1
Porting with winelib - undefined reference to `WinMain'
Hello! I'm trying to port zCPU emulator (http://www.wiremod.com/forum/cpu-tutorials-programs/2956-zcpu-emulator.html) to Linux with winelib. This app is mainly console, but can draw some stuff using SDL. The problem is: compiles fine but when linking I get Code: /usr/lib/wine/libwinecrt0.a(exe_main.o): In function `main': exe_main.c:(.text+0x9d): undefined reference to `WinMain'
2001 Jul 09
0
compiling winelib and running configure
>'./configure --with-wine=/usr/bin \ >--with-wine-includes=/usr/include/wine \ >--without-wine-libraries \ >--prefix=./noarch \ >--exec-prefix=./linuxarch \ >--with-x \ >--cache-file='winemaker_config.txt' >It exits and returns >'configure: warning: --with-wine-includes=/usr/include/wine: invalid host type >configure: error: can only configure for one