TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Mark on December 08, 2003, 02:24:32 PM

Title: Compiling ARX
Post by: Mark on December 08, 2003, 02:24:32 PM
Can you compile an ARX _without_ using VC++ 7? I am interested in using http://www.mingw.org/
Title: Compiling ARX
Post by: JohnK on December 08, 2003, 02:35:18 PM
I think Cornbread was working on a tutorial using bloodshed as the GUI. As far as not using a GUI, im not sure.
Title: Compiling ARX
Post by: daron on December 08, 2003, 03:22:32 PM
First, are you aware that an Arx file is just a dll with a different name?
Title: Compiling ARX
Post by: JohnK on December 08, 2003, 03:28:40 PM
LMAO! Yes Daron, he knows that.  (An arx is a Cpp dll)
Title: Compiling ARX
Post by: daron on December 08, 2003, 03:36:35 PM
Ah, I hadn't checked the link that clearly states that. I switched profiles to this awful sub-black for a bit and the links aren't as obvious as they are in cobalt. I'll be migrating back to cobalt soon.
Title: Compiling ARX
Post by: Mark on December 08, 2003, 03:38:39 PM
Quote from: Se7en
I think Cornbread was working on a tutorial using bloodshed as the GUI. As far as not using a GUI, im not sure.

Since bloodshed uses mingw it should work. :D  Were is cronbread when you need him........
Title: Compiling ARX
Post by: Keith™ on December 08, 2003, 04:55:50 PM
I use VC++ 6.0 with ObjectARX
Title: Compiling ARX
Post by: JohnK on December 08, 2003, 05:35:38 PM
:? (What does that have to do with anything?)

He wants to use mingw not MS.
Title: Compiling ARX
Post by: Keith™ on December 08, 2003, 06:47:10 PM
I suppose that if you get the thing configured right it will work. The real problem is getting the libraries set up so it will compile correctly. Personally I am not sure if the ObjectArx precompiled files will work on mingw or not.