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

    Problem calling a c++ dll

    Thanks for the responses, but your solution does not fix the problem (and actually my dll declaration is correct and works that way it is). The solution I found to this problem is to declare the C++ function with the __stdcall flag. This forces the C++ function to clean up the stack before...
  2. rdpoling

    Problem calling a c++ dll

    I have the task of writing a communications library for an RS232 serial comm port magstripe reader. I am writing the library in visual C++ with MFC. The functions in this library will be called from a legacy program written in PowerBuilder 6.5. So far, PowerBuilder successfully calls the...

Part and Inventory Search

Back
Top