Enter Keywords:
1 - 8 of 8(0.053 seconds)
Sort By:
 
I am using VB.NET 2005 Beta 2 Express Edition When I exit my program using either the Close button or Me.Close() I get an AccessViolationException.  My closing code is: If MessageBox.Show("Are ...
Zones: MS Visual BasicDate Answered: 05/22/2005 Rating: 9.4 Views: 0
Hello experts, I seem to be in a quandry over an error that makes no sense to me. In following some examples I have found on the Net, I've been attempting to use the MSHTML library in vb.net to ac...
Zones: MS Visual BasicDate Answered: 09/28/2006 Rating: 7.8 Views: 0
In the example below, When the C# program tries to call Test on the C program I get      AccessViolationException      Attempted to read or write protected memory.  This is often an indication th...
Zones: C#, .NETDate Answered: 10/31/2007 Rating: 8.8 Views: 8
I tried using VC++.Net to warp a old.dll (written in vc6) into new.dll, and new.dll would be used by VB.Net. There was a function in my new.dll like: int _stdcall abc_new(char * data) {   u_c...
Zones: MS Visual C++Date Answered: 04/03/2006 Rating: 9.8 Views: 0
I've figured out how to "export" a function in my Embedded SQL C program so that it's visible in C# through P/Invoke ("__declspec(dllexport)" was the trick). So far, everything runs great to a poin...
Zones: DB2, C#, .NETDate Answered: 10/17/2007 Rating: 7.4 Views: 0
I've been stuck on this one for days, I'm hoping that someone in here has been through this hurdle before and remembers how to get past it. Background:  I'm trying to access some logic in a W...
Zones: C#, .NET, .NET Framework 2.xDate Answered: 10/24/2007 Rating: 5.8 Views: 0
Hi, when I use my C++ DLL from C# like desriped here http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23865024.html?cid=239#a22897897 it works at all. But when I use the Connect ...
Zones: C#, C / C++ / C#Date Answered: 11/11/2008 Rating: 9.2 Views: 0
Hi, I'm calling unmanaged code in Cannon's EDSDK DLL and I'm able to register callbacks with the DLL. The API calls succeed and my event handler in C# gets called by the DLL. The parameters car...
Zones: C#, CDate Answered: 05/20/2008 Rating: 8.0 Views: 27
 
  • 1