Unmanaged refers to Windows code that runs outside the Common Language Runtime(CLR). COM components, ActiveX components, and Win32 API functions are examples of unmanaged code.
0
votes
0answers
9 views
How to expose Log4Net member to unmanaged code?
I have a managed class with one method parameter referring to Log4Net member. Now I am trying to access this class in an unmanaged code. When I generate the type library, I find that the parameters ...
2
votes
3answers
57 views
Workaround to add a default parameterless constructor to a struct
Let me describe my problem - I have a struct that wraps an unmanaged handle (let's call it Mem). I need this handle to call a particular method (say "retain" or alternatively, maintain a reference ...
0
votes
0answers
49 views
Passing a struct by reference from managed to unmanaged code?
my struct looks like this in c code:
typedef struct _REQUEST {
char D [_D_MAX+1];
char M [_M_MAX+1];
char T [_T_MAX+1];
char ClRef [_CL_REF_MAX+1];
char load [_LOAD_MAX];
...
1
vote
1answer
21 views
ServiceStack + 3rd Party COM Inteop + Context disconnected exception
I'm getting Context Disconnected errors when testing my ServiceStack service. I assume it's due to failing race conditions between the GC for the COM object's response callback thread, my ServiceStack ...
0
votes
1answer
63 views
How to send a struct by ref containing a string from C# to unmanaged C++ library
I need to send a struct from C# managed code to a C library. The C library will populate the values in the struct. I have been trying to pass the struct as a reference so that the C# code will get ...
0
votes
1answer
24 views
Calling C# Method from C++ via Delegates Results in Reversed Parameters
I am trying to have a C++ function call a method on a form in C# in order to update the GUI. For some reason, the function call from C++ sends the parameters in reversed order.
So the ...
0
votes
2answers
27 views
Whats the best to call QuantLib methods from C#
I am gonna use QuantLib in C# app (http://quantlib.org/docs.shtml) but I don't trust their .NET conversion project (too immature).
I need only options valuation part.
anyone used it in managed app? ...
0
votes
0answers
17 views
Release Unmanaged Objects from VB.NET or C#
I have one .net web application from that application i have created one Wrapper Class to call functions in C/C++ libraries(Unmanaged Code). My only concern is to how the objects created by C/C++ ...
0
votes
1answer
31 views
Debug .NET COM component
I have few questions regarding .NET COM component.
Basically I'm developing a .NET COM server (.DLL) to support our legacy system,the idea is legacy system invoke COM Server method, .NET COM code ...
0
votes
1answer
41 views
What causes Win32exception “The specified procedure could not be found”?
What exactly does this exception mean, and why it is happening?
More info:
This is where it happens:
Id = GlobalAddAtom("aString");
if (Marshal.GetLastWin32Error() != 0)
{ throw new ...
0
votes
1answer
54 views
Using Marshal::GetFunctionPointerForDelegate and calling a callback from unmanaged code causes a buffer overrun when quitting application
I am using Visual Studio 2008 with .NET Framework 3.5 and making a C++/CLI/.NET Forms application; an editor for a game. All the game code other than the editor is in pure C++. I'm getting to a ...
0
votes
1answer
34 views
Stuck on calling convention calling Managed CLI method from unmanaged C++
I am trying to call a managed method from unmanaged code. However, the managed code is requiring that I use the '(__clrcall) calling convention, and my unmanaged C++ code refuses to let me use the ...
1
vote
1answer
39 views
Unmanaged Exports (DLLExport) crashes
I'm using RGiesecke DLLExport library to produce a C# DLL that can be dynamically loaded from legacy application built on VC6. It exported methods and they were called from VC6 code. No problems. ...
0
votes
1answer
44 views
How to retrieve XML file stream from unmanaged DLL file in C#
I've received an unmanaged DLL file from a client. This DLL file has an important method that returns an XML stream. I am not sure how to 'catch' this XML stream because the DLL file is pretty much ...
0
votes
0answers
128 views
How to debug WebBrowser mshtml.dll c0000005
I am using WebBrowser control with .NET 4.0 and getting random crashes. The time in which the application crashes varies, although the use of the application is exactly the same.
Here's the problem ...
1
vote
2answers
70 views
c# Many Unmanaged Memory in WinForm Application
I've a c# winform application. Now after startup when the mainscreen is shown, I've a huge amount of unmanaged memory about 110MB, the whole managed ram is about 20 MB.
Here some things that could be ...
0
votes
0answers
98 views
How can I call C# DLL from C? [duplicate]
I am trying to use this solution. I can successfully create a C# DLL, but I have no idea how I can call it from C (no experience with this language). Can somebody help me please?
I have already seen ...
0
votes
2answers
89 views
How do I marshal a pointer to a series of null-terminated strings in C#?
I need some help with the following. I've got a c++ API (no access to source) and I'm struggling with the methods returning char* attributes, or returned structures containing char* attributes. ...
0
votes
0answers
44 views
Recover From Access Violation Exception
I am using EZTwain (an unmanaged dll) to process some PDF's. I am aware it can only read PDF's that it has created. Unfortunately in the real world it is encountering PDFs which have been created by ...
7
votes
4answers
96 views
Mapping unmanaged data to a managed structure in .NET
I have spent many hours working with unmanaged code, and platform invoke in .NET. The code below illustrates something that is puzzling me regarding how unmanaged data is mapped to a managed object in ...
0
votes
1answer
16 views
LNK2028 LNK2019 errors on unmanaged function call in managed function
I have an absurdly simple managed (CLI Interop) function calling an unmanaged function:
void ManagedZigBeeTransport::StartDiscovery(void)
{
std::list<sDeviceEndPoint> devices = ...
1
vote
1answer
75 views
Calling C# Dll from unmanaged C++ application on WindowsCE [duplicate]
I have an off the shelf product which supports C++ plugins.
Im wondering if its possible to call a C# Dll from an unmanaged C++ dll so that i can do the grunt work in C# which im familure with and ...
0
votes
1answer
58 views
calling unmanaged dll from C# maybe im marshalling wrong
I'm not quite sure what i might be doing wrong but i keep getting System.ArgumentException
when i look at the IDL(generated by ITyteLib Veiwer) I can see both struct and modules
typedef struct ...
0
votes
2answers
34 views
MSVC2010: Why does my C++ Win32 project require a target .Net framework?
I've specifically avoided using the CLR/managed project and yet it still asks me for a target framework.
1
vote
0answers
71 views
Access violation while passing pinned int pointer in C#
I have a code(dll) in C++ that I need to call from my C# code. When I use a pinned pointer it throws an access violation exception. I am not sure what I am missing.
The following is the class which ...
1
vote
3answers
107 views
Unmanaged Heap Size of .net application
I'm currently trying to do memory analysis on a C# project I am working on to determine if there any leaks since this application needs to have as close to 100% up-time as possible. I started using ...
-2
votes
1answer
39 views
How to get how much which object is occupiing in RAM while debugging an application?
I want to be able to see all objects (as we do in debugger) but not only value but also occupide size in RAM?
0
votes
3answers
67 views
What C# class objects acquire unmanaged resources? Is there a list?
I was working on serializing and deserializing a class object using XML when I came across this blog post that shows how to do it on Windows Phone 7 using the isolated storage area. Windows Phone 7 ...
0
votes
1answer
117 views
Implement a C# DLL COM File In Unmanaged C++ Program
Here is my other question that led into this one as reference also:
How to call managed C++ methods from Un-managed C++
I have successfully created a C# COM File. Now I need a simple explanation on ...
0
votes
0answers
37 views
Can not take a picture of the graphics context of the control (C #)
I work with an unmanaged library. Library receives video from IP cameras and renders it into a graphics context. Address the context identified by the structure "cConnectInfo.hPlayWnd".
...
4
votes
1answer
64 views
High % of memory is consumed by unmanaged resources in .NET application
I have a website which executes simple MDX queries and produce output. This output is used to generate excel file. I used ANTS profiler and came to know that large amount of memory is consumed by ...
5
votes
2answers
183 views
How to call managed C++ methods from Un-managed C++
PLEASE SEE UPDATE BELOW
(RESOLVED) Also I have extended this into a second question here Implement a C# DLL COM File In Unmanaged C++ Program
I have researched this to the end of the internet ...
0
votes
1answer
74 views
Calling unmanaged C DLL from VB CLR UDF in SQL Server
I am trying to integrate an existing C DLL (unmanaged obviously), that implements fuzzy matching, into SQL Server as a user defined function (UDF). The UDF is implemented with a CLR VB project. I have ...
0
votes
1answer
61 views
How to get refference to the unmanaged (not COM) interface in C#?
I have a native DLL which is implementing some API. The C++ header looks like this:
class CAPIInterface
{
public:
virtual int __stdcall Release()=0;
virtual LPCSTR __stdcall ...
2
votes
3answers
209 views
Memory leak in unmanaged code?
I have traced a leak pretty far but I can't seem to understand (fix) it by myself. I used ANTS memory profiler first to make sure my code actually is stacking memory. It starts from using 25 MB but ...
2
votes
1answer
82 views
why a generic struct parameterized by blittable type is not an unmanaged type?
I have one function foo, which takes an unmanaged type, then I create a generic struct, which require the type parameter to be unmanaged:
[<Struct>]
type Vector4<'T when 'T:unmanaged> =
...
3
votes
1answer
59 views
Valid uses of raw pointers to arbitrary memory location in C#
In the following code I build a pointer to a struct located at an arbitrary memory location:
[StructLayout(LayoutKind.Explicit)]
public struct S
{
[FieldOffset(0)] int f0;
[FieldOffset(4)] ...
4
votes
2answers
88 views
How to copy a array of unmanaged memory into the same unmanaged memory
I reserved memory 10 items of 128 bytes
IntPtr dst = Marshal.AllocHGlobal (10 * 128);
IntPtr src1 = Marshal.AllocHGlobal (128);
// .... init scr1 from DLL
IntPtr src2 = Marshal.AllocHGlobal (128);
...
0
votes
0answers
84 views
how to pass a callback function from the c# code into a function in C++ CLR?
how to pass a callback function from the c# code into a function in C++ CLR ?
If I add a parameter to the callback function once it becomes invisible to my code in c#
//c++ clr
typedef int (__stdcall ...
4
votes
1answer
136 views
Pass string from unmanaged code to managed
I have a problems with passing string from unmanaged code to managed.
In my unmanaged class (unmanagedClass.cpp) I have a pointer to function from managed code:
TESTCALLBACK_FUNCTION testCbFunc;
...
0
votes
1answer
46 views
CLR hosting. Howto enumerate _AppDomains in .net 4
I have unmanaged dll written in C, that will be injected into managed application (dotNet 4). I am going to enumerate _AppDomains, running in this app to load some module into domain. It is available ...
0
votes
0answers
50 views
how to pass an array of byte from C# to unmanaged C++, modify it on and pass it back to C# [duplicate]
is it possible to pass a Byte[] from C# to unmanaged C++ and have it modified inside C++ reading its value back in C#?
Something like:
C#:
[DllImport("MyDll.dll")]
public static extern bool ...
0
votes
0answers
85 views
DLL Reference issue with C++ (CLR support)
I am using one of the DLL file which is provided by Lync Client 2013 SDK (Microsoft.Lync.Model.dll -- version 15.0.4454.1509) in C++ code (with /CLR support). But during building the project it is not ...
0
votes
0answers
66 views
Does the “Thread was being aborted” message means something like TerminateThread() on the server?
in an ASP.NET application, a long processing may end in getting the following error message on the client side:
Thread was being aborted.
I suppose that something like the TerminateThread() API or ...
0
votes
1answer
34 views
Non-managed COM-compatible language available other than C++ [closed]
Reading the CLR Profiling Overview:
The profiling API can be called from any (non-managed) COM-compatible language.
Other than C++ (and VB6?), what non-managed COM-compatible languages are ...
0
votes
1answer
102 views
C# wrapper around native C++ class
I have three native C++ classes with this relationship:
A <- B <- C
where A <- B means class B instantiates and uses pointers to class A.
I wish to write a C# wrapper around class C so ...
1
vote
0answers
203 views
How to passing byte[] of data from native ios (plugin code) to c# unity?
I have this native code in ios plugin:
int _mergeImage(const unsigned char* imageBackground,
int backgroundArraySize, int backgroundWidth, int backgroundHeight,
const unsigned ...
0
votes
2answers
83 views
Managed and unmanaged code error C3699
I am working on a game which uses C# and C++. Classes for models are written in C# and levels structure is stored in XML files. When I want read it in C++ and want to build project I have this strange ...
2
votes
1answer
92 views
GetWindowThreadProcessId Race condition Risk
Reading through the comments of another question, I see that there is risk of encountering race condition(s) when using the GetWindowThreadProcessId Windows API method. How big of a risk is this?
...
1
vote
1answer
150 views
C# callback from C++ gives access violation
EDIT(Thank you ildjarn!):
Solved by changing delegate(and Callback function signature to match) to
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate void ...


