Displaying 6 results from an estimated 6 matches for "bcc55".
Did you mean:
gcc55
2005 Jan 20
2
Compiling wxRuby 0.6 with Borland C++ Compiler
I''m trying to recompile wxRuby 0.6 using Borland''s C++ Compiler
(version 5.5.1).
So far I was able to do the following:
1) Recompile a working version of ruby V1.8.1 executable using bcc32
2) Recompile a working version of wxWindows 2.4.2 using bcc32
However for wxruby, I''m having some problems with the Makefile which I
fixed.
Now when I''m compiling the
2005 Oct 26
1
Borland C++ and [R] dyn.load() for windows
...e 31 of "writing R extensions":
void convolve(double *a, int *na, double *b, int *nb, double *ab)
{
int i, j, nab = *na + *nb - 1;
for(i = 0; i < nab; i++)
ab[i] = 0.0;
for(i = 0; i < *na; i++)
for(j = 0; j < *nb; j++)
ab[i + j] += a[i] * b[j];
}
I used
"bcc32 -Ic:\Borland\bcc55\include -Lc:\Borland\bcc55\Lib -u- -6 -O2 -WDE
c:\Borland\bcc55\convolve.c"
to get "convolve.dll". It seemed fine.
When I used dyn.load("C:\\Borland\\BCC55\\Bin\\convolve.dll") in R (Version
2.0.1 ), it seemed fine also, no warning or error messages. However, when I
use...
2001 Sep 10
1
Borland's bcc55 linker...
hangs when I try to build a simple HelloWorld app.
Am I doing something wrong or is it a known problem/bug?
If so, is there maybe a workaround?
2004 Dec 06
1
Path environmental variable
...not getting accepted. Reading the
documentation it should be put to something like "C:\Windows;C:
\Windows\System" at least, but Also if I put it to "", windows's applications
are launched. Instead I can't launch the borland's tools also if I put "C:
\Borland\BCC55\Bin" into the path.
I found that the sample config file doesn't set anymore the Path variable, but
I wasn't able to find where to config it now. sgml documentation still says
to use [wine]/"Path".
I also tried putting the unix directory which is then mapped to C:
\Borland...
2015 Aug 07
1
xapian 1.2.21 / MSYS-1.0.11.exe
...setup.exe
zlib (version 1.2.5) from gtk+-bundle_2.24.10-20120208_win32.zip
MSYS-1.0.11.exe
Perl v5.8.8 MSWin32-x86-multi-thread [built with Borland C++ Compiler 5.5 and dmake].
Danish ...(Pipen er blevet afsluttet.)
English ..(The pipe has been closed.)
$ export PATH=${PATH}:/c/programmer/borland/bcc55/bin:\
> /c/programmer/perl/5.8.8/bin/mswin32-x86-multi-thread
$ PKGNAM=xapian-core
$ VERSION=${VERSION:-1.2.21}
$ env CPPFLAGS=-I/c/programmer/gtk/include \
> LDFLAGS=-L/c/programmer/gtk/lib ./configure \
> --prefix=/c/xapian --sysconfdir=/etc --localstatedir=/var \
> --mandir=/c/xapi...
2004 Jul 12
0
Where does R search when source() ?
...lt;dmurdoch at pair.com>
| Cc: rhelp <r-help at stat.math.ethz.ch>
| Message-ID: <20040711161317.25358.qmail at web14828.mail.yahoo.com>
| Content-Type: text/plain; charset=us-ascii
|
| Hi,
|
| When I check the dll file by tdump, following error
| message was recieved.
|
| C:\Borland\BCC55\Bin>tdump Sample.dll
| Turbo Dump Version 5.0.16.12 Copyright (c) 1988, 2000
| Inprise Corporation
| Display of File SAMPLE.DLL
| ERROR: Invalid signature for an .EXE file - found
| 0C80, expected 5A4D
|
| Please help.
|
| Cheers,
| Utsav
|
|
| --- Duncan Murdoch <dmurdoc...