Displaying 20 results from an estimated 2000 matches similar to: "A program using Borland Interbase interface."
2007 Jan 13
0
problem with adding firebird/interbase support to PHP5
Hi,
I'm using CentOS since 4.2 on my server. Now, I need to add support for
firebird to PHP. I've installed PHP5 from Centos-contrib or Centos-plus. The
firebird2 was installed from sources (./configure && make && make install). I
tried to add "--with-interbase=shared,/usr/local/firebird" to php.spec but it
doesn't work :(. Can you please help me howto add
2009 Dec 21
1
Borland Database Engine (BDE)
I've installed Wine 1.1.35 on a fresh Ubunti 9.10 and attempted to install the BDE.
The BDE Administrator runs normally (BDEADMIN.EXE) but I'm unable to make any connections to our Firebird server - attempts to open the connection give me error "Vendor initialization failed" and "Cannot load an IDAPI service library. File GDS32.DLL".
I've put this file into the
2005 Oct 26
1
Borland C++ and [R] dyn.load() for windows
Hi,
I compiled a C program file on Borland C++ 5.5 compiler to get one dll output
(as instructed in the file readme.package).
The C program file is just the example on page 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
2003 Jul 08
2
OMF static LIBs for Borland ?
Hi,
I have a problem and I hope that someone, possibly someone from Vorbis
developing team, could help me out.
My question is:
"Are there OggVorbis static libraries in OMF format that can be statically
linked to a Borland C++ Builder compiled applications?"
Static LIBs that I found in Vorbis Win32 SDK are in COFF format, and
therefore I was only able to link dynamically to DLLs.
2006 Mar 25
0
Access Violation running an application calling Borland libraries vcljpg60.bpl & vcl60.bpl
Access Violation running an application calling Borland libraries
vcljpg60.bpl, vcl60.bpl.
I am using Wine 0.9.10 and Mandriva LE2005. Although I can run several windows
application successfully, I have never been able to run one - Heredis8 - that
seems to be using Borland libraries (vcljpg60.bpl, vcl60.bpl, and others).
The output from running "winedbg Heredis8.exe" is below. There
2001 Sep 28
0
Borland compiler issues
Where can I download stable RC2 source code? I've downloaded the nightly
CVS, but it seems unusable right now. The Windows SDK does not appear
to include source code or Borland compatible libraries.
One thing I've noticed about the nightly CVS code is that the nested
alloca() calls seem to confuse Borland's compiler. I had to change
code in mapping0_forward() from:
2001 Apr 05
2
Borland C++-5.5 (free) compiler does not install(?)
Hello!
I'm trying to install Borland C++ 5.5 free compiler into my RH7 Linux
box but I can't get it to work. Running the installer brings a blank
dialog with "Prev", "Next" and "Cancel" buttons but nothing more.. and
pressing the buttons doesn't do anything and the dialog doesn't close. I
waited for more than 15 minutes (I read it in FAQ
2001 Feb 22
1
Borland C++ 5 patch 1 and wine
Hy,
I'am trying to compile a little project with Borland C++ 5
on my redhat 7.0 box with the rpm package from linux-easy for wine.
The IDE is working correctly, compilation goes ok
but when comes time to link all object files together Borland c++ stop to
work. I tried to export project file and do a make, it is the same
problem ilink32.exe seems to hang....
Thanks for help
Jean-Francois
2006 Feb 02
1
Borland Database Engine related installer issue (Portal GT-D)
I am attempting to install the Portal GT-D mud client
(www.gameaxle.com) on top of wine-0.9.6-1.fc4 which I then
reconfigured using winetools-0.9-3jo after failing to install MS
Office XP Pro (which I never did get to work either, but I found some
references saying that it wasn't likely to). IE6 installed and runs
for what it is worth. I run the setup program in the style the wine
tools use
2000 Jan 21
1
DLLs using Borland
I wrote a DLL in C that does some MCMC stuff. It is compiled using
Borland's C++ Builder, version 3.0 (build 3.70) on a Windows 98 machine.
The DLL loads and runs just fine. But then if I subsequently call R's
plot() function, I get an illegal operation message and R crashes. In
fact, I've found that this happens even if I merely load the DLL, don't
ever run it, and then try to
2001 Sep 03
1
Borland Database Engine error.
hello everybody ,
somebody know where I can get more information about the error
" Borland Database Engine Error "
I have tried the SHAREDMEM...= "9000" solution but the problem persist
anybody know's anything ??
Thanks.
end
###################################################
## Universidade Cat?lica de Pelotas
##
2011 Jan 25
1
Borland Quatro Pro 5.0 for Windows help
I need to get this old Windows (3.1 era) version of Borland Quatro Pro v5.0 running so I can access old and important information.
Yes, this is an old program, but that should probably make it easier or more compatible (I would think). This version came out the year after wine was first created.
Here is the error I am getting when I install it (at the end of the installation process) and
2000 Aug 22
2
Borland modification
The following block in os.h needs to be changed for vorbis to work under
Borland:
Original:
#ifndef __GNUC__
#ifdef _WIN32
# define alloca(x) (_alloca(x))
# define rint(x) (floor((x)+0.5))
#endif
#endif
New:
#ifndef __GNUC__
#ifdef _WIN32
# ifdef __BORLANDC__
# include <malloc.h>
# else
# define alloca(x) (_alloca(x))
# endif
# define rint(x) (floor((x)+0.5))
#endif
2011 Jun 20
0
how to run Borland Turbo C in q4Wine
Hey guys,
i am new to the forum and first of all i want to say thanks for everyone
I have problem i want to run Borland Tubo C compiler in console under q4wine but unable to run it
i have done:
1-copy the pre-installed file to home directory
2-run console under q4wine
3-go to home directory
4-cd tc>>cd Bin>>tc
but use less
Any idea? how I start Turbo C with the q4wine GUI.
i
2011 Nov 15
1
Borland C++ Builder TForm->Show() problem
Hello, all!
My program is written on Borland C Builder 6
Not properly method TForm-> Show () works;
And on operational system Ubunto 10.10 it works properly, and already in Ubuntu 11.10 method TForm-> Show () works not properly.
Elements of a window receive focus of input from the keyboard, and the window remains not active!
The heading of a window and is not painted in color of an active
2010 Sep 03
1
Re: No printing - program in BPS Borland Pascal for Windows
I'm suspecting you are having a similar problem to what I have in Bug #23326 (http://bugs.winehq.org/show_bug.cgi?id=23326). From what I can see, Family Tree Maker (various releases of it) used a Borland toolkit for creating the programme, and that toolkit's print utilities have problems with Wine.
2008 Jul 17
0
workshop from borland problem
hi, all !
fedora 8, wine 1.0 installed
installed workshop 4.5 from borland, and i have the next problem:
- i don't see nothing in workspace area, and i can't build dialogs, as
example is the picture file attached.
how can i fix that problem ?
thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: workshopproblem.png
Type: image/png
Size: 17767
2008 Jul 19
0
Winelib: How can I compile a Borland C++ Builder application on Linux using winelib?
Hi!
I'm new to winelib. I'm trying to port a Borland C++ Builder 6.0
application, but I need VCL library: vcl.h.
Any ideas?? I would want to make it run natively on Linux.
The code is as follows:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USEFORM("textS.cpp", TextStuff);
USEFORM("aboutS.cpp",
2008 Jul 19
1
Re: Winelib: How can I compile a Borland C++ Builder application
N?stor Amigo Cairo wrote:
> Hi!
>
> I'm new to winelib. I'm trying to port a Borland C++ Builder 6.0
> application, but I need VCL library: vcl.h.
>
> Any ideas?? I would want to make it run natively on Linux.
You can't. Winelib still requires Wine to run it. It's a library not an executable. If you want to write native Linux application that can run by itself
2010 May 17
7
No printing - program in BPS Borland Pascal for Windows
Hello,
I am trying to use an accounting program specifically written for the management of local churches in Belgium.
The original program was written in BPW Borland Pascal for Windows. When a print command is given, absolutely nothing happens. When using the notepad under Wine, printing is ok.
I am wondering if someone has met a similar problem. What could I do to print the output of the