| Thread | Last Post | Replies |
|
| Unable to create PIA for COM object with ADO | 20 Dec 2004 18:47 GMT | 4 |
I have been unable to generate the Primary Interop Assembly for a COM object. The COM object has been developed with Visual Basic 6 by our company that encapsulates common business functionality. One method returns an ADO connection (msado25.tlb). At this time, it is not an ...
|
| C# to C++ interop for a string | 20 Dec 2004 16:23 GMT | 1 |
I need to call the following C method from a C# application. char* GetKeyValue(char* name) I'm sure this is a common question and there should be some docs on it somewhere, can anyone point me to them.
|
| DllImport and error LNK2001 | 20 Dec 2004 14:24 GMT | 1 |
I am working in VC++ .Net 2003. I am building a managed project that uses a 3rd party API. I am using DllImport to tell my project about the API. But I'm getting
|
| COM and unmanaged memory leak | 20 Dec 2004 13:52 GMT | 3 |
I'm using a COM component in a .net program and notice that the memory allocated by the COM object is never released (with or without GC.Collect), the memory gets filled in a linear fashion. Running the same logic in a VB6 application correctly releases the memory!
|
| Problems with object Identities in RCW | 20 Dec 2004 08:12 GMT | 8 |
By doing interprocess calls .NET --> COM (Exe server) I get the following strange behaviour: The identity of my COM instances get sometimes lost. I have the following reproducable case (manager and the three "test" instances are
|
| getting the Form of WebBrowserClass | 20 Dec 2004 07:25 GMT | 2 |
hello, I'm using the SHDocVw.WebBrowserClass. I'm trying to get the System.Windows.Forms.Form of the explorer window out of it. how can i do this? thanx, amir
|
| Walking through an Iterator, calling unmanaged code gives error | 19 Dec 2004 23:29 GMT | 6 |
The error occures after the function ends. I have posted the code on my weblog: mkenyon2.blogspot.com Titled: Okay, latest and greatest on this project. This project is using VB .Net 1.1
|
| Marshaling struct with pointer to itself | 19 Dec 2004 23:04 GMT | 1 |
Can someone please tell me how to marshall the following? enum { LIFFE_SIZE_AUTOMARKETREF = 15
|
| Get the DllImport library name for method | 19 Dec 2004 22:59 GMT | 3 |
I was wondering if anyone knows how to get the DllImport library name for a method? I'd like to use reflection on an existing assembly to get the library name for a method if it is a PInvokeImpl method. Thanks in advance,
|
| passing a reference C# to C++ | 18 Dec 2004 11:58 GMT | 3 |
How do I get a C# file to call a managed C++ class method whose argument is a reference to a basic type? I get a C# compile time error message saying that it can't convert a reference to a pointer. The C++ assembly shows the parameter as a pointer. Why does it do that?
|
| System.ExecutionEngineException | 17 Dec 2004 11:20 GMT | 1 |
Bonjour, je fais actuellement un développement c# avec VS studio .net 2003 avec le framework .net 1.1. Celui-ci interface Wininet.dll afin d'établir une connection ftp.
|
| regasm issues | 16 Dec 2004 17:29 GMT | 16 |
Does anyone know how to get regasm to register an executable as a localserver32 instead of or in addition to an inprocserver32? Andrew S. Giles
|
| C# COM DLL localserver question | 16 Dec 2004 10:07 GMT | 1 |
I am working on converting my COM DLL from an inprocserver32 to a localserver32. I am looking at the article referenced here: http://blogs.msdn.com/adioltean/archive/2004/06/18/159479.aspx I am trying to put the C# code for the service, installer, etc into my DLL
|
| QueryInterface for interface xxx._yyy failed | 16 Dec 2004 10:01 GMT | 1 |
We just released the beta of version 7 of our VB6 based app. We have documented how to write a VB.Net addin to extend our functionality and it works just fine using the version 6 release. One of our beta sites who has written and is selling a .Net addin for
|
| Passing and/or handling events to/from unmanaged DLL | 16 Dec 2004 09:19 GMT | 7 |
I'm using VB. (I have other posts on this project, but with other issues.) The function signature in the documentation looks like this: //Specify a function to be called when the camera is disconnected from the system. After setting a notification function, the callback mechanism ...
|