similar to: Getting started developing for Wine.

Displaying 20 results from an estimated 1000 matches similar to: "Getting started developing for Wine."

2008 Aug 22
8
Mac OSX (10.5) & wine w/ OpenGL - Info & Issues
Firstly, hello everyone! I'v been using wine under OSX for some time, using macports to install it and it works quite nicely (except for an issue with windows sliding down the screen, which can be fixed by setting a desktop area in winecfg). Sadly I'v not been able to get OpenGL support working. (I am using OSX 10.5.4 with XQuartz (http://xquartz.macosforge.org/trac/wiki) 2.3.0, which is
2006 Apr 18
3
Join Queries? - find() or find_by_sql()
Hi All, Is there a way to do join queries with find() or is it best to use find_by_sql() instead? I''m looking to do something like: SELECT winery_name, wine_name FROM winery, wine WHERE wine.winery_id = winery.winery_id AND winery.winery_name LIKE ''Borg%''; Thanks! : ) Jason
2008 Aug 12
8
Who am i? and where is C:?
Hello, I just started using linux a cpl days ago, still trying to wrap my head around things and of course not willing to part entirely with windows :P I'm a student studying Software dev (c++, Java) and Database design. I installed Wine just now, and notepad++ i directed installation to C:/Program Files/Notepad++, under install ticked %APPDATA% as i assumed Wine would actually create a
2011 Jun 30
4
Trying to learn Wine and command lines
Hi, I'm new to Wine and command lines in general and I'm trying to learn how to use it. To start I installed the demo for Armageddon Empires (a seriously awesome game, check it out) and now I'm trying to run it. When I'm in my Wine program files I can see a folder called Cryptic Comet (makers of Armageddon Empires) but when I try to cd or any other command to get to the Cryptic
2008 Aug 24
3
Virtual Disk Size for C drive in wine
I start to install my program and I get an error that I have no space available.. 1 gig free on my Puppy system.. and the program only needs 75 megs... how can I change the settings in wine to show more megs. wine 0.9.22
2011 Apr 05
4
Re: Installing NWN on MacOS 10.5
Xquartz problems is one reason in Wineskin Engines I have a custom built version of Xquartz... it doesn't use your systems installed X11 or Xquartz version... much like Crossover builds in their own X server as well. As to getting it to work in Wineskin... the NWN wrapper I made that is around comes with directions on how to get the game inside of it... then its just a mac app. Its not
2009 Apr 02
5
Error in starting "wine file" in x86_64 FC10 env
First the following errors are logged in dmesg: [ 31.891848] mtrr: base(0xc0000000) is not aligned on a size(0xff00000) boundary [ 32.343580] Xorg:3090 conflicting memory types c0000000-cff00000 uncached<->uncached-minus [ 32.343585] reserve_memtype failed 0xc0000000-0xcff00000, track uncached, req write-back [ 32.344431] Xorg:3090 conflicting memory types fd000000-fe000000
2009 May 12
1
Starcraft install won't run
Hello fellow wineries! I am not new to Linux, have been using a few years now, however I am not an expert my any means either. I am attempting to run Starcraft (Blizzard) in wine on my Debian system. The install will not run. I have tried several different compatibility types (win95, win98, XP among others) but with no avail. The install.exe (or setup.exe) on the cd will not run. It opens up
2010 Nov 24
1
thought this was about the drink
I am such a n00b I did not think about this as an application. What is wine for anyway care to share and educate a person who seems to be lacking the proper knowledge ? Would a kind soul mind pointing me in the right direction to forums for the drinkable wine ? I would like to check some reviews of my favorite winery. Sorry about the confusions!
2010 Aug 03
4
Lucerne
AKA, the Unified Kernel Project, out of China! This patches the linux kernel to provide windows kernel-level services in parallel to linux services and patches wine to use these rather than emulate them. Anyone used, had success with this? Worthwhile? Patching kernels, while not for all newbies, is fairly quick and hopefully painless, at least in Debian. Patching wine is a big job. Since any
2005 Dec 01
3
Google Earth vs KERNEL32.dll.IsWow64Process
Brian Litzinger schrieb: > I'm trying to run Google Earth (tried current + two previous versions). Install it via the Winetools http://www.von-thadden.de/Joachim/WineTools/ and it should work. Sven
2017 Apr 19
2
Using Icecast relay function with dynamic IP at remote source end
For our community radio station's live music festivals broadcasts, we set up a small broadcast studio at the festival's venue, and use B.U.T.T. to send a stream to an Icecast server located at the radio station's building. REMOTE LOCATION STATION BUILDING B.U.T.T. ======= WAN =======>> ICECAST SERVER It's pretty reliable, though BUTT does
2008 Mar 31
3
Using wine to show the System Call Order
Hi, Is it possible to use Wine (or its debugging feature) to display which system calls are made and the order in which the system calls are made? I am trying an experiment involving the use of the order in which system calls are made to help determine if a win32 executable might be malicious. Thanks!
2008 Aug 10
2
Did I break Wine?
I am new to linux, and even newer to Wine. I installed Wine on Ubuntu 8.04 with Synaptic to try and install Kidzui for my kids, which didn't work, because Kidzui requires Flash Player 8.0 and higher. Anyways, I uninstalled KidZui, and then uninstalled Wine. However after the removals, I still had a Wine>Installed Programs>Kid Zui entry showing up in my application menu. So, I went
2017 Apr 19
2
Using Icecast relay function with dynamic IP at remote source end
Hey, The relay easiest to configured in a pull configuration. Where the setting are setup on the remote server. Since the client is on WiFi, you will have lots of issues streaming due to the ever changing wifi environment. My suggestion is source the stream at the lowest settings for encoding you can live with, This will keep the bandwidth down and less likely burp on you. We do have
2004 Dec 16
3
asterisk on FC3
Hello, Since FC3 has been a very recent release I was just wondering if there are issues related to asterisk installation on FC3. Thanks Varun
2015 Oct 14
1
Edit icecast.xml while server running
Good morning! On Tue, 2015-10-13 at 08:02 -0700, Jack Elliott 541 848 7021 wrote: > On 10/12/2015 10:23 PM, Philipp Schafft wrote: > > Good morning, > > > > On Mon, 2015-10-12 at 07:16 -0700, Jack Elliott 541 848 7021 wrote: > >> When running Icecast server on a Windows machine, I find that I can > >> edit icecast.xml while Icecast is running, but must stop
2007 Jun 17
2
Sending changes to winelib ?
I have a little program coded for windows, and I want to compile it using winegcc. Unfortunately, some functions are not implemented in winelib, and I have to tweak some files. So, How do I submit those changes ? I found nothing on the WineHQ site. SO, if someone knows where to redirect me, I can do it alone! ___________________________________________________________________________
2007 Mar 19
2
Counter-Strike won't work with 9.0.17
Odd problem. When trying to connect to an internet server in CS running on wine 9.0.17 I get the error "Your version does not match the servers. Please restart game". (Just to clarify, it is CS itself that throws this error) I also tried Team Fortress Classic with the same result. I can create a local game server without a problem, but can't connect to any internet game.
2008 Nov 10
3
Universal naming convention
Hello ppl I want to start to study wine code so that i can do some changes in the UNC - Universal Naming Convention code. Who can help me ? or point some guidelines?