Tagged Questions

0
votes
0answers
26 views

How can I remote debug on another workgroup machine?

I have used the "Attach to process" function within VS 2008 many times, but never actually on a remote machine. Now I have to do it and I already read a bunch about it on the net. …
32
votes
36answers
6k views

Why was Google’s Chrome browser written almost entirely in C++ and not C# or Java?

Why was Google's Chrome browser written almost entirely in C++ and not C# or Java?
1
vote
1answer
40 views

Avoid loading .Net Dlls in a C++/CLI project?

I have a project written in C++/CLI. Some of the types there are in managed code, and some are in completely native code. Let's say I have the produced DLL on a machine that dosen' …
0
votes
2answers
48 views

How do I change the lookup path for .NET libraries referenced via #using in Managed C++?

I developed a DLL in Managed C++ which loads some plugins (implemented in any .NET language) at runtime using System.Reflection.Assembly.LoadFile. The interface which is implemente …
25
votes
15answers
2k views

Memory Leak in C#

Is it ever possible in a managed system to leak memory when you make sure that all handles, things that implement IDispose are disposed? Would there be cases where some variables …
0
votes
5answers
308 views

Screen scraping a mainframe screen in C# *without* 3rd Party Utilities

I'm looking to screen scrape a 3270 mainframe application in C#, but I've got to do so without Attachmate or other 3rd party plugins. Are there free managed libraries to do so in C …
0
votes
2answers
84 views

Using WinDbg/SOS to debug managed->native callstack. I get “Failed to request ThreadStore”

MyManagedFunc in managed.exe calls into MyUnmanagedFunc() in unmanaged.dll. I produce a minidump in unmanaged.dll using Win32. SetUnhandledExceptionFilter. I can see MyUnmanage …
0
votes
2answers
73 views

Class Not Registered… when trying to call a managed C# library from unmanaged C++

Hey everyone, I have a C# library that I am using for a COM object in unmanaged C++ code. I registered the library using Visual Studio's checkbox "Register For Com Interop" and s …
1
vote
2answers
128 views

Changes not allowed when unmanaged debugging is enabled?

I get the error changes not allowed when unmanaged debugging is enabled Actually I get the below message but Google doesn't return many results changes are not allowed w …
0
votes
3answers
158 views

Equivalent code in managed C++ & C# (Events in VB6)

In VB6 events created in an ActiveX component were stated like this: Public Event ProcessingComplete() and called in that ActiveX component like: RaiseEvent ProcessingComplete …
1
vote
2answers
116 views

Loader lock (regsvr32 R6033 error) with managed C++ dll

I have a C++ dll which implements several COM interfaces, that I'm trying to migrate to managed C++. I set the /clr compiler flag and changed the Runtime Library property from /MT …
0
votes
3answers
64 views

Memory usage of DotNET app

My application (DotNET) runs as a plug-in inside a C++ standalone app that exposes a C++/CLI SDK. It is very easy for my users to generate large amounts of data and I'd like to of …
0
votes
1answer
332 views

Making a custom mesh in C# managed DirectX

I need to make a DirectX 3D mesh at run time using Managed DirectX from C#. I have not been able to locate any information on how to do this. No, I can't use a 3D modeler progra …
1
vote
1answer
69 views

Lightweight x86 Emulator for .NET / Executing x86 code in a managed environment

Our company is migrating its entire product line from a C++ codebase to the .NET Framework. We have a very large codebase, and this migration is being done incrementally over the …
0
votes
1answer
41 views

Unmanaged and Managed Memory

what exactly these unmanaged and managed memory is? can anybody explain me in brief?

1 2 3 4 5 next
15 30 50 per page