borland

Visual Studio can't find 'Borland.Janeva.Services' when running tests

I have an asp.net mvc application with typical unit tests attached. When unit tests run on the main developer's machine, all is well. When the junior guy tries to run them it throws: Warning: Test Run deployment issue: The assembly or module 'Borland.Janeva.Services' directly or indirectly referenced by the test container 'c:_code[m...

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) Calling the Crystal Reports Engine crpe32.dll version 11.0.0.1445 Via Crystal VCL 11 libraries Via Borland C++Builder 6 Enterprise Suite Version 6.0 (Buil...

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# .NET application. The thing is, if I extract the rules engine into it's own DLL, I want to be able to call this DLL from both the existing legacy code which I...

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 ...

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++? ...

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 have a problem with a C++ build. When built on 2000 or XP, the compiled DLL works fine when tested. However the output from the Windows 2003 box does not work...

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 "LMDBaseGraphicControl.hpp" #include "LMDBaseLabel.hpp" #include "LMDBaseMeter.hpp" #include "LMDControl.hpp" : When I compiled this unit, I got the followi...

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 Microsoft CRTDBG.H header file This is used by MFC and ATL. */ /* * C/C++ Run Time Library - Version 11.0 * * Copyright (c) 1999, 2002 by Borl...

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 debugging options are inactive (gray). How can I make it usable? ...

Virtual Treeview in RADStudio 2007

Hi all, I succesfully built Virtual TreeView under RADStudio 2007 to use it in Delphi project, but I cannot get it to work in C++ projects. Any help highly appreciated!!! ...

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 upwards to 15 to 20 seconds to print a label. It seems to get worse over time. If the PC is rebooted, then the printing speeds up again but it gets slower over tim...

Delphi 5 IDE command-line return codes

I am attempting to automate some legacy Delphi 5 builds with an MSBuild script, and am having trouble capturing errors. Thinking there was some issue with the MSBuild passing, I also tried a batch file and am still receiving back passes (0) when the build should fail (1). %2 is the path to delphi and %3 is the project name. REM delphi...

using Visual C++ code in Borland c++

hi, I was using C to display a sentence in three lines. The piece of code which worked successfully in VC++ is giving an unexpected output in Borland C++. The ouptut is a charcter array of size n. In the output I could receive more than n characters for the array. How can I avoid this? ...

Install a .bpk into Borland C++ Builder from the command line

I am attempting to install a .bpk package into the Borland C++ Builder 5 IDE from the command line. I am sure that this is possible, as we have some third party components that manage to do so, but I have not been able to figure out the required steps. Any pointers are appreciated! ...

Borland Assertion failed in local_unwind()

I have a comms server that is supposed to run for an indefinite amount of time. However, it sometimes errors with Assertion failed: !"bogus context in Local_unwind()", file xx.cpp, line 2262 which is followed by Abnormal Program Termination after which pressing ok causes the program to disappear. This problem happens interm...

StarTeam Integration with Visual Studio under windows Vista is being closed?

When the Solution is checked out from the StarTeam project to the local working folder, the Visual Studio 2005 IDE is closed automatically. Is there any patch for this? ...

Reading response data from TCppWebBrowser in Borland Builder

How to I access the data returned on a web page using the TCppWebBrowser component in Borland Builder 6.0? I have succeeded in posting data using the sample at: http://edn.embarcadero.com/article/27519 ...

How to convert string from cp1250 to utf-8 in Borland C++ Builder 6

Hi, I maintain an application written in Borland C++ 6. This app is using SQLite database. I am now extending it, so it can be used by unprivileged users, and so I had to move the database file to the home user directory. Unfortunately some of users have Polish national characters in their names, such as ą,ć,ę and some more. The syst...

Link error in Borland 6.0

Got Link error (Fatal: Access violation. Link terminated) in Borland 6.0. How do I know what is the cause of it ? Is there any output file that I can open and get more informative message ? ...

Link error in Borland

Hello Got Link error (Fatal: Access violation. Link terminated) in Borland 6.0. How do I know what is the cause of it ? Is there any output file that I can open and get more informative message ? Thanks in advance. ...