1
vote
2answers
34 views
Random Delay When Printing to Dymo LabelWriter Turbo Via ShellExecute() [Solved]
I have an external program which takes in a few arguments (PrintLabel) which is called from my application using ShellExecute. PrintLabel is shown below. Sometimes it can take upwa …
1
vote
3answers
129 views
How to debug Delphi project?
I'm a .NET developer, but I have got quest - must find errors in Delphi project.
After opening a project (Borland Delphi 7) and trying to debug it ('Run' menu), I've noticed all …
0
votes
1answer
64 views
Borland C++ Builder compile error
I am using Borland C++ Builder 6, on an XP PC. When I compiled a software unit that made reference to crtdbg file, I received the following error messages:
/* Borland version of …
0
votes
2answers
76 views
Why can’t C++ Builder find my headers?
I am required to recompile a C++ builder project, and am come across this problem.
one of the unit contains the followings:
#include "LMDBaseControl.hpp"
#include "LMDBaseG …
0
votes
2answers
46 views
Borland C++ 5.02 & Windows 2003 Server
Firstly, I am not very familiar with C++ at all, let alone Borland. However I have been tasked with migrating our builds from an aging Windows 2000 box onto a Windows 2003 box.
I …
0
votes
1answer
127 views
How do I initialize number with NaN in Borland C++?
How do I initialize number with NaN in Borland C++?
duplicate: Using NaN in C++?
0
votes
3answers
144 views
Dllimport can’t import an old Borland dll
I have a lot of legacy code which I currently compile using an antiquated install of Borland C++ 3.0.
There's a rules engine in this code that I'd like to extract and use in a C# …
0
votes
2answers
83 views
borland c++ builder how to make exe file with packages
I don't know how create application to run on comp with no instaled borland builder software
0
votes
1answer
44 views
Borland C++ localization
I am currently using Codegear RAD Studio 2007. One of my company clients' decided that he would be interested in localized version of our software (to Russian - I don't know if it …
1
vote
0answers
63 views
Crystal Reports seems to have an 80 section per group limit
Crystal Reports seems to have an 80 section per group limit
Environment:
Microsoft Windows XP
Professional
Version 2002
Service Pack 3
Crystal Reports XI (Release 1)
…
1
vote
5answers
209 views
Delphi 3 to SQL 2008
One my clients has a system written in Delphi 3 and the database is Paradox. My job is to convert it to use SQL Server 2008. How can I make it connect to SQL 2008?
This is pretty …
7
votes
2answers
189 views
any code conversion tool for converting borland c++ to visual studio C++
I have a old windows application written in borland C++ 5.0. this uses the OWL library very much in it's code. this has to be ported to Visual studio 2005/2008 (C++ or C#). search …
1
vote
4answers
241 views
Borland Can’t Compile, what is going on, I can’t even get started
C:\BORLAND\BCC55\BIN>bcc32 hello.cpp
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
hello.cpp:
Error E2209 hello.cpp 2: Unable to open include file 'iostream'
Erro …
0
votes
2answers
188 views
How can I configure Vim to compile C code using Borland’s compiler on Windows?
I am new to the text editor Vim. I want to use it for programming
C. I am using Windows and the bcc32 compiler from Borland.
I cannot seem to get my C code to compile.
I think som …
0
votes
4answers
286 views
TADoConnection and pooling
Hello,
I am working on all application that uses multiple threads that access a sql server 2005 db, i am currently using implicit connections by setting up the connection string p …
