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

    using a dll created in c++ in vb.net?

    Hi You should be able to just add a reference to the dll in vb.net and use the imports keyword... Regardless, if you want your TextBox to show the output from your dll's function i.e. Textbox1.Text = myobj.print() then the function has to return a string... std::string print() { return...
  2. boomshanker

    BC++ 5.01 ClassExpert

    Hi If I choose View/ClassExperts from the menu, I get an error msg stating that "myproject.apx" cannot be opened, and to rescan using Special/Rescan from the Project View node. When I try to rescan, it goes for a short while before failing and presenting me with the incredibly...
  3. boomshanker

    BC++ 5.01 Debugger

    Figured it out. Options/Project/Linker/General/Include Debug Information and Options/Project/Compiler/Debugging/Out-of-Line Inline Functions need to be checked. Thanks again for your suggestion.
  4. boomshanker

    BC++ 5.01 Debugger

    Thanks. I've tried setting a breakpoint (several, in fact) and choosing Debug/Run. It still does not stop at the breakpoint. Any further suggestions would be greatly appreciated.
  5. boomshanker

    BC++ 5.01 Debugger

    Hi I'm new to BC++ 5.01, and am having trouble figuring out how to step through code line by line (like MS Visual C++ does with F10/F11). In Options/Compiler/Debugging I checked "Debug information in OBJs", but when I click on "Statement Step Into" on the Toolbar it...

Part and Inventory Search

Back
Top