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 strongm 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. kgarrett

    calling function from C++ dll

    Thanks. I tried that, but it said "can't add that file". I have used the Public Declare Function .... Lib "....\.dll" line in VB. This should connect to the .dll. I am at a loss. Any other ideas?? Kgarrett
  2. kgarrett

    calling function from C++ dll

    I have written a function in a C++ dll and I am trying to call it from VBA for Excel. I get the #value! error in Excel. I have read tutorials, talked to people, etc. I cannot see what the problem is. It really isn't a complicated function. Please provide possible solutions. Kgarrett
  3. kgarrett

    How can I export c++'s classes in a visual basic project using dlls

    I would like to see an example. I am trying to do something that is computationally intense in C++ and import and export the data from Excel. I need help on how to build the project and retrieve the data. Any guidance would help. Thanks. kgarrett
  4. kgarrett

    Excel and C++ interaction. How?

    I need to learn the same process, using Excel as an interface for a program written in C++(for speed). It seems that COM is the way to go. Where is the best place to teach oneself about this. Please advise. kgarrett

Part and Inventory Search

Back
Top