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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Felix25

  1. Felix25

    Action Link Terminated Message

    There was an error in my first message. The erroe message I'm getting is "Fatal Acces Violation: Link Terminated". But like I said before, this happens every two or three times.
  2. Felix25

    Action Link Terminated Message

    I have a little problem. When I build my application there are no error buuuuutttt every two or three time I get the following message "Action Link Termninated". Once it happens, I close C++ Builder and then the problem is gone. Then it happens againg.
  3. Felix25

    Porgress Bar when Reading a file

    I would like to know how do I make a progress bar to indicate the status when reading a file. Since I haven't read the file I don't know the number of records, and I can't specify a Max value for the progress bar... I appreciate your help....
  4. Felix25

    Reading a File once it was opened

    Hi! I wonder if I need a preprocessor directive for doing this, When I run the code step by step teh compiler ignores(skips) the following lines. FILE *fp; fp = fopen( CFDFileName.c_str(), "r" ); thanks
  5. Felix25

    Reading a File once it was opened

    Hi! I trying to find out how to read a file once I opened already with a Open File Common Dialgog box. I already opened doing: void __fastcall TMain_Menu::ButtonBrowseCFDClick(TObject *Sender) { AnsiString CFDFileName; if (OpenCFDDialog->Execute()) { CFDFileName = OpenCFDDialog->FileName...

Part and Inventory Search

Back
Top