Codeweavers Crossover application
-
sined13
- Gnoblar
- Posts: 4
- Joined: Thu May 06, 2004 3:00 am
- Location: Canada
Codeweavers Crossover application
Sincerely hoping this doesn't get flagged as spam.
If any of you are interested in running Windows application on your Mac or Linux box for free, check it out, otherwise disregard.
CodeWeavers is offering a fully licensed copy of their application for free for today only ( Tuesday Oct. 28 ) <---- edit: fixed smiley thingy
To understand why, just read the "Great American Lame Duck Presidential Challenge" paragraph at the bottom of:
http://en.wikipedia.org/wiki/CodeWeavers
Their application is here:
www.codeweavers.com
If any of you are interested in running Windows application on your Mac or Linux box for free, check it out, otherwise disregard.
CodeWeavers is offering a fully licensed copy of their application for free for today only ( Tuesday Oct. 28 ) <---- edit: fixed smiley thingy
To understand why, just read the "Great American Lame Duck Presidential Challenge" paragraph at the bottom of:
http://en.wikipedia.org/wiki/CodeWeavers
Their application is here:
www.codeweavers.com
-
sined13
- Gnoblar
- Posts: 4
- Joined: Thu May 06, 2004 3:00 am
- Location: Canada
- jacmoe
- OGRE Retired Moderator

- Posts: 20570
- Joined: Thu Jan 22, 2004 10:13 am
- Location: Denmark
- x 179
- Contact:
What's cool about CodeWeavers is that they contribute a great deal to the Wine project. 
However, for power users / programmers and other geeks, who really don't need all that holding hands, there's better options out there.
Like Games4Linux, Ubuntu Tweak and Wine-Doors.
However, for power users / programmers and other geeks, who really don't need all that holding hands, there's better options out there.
Like Games4Linux, Ubuntu Tweak and Wine-Doors.
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
- nikki
- Old One
- Posts: 2730
- Joined: Sat Sep 17, 2005 10:08 am
- Location: San Francisco
- x 13
- Contact:
The only applications I use Wine for are Photoshop (though I'm learning to love GIMP, I still need good 'ol PS for some things I just can't do in GIMP) and Internet Explorer (there are some sites, including my school's website (need this one to print out assignments), that don't work on Firefox). I was trying to get TF2 to work, but it seems that Wine can't get it to work on my graphics card (its pretty old, GeForce FX 5600). It does work on Windows though. The problem is that the nVidia drivers for Linux I use are old ones (71.x, new ones cause horizontal artifacts on screen).
This post may remind you of Lisp.
This post may remind you of Lisp.
- jacmoe
- OGRE Retired Moderator

- Posts: 20570
- Joined: Thu Jan 22, 2004 10:13 am
- Location: Denmark
- x 179
- Contact:
Like Nikki, I use Wine for the occasional IE session - and not much else.
The Linux equivalent of my favorite Windows programs kicks their asses! Better and more feature complete.
And you don't have to pay for the program, and the upgrades.
The only thing I'd use Wine for - but can't - is Visual Studio..
The Linux equivalent of my favorite Windows programs kicks their asses! Better and more feature complete.
And you don't have to pay for the program, and the upgrades.
The only thing I'd use Wine for - but can't - is Visual Studio..
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
- betajaen
- OGRE Moderator

- Posts: 3447
- Joined: Mon Jul 18, 2005 4:15 pm
- Location: Wales, UK
- x 58
- Contact:
I'm still waiting for my free serial number from them, but speaking of Visual Studio. How well do you think Win32 Ogre will run, and if it can run would it be limited to OpenGL or can we get some DirectX action in there?
I must say developing in Linux and simulated Windows at the same time is quite tempting.
I must say developing in Linux and simulated Windows at the same time is quite tempting.
- jacmoe
- OGRE Retired Moderator

- Posts: 20570
- Joined: Thu Jan 22, 2004 10:13 am
- Location: Denmark
- x 179
- Contact:
IIRC, Wine has support for DX9.
I'll give it a go when I get some time!
I'll give it a go when I get some time!
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
- nikki
- Old One
- Posts: 2730
- Joined: Sat Sep 17, 2005 10:08 am
- Location: San Francisco
- x 13
- Contact:
I can remember an article on the Ogre Wiki somewhere about cross-compiling for Windows from Linux using MingW.betajaen wrote:I'm still waiting for my free serial number from them, but speaking of Visual Studio. How well do you think Win32 Ogre will run, and if it can run would it be limited to OpenGL or can we get some DirectX action in there?
I must say developing in Linux and simulated Windows at the same time is quite tempting.
And jacmoe, you can use Code::Blocks! Its really good.
I used to use it before, but after seeing all those 'old' coders use a plain text editor and makefiles, I tried it out and I'm loving it. Now I'm a gvim+premake person. Its fast as hell. Once you get some good gvim plugins and a good tags file, nothing can stop you. I have a 'GenerateTags.sh' script for each of my projects, which calls ctags with the appropriate options. gvim can then use the tags file thus generated. I use the 'OmniCppComplete', 'NERDTree' (a cool file explorer), 'taglist' and 'MiniBufExpl' plugins extensively. gvim can even read 'make' output and help you with error fixing. Now, I just press 'F10' to build my code, 'F1' and 'F2' to switch between buffers (tabs), a quick Ctrl+L to switch to the taglist or a Ctrl+H (these are Ctrl and movement keys) for the file explorer. Any new config I think about, a little ':e ~/.vimrc' and paste it there.
Also, for added speed, I use a window manager called 'xmonad', along with a thing called 'dzen' to quickly open and switch between windows, and a menu program called 'dmenu' to quickly launch programs. I also use the 'vimperator' plugin for Firefox.
In all, the mouse is something I use very rarely nowadays. I use it mainly only for gaming and graphics stuff now. Gotta learn to love the 80+ keys I already have.
- jacmoe
- OGRE Retired Moderator

- Posts: 20570
- Joined: Thu Jan 22, 2004 10:13 am
- Location: Denmark
- x 179
- Contact:
If you digg the good old days of hard-core programming, paired with IDE ease of use, you gotta love CodeLitenikki wrote:And jacmoe, you can use Code::Blocks! Its really good.
I used to use it before, but after seeing all those 'old' coders use a plain text editor and makefiles, I tried it out and I'm loving it. Now I'm a gvim+premake person. Its fast as hell. Once you get some good gvim plugins and a good tags file, nothing can stop you.
I do use gEdit a lot, but VIM .. I can see the benefits, but I really don't have the time to learn all it's quirks.
Life is too short to read manuals, IMO.
Bash and gEdit will do the job most of the time.
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
- Nauk
- Gnoll
- Posts: 653
- Joined: Thu May 11, 2006 9:12 pm
- Location: Bavaria
- x 36
- Contact:
I recently looked at a lot of IDEs / editors because right now I am very much leaning to a migration to linux & D. At the end Eclipse + CDT / DDT seemed most convincing to me, least broken and the biggest amount of features, plus coming with the nice option like C::B that you don't have to change your habits switching between linux and windows.
ARTIFEX TERRA 3D - Artist-friendly, free and easy WYSIWYG realtime outdoor scene Editor & Painter
New loader now with Ogre::Terrain support: Addons for Artifex on SourceForge
MOC - Minimal Ogre Collision & Mousepicking
Simple TerrainMaterialGenerator for the use of standard Ogre material with Ogre::Terrain
Support me on Patreon
- nikki
- Old One
- Posts: 2730
- Joined: Sat Sep 17, 2005 10:08 am
- Location: San Francisco
- x 13
- Contact:
I dunno, but gvim ain't that hard to learn. Its only after using it for a while that you get good at it, but that doesn't mean that you can't use it for anything before you do get good at it.jacmoe wrote:If you digg the good old days of hard-core programming, paired with IDE ease of use, you gotta love CodeLitenikki wrote:And jacmoe, you can use Code::Blocks! Its really good.
I used to use it before, but after seeing all those 'old' coders use a plain text editor and makefiles, I tried it out and I'm loving it. Now I'm a gvim+premake person. Its fast as hell. Once you get some good gvim plugins and a good tags file, nothing can stop you.
I do use gEdit a lot, but VIM .. I can see the benefits, but I really don't have the time to learn all it's quirks.
Life is too short to read manuals, IMO.
Bash and gEdit will do the job most of the time.
Anyway, another advantage I forgot to mention is, if you use premake, you can edit the config files directly from within gvim (making it like an IDE), and you can do all of gvim's cool filename completion (open up gvim, type a path in your file and press Ctrl+X then Ctrl+F in insert mode) and substitution commands etc. in them. Never really liked the clicking around to edit include directories in IDEs anyway.