C++ Builder IDE >> using intel c++ compiler and debugger in Borland C++ Builder 6.0

by roger periat » Mon, 05 Dec 2005 16:04:17 GMT

Hi there,
For one project we have to switch to the Intel Compiler & Debugger.
I would like to use the editor of bcb.
Has anyone did that before?
Thanks!
Roger




Similar Threads

1. Calling a M- file using mexCallMATLAB from Borland Builder C++ 6.0 - MATLAB

2. using matlab within borland builder C++ 6.0

On 17 Aug 04 02:16:29 -0400 (EDT), Frederik Desplentere wrote:
>Hello,
>I have the following problem:
>I wrote a program in Borland Builder C++ 6.0. In this program, I need
>a cholesky decomposition (heavy mathematical stuff). For this reason,
>I use matlab to perform this calculation. Before, I did everything
>manually. Now, I want that my borland builder program automatically
>executes the cholesky3D.m file which contains all the matlab
commands.
>I don't have in- or output parameters, as everything is stored in
text
>files.
>To do so I did the following:
>I linked the file libmex.lib
>include 'mex.h'
>mexCallMATLAB(0,NULL,0,NULL,"cholesky3D");
>
>but this resulted in the following error.
>
>
>[Linker Error] 'C:\MATLABR11\SYS\LCC\MEX\LIBMEX.LIB' contains invalid
>OMF record, type 0x21 (possibly COFF)
>
>Does somebody has a solution for my problem or a small example
program
>in Borland builder c++ in which a matlab program is called.
>
>thanks in advance





hi fred

i have a problem about the same issue. i m interested in the replies
about that. if you have just one or more solutions, please forward me
them. 

thanks 

3. Using SQL Server with Borland C++ Builder 6.0 - Delphi VCL Component

4. problems to compile a program written in Builder C++ 1.0 in Builder C++ 6.0

I have problems to compile a program written in Builder C++ 1.0 in 
Builder C++ 6.0.

Is builder C++ 6.0 backward compatible?
Do I have to set up any compiler parameters?
Can I get a free copy of Builder C++ 1.0 from any site legally?

5. Intel compiler + /useenv parameter (Visual C++ 6.0)