CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: trip-l

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    9,040

    Re: Getting ByRef BSTR out of C++ into VB6

    My understanding, which is slight, is that ccombstr comes with potential memory leaks so ::SysFreeString() clears the ccombstr after I've copied it to str.
    ...
  2. Replies
    3
    Views
    9,040

    Getting ByRef BSTR out of C++ into VB6

    First up I'd like to thank Paul McKenzie & Igor Vartanov for helping me out on my first steps into C++, __stdcall was indeed the answer.

    So on to the next hurdle, I have a VB6 app that calls a...
  3. Re: Bad DLL calling convention when accessing my dll from VB

    Thanks for the reply guys, I'll be doing some reading up over the weekend
  4. Re: Bad DLL calling convention when accessing my dll from VB

    Just noticed a typo the function should be declared as:
    My_API int Funct(bool value1)
    {
    ...
    }
  5. Bad DLL calling convention when accessing my dll from VB

    Hi All,

    I'm pretty new to C++, but know a little VB6 and some more C#.
    I have inherited a dll which uses MFC and exposes 3 functions. I can access and pass values between the dll and an AutoIt3...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured