Hello,
Does anyone know how to force a model view refresh? Someone told me that in visual studio you can delete a few files and that will force the app to refresh. Is there anything similar in builder? For normal projects, I get a nice refresh button. However, since this was an upgrade...
OK,
I have C++ builder 2007 and the evaluate modify is driving me insane! I know I can do cntrl F7 on any integer value, click evaluate, type in the new value and do modify and everything is perfect.
For some reason, I cannot do the same thing for a string. For example if I have a...
hello,
I am migrating from BDE to ADO. I have the following BDE Code
try
{
Session->GetTableNames(database->DatabaseName, "", false, false, TableList);
if (TableList->IndexOf(TableName) >= 0)
{
retVal = true;
}
}
catch(EDBEngineError &e)
{
}
delete TableList;
return retVal...
Hello,
OK, so I am upgrading from a program that was built on C++ builder 4 and I am using builder 2007. I am curious that I may have something wrong with the settings in my IDE because this program is behaving differently than the original.
Essentially, I am working with an MDI...
Hi,
This should be a very basic question. On a groupbox on the form, for example
TGroupBox *GroupBox1;
if I do
someVar = GroupBox1->Height;
I should get the value of the height of the goupbox as drawn on the form, correct? This is confusing me because I'm upgrading a project that uses...
Hello,
I've been working on a package from an old legacy project. To my understanding, the package creates a red colored button...maybe more.
I had to change the package to get it to build. Once that was done, I installed the package by using Component->Install Packages and added the...
Hello,
My project is using the BDE (borland database engine) and when I get to the point where the database object is set
Database->Connected = true;
an exception is thrown by the debugger that states 'General SQL error. Out of Memory.'
does anyone know what this means? The alias...
Hello,
I'm trying to debug an old project. When I add a break point the program will execute up to that breakpoint fine. At that point if I do trace, step over, or step into I get prompted for several *.pas files. Google leads me to believe *.pas is a pascal/delphi extension. Why would...
hi,
I am working on a project that is from around the 1995 era and it kepps choking on linking. The project says it requires VCL35.bpi and VCLX.bpi. I searched my computer and I can not find this reference anywhere. What can I do? Please,please help! Is there a way you change what...
Hello,
I've gotten this legacy code to compile that was on C++ builder 4. I'm working on the code using codegears 2007 builder. I've gotten the code to compile find but I get this
[ILINK32 Error] Fatal: Unable to open file 'VCL35.BPI'
I've searched my computer and I can not find this...
Hi,
I am working on an old project that was done in c++ builder 4. I am now trying to get the code to work in 2007. I am getting the same error during linking for all the files in my project. Generally, it is of this nature
[ILINK32 Error] Error: Unresolved external...
Hello,
When i try to compile a legacy project I get the following error.
Unresolved external '__rwstd::__rw_stdexcept_NoNamedException'
I think I have tracked it down to Rogue Wave software. Does anyone know how to remedy this?
Thanks
Hello,
I'm totally new to using borland. I need to make a decision based on getting Enterprise vs. Professional. The only thing I am unsure of is that the legacy program we are updating contains a call to DBtables.hpp . Is this included in the professional and enterprise versions? I...
Hello,
I am working on a legacy project that I think was done with Borland C++ builder 5.3 . Is there any place that I can get a trial of this software? Also, is there any place that I can look up the old versions of Borland to see if they will be compatable with XP?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.