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

    Debugging memory leaks

    Here is an example of the errors I'm trying to correct: {3208} normal block at 0x00F452D0, 17 bytes long. Data: <GGARRISON > 47 47 41 52 52 49 ... This information is given after memory leaks on detected and the debugger dumps the objects. Can anyone give any general tips on resolving...
  2. gmgarrison

    Simple casting question

    I've got a numerical value stored in a CString that I'd like to have in a double. What's the most accurate way of casting? Thanks in advance... greg
  3. gmgarrison

    Setting CListCtrl items before control is displayed

    I have a dialog with a list control on it and I'd like to add a button that would bring up another dialog with a second list control which would display only the selected items from the first dialog. Every time I try to access the control variable of the second list control, however, I get a...
  4. gmgarrison

    How do you access the registry from c++?

    You can also check out CHKLM or CRegistry from www.codeproject.com. Greg
  5. gmgarrison

    How to get text from CEdit in another application

    I don't know if this is the best solution, but you could tie the edit box to a variable and write the variable somewhere in the registry and have the other application pull it out from there. If you're interested in some good registry wrapper classes, check out www.codeproject.com. Let me know...
  6. gmgarrison

    Tab Control Help

    Hey all, I'm trying to use a tab control in a dialog-based application I'm writing and it's becoming a bit confusing. I understand that it's somehow based on PropertySheet and PropertyPages, but I'm having trouble because I don't understand what you do in Resource editor and what you have to...
  7. gmgarrison

    function structure

    If I have a function defition written thus: returntype functionname(paramtype paramname) : type(var) { } what's the significance of the &quot;: type(var)?&quot; i guess i don't know what the colon operator does in that conext. thanks for the help!!
  8. gmgarrison

    incorporating libraries into code

    I've got a library from Delphi (tee50.bpl) that I need to include in some code I have, but I can't get it work. C++B won't let me add it as a package because it's not a design-time package, and it won't automatically recognize it as a run-time package because it wants the extension to be .bpi...
  9. gmgarrison

    Delphi/Borland classes

    Can anyone tell me what software has TEE50.BPL? I've got the standard edition of C++Builder 5 and Delphi 5 but neither one's got it. Specifically, I just need 4 classes (Chart, Series, TeEngine and TeeProcs) that are all in that package. I've searched the Borland site and can't seem to get...
  10. gmgarrison

    Borland C++Buildler to VC++

    I've got a 20 file (or so) project that was written in C++Builder 5 with Delphi and I need to get in working in Visual C++ 6. Is there an automated way to go about this? Do I have to manually convert all the forms into the VC++ components? Is there a way to point VC++ to the C++Builder's...
  11. gmgarrison

    converting C++5 to VC++

    I've got a 20 file (or so) project that was written in C++Builder 5 with Delphi and I need to get in working in Visual C++ 6. Is there an automated way to go about this? Do I have to manually convert all the forms into the VC++ components? Is there a way to point VC++ to the C++Builder's...

Part and Inventory Search

Back
Top