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 SkipVought 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: *

  1. tazforcenz

    access violation error

    Chris, the error does appear everytime I close. I then tried, on the Project Options screen, to select 'Use dynamic RTL' and kept unselected the 'Build with runtime packages' option. The application now doesn't have the error. I will still try your suggestions and see how it goes. Just want to...
  2. tazforcenz

    access violation error

    There are only three events in the main form. No code in OnClose, OnDestroy. In FormShow the code rearranges the main screen buttons and also loads a different background imaged based on the screen resolution of the user. ********************* void __fastcall TSDIAppForm::FormCreate(TObject...
  3. tazforcenz

    access violation error

    I get an access violation error (full error below) when exiting the application. Project BRM.exe raised exception class EAccessViolation with message 'Access violation at address 005F6F88. Read of address 0193FFDC'. Process stopped. Use Step or Run to continue. This error only appears when I...
  4. tazforcenz

    We have a program in C++ Builder wh

    We have a program in C++ Builder which connects to an Access 2000 database through ODBC and uses the SQL statement below. I get an error "General SQL error. [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression" when this statement is run on the client's...
  5. tazforcenz

    Type mismatch error on some machines

    I have written a program in C++ Builder which connects to an Access 2000 database through ODBC and uses the SQL statement below. I get an error "General SQL error. [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression" when this statement is run on the...
  6. tazforcenz

    illegal operation with EXE application

    All it needed was to have BDE installed. Thanks James for the suggestion.
  7. tazforcenz

    illegal operation with EXE application

    Can anyone please give me an idea on what's causing the illegal operation errors. The developer wrote the application using BCB 5 Pro on a Win98SE machine and I'm trying to release the EXE to a client's standalone machine. When compiling the EXE, I initially used the defaults on...

Part and Inventory Search

Back
Top