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 Mike Lewis 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. 0Beowulf0

    Using Dll's written in VB in C/C++

    Here is a quick example of how to access a VB ActiveX class from VC++. Com components are intended to be language independent so the code here can be used with any com component. There are a lot of issues regarding com but this should provide a good start. Beowulf vb Active X dll...
  2. 0Beowulf0

    Newbie needs help with access violation

    First-chance exceptions occur at a lower level in your program. Usually some API will register an exception handler in anticipation of a failure condition. If this condition occurs then you see a “First-chance exception”. Your Debugger sees this exception before it is handled (by KERNEL32.DLL in...

Part and Inventory Search

Back
Top