Author |
Message
|
SpitFire |
Posted: Tue Aug 02, 2005 1:29 am Post subject: choice of compiler |
|
|
 Acolyte
Joined: 01 Aug 2005 Posts: 59 Location: India
|
I am having MQSeries5.3 installed on Windows-XP (with SP2). I would like to know what compilers can be used to develop C programs to interact with MQ. I am using right now "dev-cpp" compiler; but it is throwing linker error when I try to compile and run the program.
Am I overlooking anything? |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Aug 02, 2005 1:53 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Check out:
http://www-306.ibm.com/software/integration/websphere/mqplatforms/supported.html
and then select your product version which will get you to:
* Microsoft Visual C++ V6.0
* Microsoft Visual C++ for .NET V7.0
* Microsoft Visual Studio .NET 2003 (for C and C++, C# and VB.NET programs)
* IBM VisualAge COBOL Enterprise, V3.0.1
* IBM VisualAge PL/I for Windows, V2.1
* Micro Focus Net Express V3.0, V3.1
* Microsoft Visual Basic V6 |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 02, 2005 3:13 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Microsoft is offering the Visual C++ compiler for free these days. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Aug 02, 2005 5:36 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
jefflowrey wrote: |
Microsoft is offering the Visual C++ compiler for free these days. |
Free? There has to be a catch..... |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 02, 2005 5:40 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
bower5932 wrote: |
Free? There has to be a catch..... |
jefflowrey wrote: |
Microsoft |
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Tue Aug 02, 2005 9:34 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
bower5932 wrote:
Free? There has to be a catch.....
jefflowrey wrote:
Microsoft
 |
|
Back to top |
|
 |
sebastianhirt |
Posted: Tue Aug 02, 2005 11:49 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
jefflowrey wrote: |
bower5932 wrote: |
Free? There has to be a catch..... |
jefflowrey wrote: |
Microsoft |
|
I have to confess that I like Microsoft....
Some things they do is pretty weird, though. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Aug 02, 2005 8:51 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
All,
Quote: |
Free? There has to be a catch..... |
You can only build console applications with the free MS C/C++ compiler.
Quote: |
I am using right now "dev-cpp" compiler |
Dev-CPP uses MinGW (GNU GCC) to compile and link C & C++ applications.
I use MinGW (and Eclipse) with MQ to build C applications without any problems.
If you are trying to build C++ applications with MinGW then you should have searched this site because there are a bunch of posts about how this is NOT possible. (I'm not a C++ guy but it has something to do with mangled libraries.).
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|