Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: leit0050
  • Content: Threads
  • Order by date
  1. leit0050

    Model View does not work

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

    String Evaluate/Modify is Killing me

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

    ADO exception catch

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

    MDI FormShow Event and Constructor order of execution

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

    ->Height property and->width property

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

    Access violation rtl100.bpl

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

    General SQL Error, out of memory

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

    2007 debugger always prompts for .pas

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

    Please Help VCL35.bpi and VCLx35.bpi

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

    Linking error vcl35.bpi

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

    Unresolved External for destructors linker error

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

    Rogue Wave function issue

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

    Enterprise VS. professional

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

    Old versions of builder

    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

Part and Inventory Search

Back
Top