Jump to content

BeginnerToCode

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About BeginnerToCode

BeginnerToCode's Achievements

0

Reputation

  1. 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
  2. Hi All I am getting th BSOD when I try to boot via USB 2.0 from my Seagate Free Agent Pro 1 TB External HDD. It gives me this error STOP: 0x0000007B (0xF78A6A94,0xC0000034,0x00000000,0x00000000) What I did: I clonned a 500 GB HDD from my friends working system (Inspiron Desktop 530S) to a External Seagate Free Agent Pro 1 TB HDD. When I try to boot from the External HDD I get the BSOD with under given error. STOP: 0x0000007B (0xF78A6A94,0xC0000034,0x00000000,0x00000000) My system details : Dell Optiplex GX-280 Please help me I don't know how to get it to work. Thank you
×
×
  • Create New...