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),
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
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
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
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
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
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
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
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
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