Author |
Message
|
emiranda |
Posted: Wed Nov 26, 2003 9:02 am Post subject: Free COBOL and C compilers |
|
|
 Disciple
Joined: 21 Nov 2002 Posts: 196 Location: Dublin, Ireland
|
Hi all,
Does anybody knows a C compiler and a COBOL compiler that work with MQ and can be downloaded for free?
Thanks  _________________ Warm Regards,
EM |
|
Back to top |
|
 |
JasonE |
Posted: Wed Nov 26, 2003 9:13 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Just remember that "works" and "supported" are very different things.
eg. I would expect almost any C compiler to "work" but there are very few supported (customer demand / requirements). C++ is trickier because name mangling is different on different compilers sometimes, so we end up producing libraries for each compiler.
You also didnt mention a platform.... eg. WMQ for Linux (Intel) seems to support GNU C, which is free (http://www-306.ibm.com/software/integration/mqfamily/platforms/supported/wsmq_for_linux_intel_5_3.html) |
|
Back to top |
|
 |
emiranda |
Posted: Wed Nov 26, 2003 9:22 am Post subject: |
|
|
 Disciple
Joined: 21 Nov 2002 Posts: 196 Location: Dublin, Ireland
|
The platform is Windows 2000 box, and the support needed is very simple, just for an informal training. _________________ Warm Regards,
EM |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 26, 2003 9:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Borland is also making it's C compiler available for free. I don't know how compatible it is with MQSeries these days, though. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Dec 02, 2003 8:44 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Did you review the collection of compilers for Windows at my web site?
I have used all with MQ (except for Perl). I currently use MinGW with Eclipse for C development and Sun's JDK with Eclipse for Java development.
Note: The Fujitsu COBOL compiler is free for "educational use".
The web site is at:
http://www.capitalware.biz/pc_win_dev.html
later
Roger... _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
emiranda |
Posted: Wed Dec 03, 2003 2:45 am Post subject: |
|
|
 Disciple
Joined: 21 Nov 2002 Posts: 196 Location: Dublin, Ireland
|
The client has licences for MS Visual C an IBM COBOL Visual Age he even known!
I'll check your site for futher implementation.
Thank you!
Rgds  _________________ Warm Regards,
EM |
|
Back to top |
|
 |
Michael Dag |
Posted: Thu Jun 17, 2004 9:22 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
Thought this would be an appropriate addition to this post...
Free! Microsoft Visual C++ Toolkit 2003
http://msdn.microsoft.com/visualc/vctoolkit2003/
The Microsoft Visual C++ Toolkit 2003 includes the core tools developers need to compile and link C++-based applications for Windows and the .NET Common Language Runtime:
* Microsoft C/C++ Optimizing Compiler and Linker. These are the same compiler and linker that ship with Visual Studio .NET 2003 Professional!
* C Runtime Library and the C++ Standard Library, including the Standard Template Library. These are the same static-link libraries included with Visual Studio.
* Microsoft .NET Framework Common Language Runtime. Visual C++ can optionally build applications that target the Common Language Runtime (CLR).
* Sample code. The toolkit includes four samples designed to showcase the powerful new features of the 2003 version, including new optimization capabilities, features to improve code-security and robustness, enhanced ISO C++ standards support, and the ability to use the .NET Framework library and target the CLR. _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
|