Tagged Questions

0
votes
0answers
7 views

In Eclipse CDT shared resource folder that is built differently for the project

Hi, I have a set of Eclipse c projects that will all refer to a common shared base of code (a mix of .c and .h files in the same folder) but will be built that code differently on a per project …
0
votes
4answers
64 views

fread speeds managed unmanaged

Ok, so I'm reading a binary file into a char array I've allocated with malloc. (btw the code here isn't the actual code, I just wrote it on the spot to demonstrate, so any mistakes here are probably …
0
votes
0answers
5 views

C++/CLI managed thread cleanup

Hi. I'm writing a managed C++/CLI library wrapper for the MySQL embedded server. The mysql C library requires me to call mysql_thread_init() for every thread that will be using it, and …
1
vote
1answer
37 views

Best method of calling managed code(c#) from unmanaged C++

Hello, We have developed a s/w architecture consisting of set of objects developed in C#. They make extensive use of events to notify the client of changes in status, etc. The intention …
0
votes
1answer
31 views

Why does a .NET File.Delete() fail with UAC and requireAdministrator=True?

This is a driving me nuts. I have searched all over StackOverflow and read all about UAC. But I'm still running into a problem. Using VS 2008, I have a simple program that does nothing but this: …
0
votes
2answers
38 views

C++/CLI : Casting from unmanaged enum to managed enum

What is the correct way of casting (in C++/CLI) from a native code enum to a managed code enum which contain the same enum values? Is there any difference with using the C# way of casting like for …
1
vote
2answers
25 views

DirectX managed or unmanaged?

I need basic information about DirectX. Is it a managed API or Unmanaged? Can someone provide me some link etc. explaining this?
0
votes
3answers
119 views

C# delegate with string reference to c++ callback

I wrote a C# application that uses an unmanaged c++ dll via managed c++ dll. In the unmanaged dll, there's a callback that one of its params is std::string &. I can't seem to find the right way …
4
votes
3answers
141 views

Switching to WPF. Is it time?

I'm considering switching from MFC to WPF. My first concern is that there are too many users who don't have .NET with WPF installed yet. Can anybody point to a source containing the WPF penetration …
0
votes
1answer
73 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. After playing around …
1
vote
1answer
56 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't have any version …
1
vote
2answers
67 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 implemented by all plugins is …
0
votes
2answers
150 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 MyUnmanagedFunc in the …
1
vote
1answer
89 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 course of many …
0
votes
2answers
102 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 set ComVisible to …

1 2 3 4 5 6 next
15 30 50 per page