BeginnerToCode Posted February 24, 2010 Posted February 24, 2010 (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 underMyDLLPath = "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 February 24, 2010 by BeginnerToCode
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now