mixed-mode
Mixed mode assembly issue in a class library
I have a common problem with a unique twist.I am running VS2010 and using a cluster 开发者_StackOverflowof 3rd party DLLs that must have been compiled in a previous framework. Of course I get the foll[详细]
2023-03-11 07:58 分类:问答how to make managed wrapper class use the properties of another managed wrapper class?
The idea is that I would like to reuse code and not duplicate it. Below, UnManagedB derives from UnmanagedA. Both t开发者_StackOverflowhe structs have their corresponding managed wrappers as shown bel[详细]
2023-02-27 06:33 分类:问答Mixed C++/CLI code with Berkeley DB
I\'m traying to use Berkeley DB in C++/CLI with /clr mode. I wrote this code: Edit: // DB_test1.cpp : main project file.[详细]
2023-02-26 16:03 分类:问答.net 4 debugging api causes access violations in debugee
is there any way the .net 4 debugging api can somehow corrupt the state of an application during startup?[详细]
2023-02-25 10:17 分类:问答HTTPS and HTTP Mixed Content in IE 7 and IE 8
I have an application that I would like to be mostly ssl based but allow http links to coexist on https pages in IE7 and IE8. When I put mixed content (embed http links on https served pages) I get mi[详细]
2023-02-24 01:28 分类:问答C++/CLI mixed mode debugging hangs (Frequently)
I am facing a process hang problem while debugging in mixed mode C++/CLI with a native application. This is unbearable, almost 70% of my debugging this happens and I need to restart the process again[详细]
2023-02-22 07:55 分类:问答Importing native c++ class into CLI project
I am in the process of creating a CLI project to wrap around an existing native c++ project (two separate projects in the same solution file). I\'d like to include a pointer to a native class as a mem[详细]
2023-02-20 22:11 分类:问答Exporting method with unmanaged type in signature in mixed mode assembly
I have a mixed mode assembly, built with the /clr option. I am trying to export a class from it, for consumption by another mixed mode assembly, also built with the /clr option.[详细]
2023-02-18 07:17 分类:问答Passing unmanaged pointer to unmanaged object in managed class in C++/CLI
Let\'s assume the following situation: class A { public: void MyMethod() { a->AnotherMethod(b); } private:[详细]
2023-02-15 16:17 分类:问答Managed code references between any cpu and x64
I have a mixed-mode C++/CLI project which is compiled as x86 and x64 frozen dlls. I have a C# app that needs to use this project which is compiled as \"Any CPU\".[详细]
2023-02-14 17:06 分类:问答