Search:

Type: Posts; User: dfghjk

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    7,133

    I have a real installer and I was using it. The...

    I have a real installer and I was using it. The problem was not with the installer, but that I did not know what files I needed to include with it. The help file for the component that had...
  2. Replies
    5
    Views
    7,133

    Thanks for the tip. I finally figured it out. ...

    Thanks for the tip.

    I finally figured it out. What I did was I went to http://www.dependencywalker.com/ and downloaded their program. I had found that I only needed to register the VCFI32.OCX...
  3. Replies
    5
    Views
    7,133

    Program Deployment and DLL/OCX Files?

    I made a program in Borland C++ Builder 6 and the program uses a ActiveX control (VTChart). The program works fine on computers with Borland installed, however; not on other machines. I receive the...
  4. Replies
    8
    Views
    1,672

    I have made some changes to my program. I am now...

    I have made some changes to my program. I am now using a Flex file to parse my input and simply drop the names into a linked list for sorting and duplicate removal.

    Thanks for the ideas!

    I...
  5. Replies
    8
    Views
    1,672

    I didn't want to do this, but I have found where...

    I didn't want to do this, but I have found where my code is hanging. I figured it would be easier for you guys to see what I mean. I have made a couple of small changes to the main loop.



    ...
  6. Replies
    8
    Views
    1,672

    Each line is an arbitrary length. I read in the...

    Each line is an arbitrary length. I read in the rest of the line in // Do Stuff.

    I use line as an array because I want a specific character and I only need to read that far into the line to see...
  7. Replies
    8
    Views
    1,672

    I was using getlines, but I had some issues with...

    I was using getlines, but I had some issues with it. I'll give it a try.

    I'll stick with character arrays simply because I need to get 14 characters. I'm looking for a certain character at the...
  8. Replies
    4
    Views
    8,271

    Thanks!!! I'll be looking into those, I have...

    Thanks!!!

    I'll be looking into those, I have other stuff to work on now, but it's a start when I can get to it.
  9. Replies
    8
    Views
    1,672

    .get Member Function and EOF???

    I have a set of log files that I need to read through line by line. I have multiple files that need to be read. Once one file is finished I need to close it and open the next and read it line by line...
  10. Replies
    4
    Views
    8,271

    If there had been something helpful in the help...

    If there had been something helpful in the help file, I wouldn't have come here.
  11. Replies
    4
    Views
    8,271

    Ballon Tips in C++ (Borland C++ Builder 6)

    I am using Borland C++ Builder 6. I would like to do away with ucky message boxes and repleace them with balloon tips when applicable.

    Does anyone know how to make balloon tips in Borland C++...
  12. Replies
    0
    Views
    1,423

    Changing VTChart Fill Color?

    I am using Borland C++ Builder 6 and using the VTChart to make some nice graphs and such.

    My problem is that I seem to be unable to find a way to change any of my data series' fill color. I have...
  13. Replies
    14
    Views
    9,499

    I guess I'll have to read up on the string class...

    I guess I'll have to read up on the string class this summer. I'm sure I'll like it, I have always had grief with char arrays and their programmer-unfriendliness.

    For now, I have made a simple...
  14. Replies
    14
    Views
    9,499

    I'm another one of those people. I was never...

    I'm another one of those people. I was never taught the string class because the instructor felt that it had issues (which we weren't told about). I have never had any troubles using char arrays and...
  15. Replies
    14
    Views
    9,499

    That was what I was going to do if there wasn't a...

    That was what I was going to do if there wasn't a function in existence.

    Thanks for the help guys!!!

    I appreciate it. Had I not come here, I would have always wondered if there was some other...
  16. Replies
    14
    Views
    9,499

    When I tested out that code, I received "1" as my...

    When I tested out that code, I received "1" as my output.

    Thanks for the suggestion, however; I am not using the string class. I prefer to manage strings myself as char arrays.

    What is that...
  17. Replies
    14
    Views
    9,499

    String and Floating Point Conversion Help

    Hello, I am having some trouble with converting strings to currency/floats.

    First off I calculate monetary values at runtime and display them on a stringgrid by using FloatToStrF(<value>,...
  18. Replies
    0
    Views
    1,100

    StringGrid with Pulldown?

    I am using Borland C++ 6 and I am currently using a StringGrid to display some data. When a user enters data into the fields I would like to be able to select an option from a pulldown menu...
Results 1 to 18 of 18