Jump to content

VB.NET 2005 & C++ DLL


Recommended Posts

I have a VB.Net application which uses a Win32 type dll written in C++

I use the LoadLibrary,GetProcAddress,GetModuleHandle,FreeLibrary Win32 kernel32.dll functions to check MyWin32.dll

I pass the path of MyDll to use LoadLibrary Function as given under

MyDLLPath = "C:\DIR1\MYDLL.DLL"

LoadLobrary(MyDLLPath)

Now I need help to step thru "MyDll.dll" code via the VB.net Application.

So I added my C++ dll win32 project to my VB.net application.

Now I am stuck and can't debug please help let me know what I need to do to resolve my problem.

Cheers

Edited by BeginnerToCode
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...