| Thread | Last Post | Replies |
|
| set struct field to NOT be marshaled? | 06 Jun 2005 22:45 GMT | 1 |
Is it possible to set a field in a structure to be ignored by the marshaler? I have a struct that needs to be self contained, but it would require the use of fields extra fields to maintain it. [StructLayout(LayoutKind.Sequential)]
|
| Marshalling Problem with MIDIInProc | 06 Jun 2005 20:28 GMT | 1 |
I'm trying to use the MIDIInProc callback function associated with the MIDIInOpen multimedia API function. Here are the function prototypes I'm using: Declare Function midiInOpen Lib "winmm.dll" (ByVal lphMidiIn As Integer,
|
| C# Excel and deploying the COM Objects to Server | 06 Jun 2005 12:17 GMT | 2 |
I have successfully created Excel file programmatically by referencing the Excel tlbs. Now when I deploy it our server I get the "COM object with CLSID {00024500-0000-0000-C000-000000000046} is either not valid or not registered" error.
|
| Excel Interop Requires Different Declarations on XP and W2K | 05 Jun 2005 12:23 GMT | 5 |
I have been creating and asp.net application to build and XL 2003 work sheet. The declarations my app needs are different on XP vs. W2K Server. Here they are: 'This syntax works with WindowsXPImports Microsoft.Office.Interop
|
| TabPage designer? | 04 Jun 2005 18:40 GMT | 1 |
On my main app form, I have a TabControl. I want to create an assembly that contains the TabPages, and then programmitcally add those TabPages to the TabControl. That's easy enough. But what I can't figure out is how to use the designer to design the
|
| Crash on managed app exit: "The string binding is invalid." | 04 Jun 2005 06:39 GMT | 2 |
Hello iterop members, I have an unmanaged app (exe) that calls a managed UI through COM interop. With the .NET 1.0 framework, this worked fine. However now when using vs 2003 and 1.1 problems arise as the application is
|
| Foreach and object leak | 03 Jun 2005 17:22 GMT | 6 |
We have an VB.Net application that uses a COM automation server. There is an object leak that we don't know how to solve. objColl = autoServer.TheCollection foreach objMember in objColl
|
| problem in executing the C Dlls from C# | 03 Jun 2005 16:37 GMT | 1 |
hello group, i'm tyrying to call into a C Dlls and unable to get the results properly after getting executed the functions. I'm providing with all the code part:
|
| Using .NET Component from COM Object | 03 Jun 2005 06:10 GMT | 5 |
Is it at all possible to use a .NET component from a COM object without strongly naming the .NET component?
|
| COM+ Com Component never stops spinning when called from DOTNET | 02 Jun 2005 23:16 GMT | 1 |
I have a vb6 com DLL (In COM+) that I am calling from DOTNET c# sharp. I added a reference to the dll via the asp.net application. The application works perfectly. The only problem is that the COM component in COM+ spins forever. It doesn't stop spinning, even when
|
| Namespace with managed C++ DLL and C# usage [Try #3] | 02 Jun 2005 22:04 GMT | 3 |
I have a C++ (unmanaged) class named K in a DLL. I create a managed C++ class named K in an other DLL that wrapped the unmanaged one. To refer the unmanaged one I use ::K and the managed one is in a
|
| Please help me call this function from C# | 02 Jun 2005 19:32 GMT | 2 |
I have a C++ DLL which basically calls a legacy C library which decrypts some data. I have defined the DLL as below. extern "C" __declspec(dllexport) void __stdcall init()
|
| .NET Component called from COM Component not released | 02 Jun 2005 19:14 GMT | 4 |
We have a test environment in which we instantiate a COM/ATL/C++ component from a Managed/Console/.NET/C# application. The COM component in turn instantiates and calls a .NET/C#/Class Library component using Interop as below:
|
| Developing for later (2003) version of Excel | 02 Jun 2005 16:35 GMT | 2 |
I have a very small program that opens and reads data from an Excel XP spreadsheet. When the user upgraded to Office 2003 my program stopped working. I used Office XP PIA:s in the solution and I reckon I must add Office 2003 PIA:s. But I don't have Office XP, so how can I add ...
|
| Does inheritance work in recreating an interface definition from C | 02 Jun 2005 13:49 GMT | 1 |
Dear group, I'm implementing an Asynchronous Pluggable Protocol. For this I needed the COM definitions of the interface IInternetProtocol, which in the shipped headerfile is derived from IInternetProtocolRoot. Because I wasn't able to
|