managed-c++
Performance of C++ calls to Java code vs C# code
I am exploring a solution at my client where we have to call an API that is available in both C# and Java from our C++ application.We would like this to be a cross platform application (PC & Mac),[详细]
2023-01-07 04:19 分类:问答Problems upgrading VS2008 to VS2010 with Managed and Unmanaged C++
I have a VS2008 Professional solution that I tried to convert to VS2010 Professional (RTM from MSDN download) today and I am experiencing some problems with some unmanaged and managed C++ DLLs that ar[详细]
2023-01-05 16:16 分类:问答Close if no active threads, or if any active, then wait till it's complete and close
My application overview is alt text http://img823.imageshack.us/img823/8975/modelq.jpg ASP.Net webservice entertains requests from various applications for digital signing and verification via a cli[详细]
2023-01-04 09:57 分类:问答Managed C++ Error 2504 Error
I\'m new to managed c++ and I\'m attempting to design a program for a presentation. I am attempting to have a class inherit from an ABC and I\'m getting the Error C2504. The code in question is as fol[详细]
2022-12-29 01:29 分类:问答Intellisense broken in 64 bit Windows when using mixed-mode (i.e. managed C++) assemblies
This is annoying more than anything, but I have no working Intellisense when I use any of my custom web controls in .aspx/.ascx pages. Intellisense in standard <asp:...>开发者_如何学Python contr[详细]
2022-12-28 06:14 分类:问答Are Inherited Forms And/Or Inherited Controls possible in Managed C++
The question is actually pretty self explanatory but I will further clarify it. I am building a simple application to show a load [file] for 5 different types of [files]. So all these 5 forms will hav[详细]
2022-12-25 14:51 分类:问答How to GetGuiResources for all system processes?
I need to measure all used GDI objects in a Windows xp system. I found a GetGuiResources(__inHANDLE hProcess,__inDWORD uiFlags) method (with the GR_GDIOBJECTS flag). I call it for the process which I[详细]
2022-12-23 23:52 分类:问答What is the difference between Managed C++ and C++/CLI?
What is exactly the difference between the \"old\" Managed C++ and the \"new\" 开发者_StackOverflow中文版C++/CLI? Managed C++ is the version in VS2002 and VS2003.It had race conditions and other serio[详细]
2022-12-23 09:35 分类:问答How do I build BugTrap?
I am trying to build the Intellesoft BugTrap source using Visual Studio 2008.I have downloaded and unziped the BugTrap source and the zlib source.I navigated down to ./BugTrap/Win32/BugTrap and opened[详细]
2022-12-22 13:03 分类:问答How do I call C++/CLI from C#?
I have a开发者_Python百科 class implemented in C++ that\'s responsible for the arithmetic computation of the program, and an interface using WPF. I process the input with C# but then how can I use my[详细]
2022-12-19 21:05 分类:问答