unmanaged code

  1. S

    Question How to use a function from an unmanaged DLL

    Can anyone please tell me how to declare this unmanaged function in my VB.NET project, I have been at it for hours and I am getting nowhere:confused:. The integer's and even the struct I can probably manage, but I am having real problems with pointers and the callback. The function in the...
  2. T

    Debugging COM interop with Visual Studio 2005

    Hello Everyone, I am out of ideas, and I would like to see if you could guide me. It happends that I need to create a Visual Basic.NET GUI for a VB6 application. I already registered the COM DLL and reference it properly. However, when I debug the application, it is giving me an OutofMemory...
Back
Top