Jump to content

Recommended Posts

Posted (edited)

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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