I\'m in the process of learning C++. I\'v开发者_如何转开发e created a boilerplate Win32 app within VC++ 2008. I\'ve studied through the code and am ready do do a bit of experimenting. I thought it wou
I know this is a strange question but the idea is simple: I prefer C# syntax rather than C++: -Setters and getters directly inside a property
To be a bit more clear. If I have a Visual Studio C++ solution that has two projects, say a static library with CLR support turned off, and a second project with CLR support turned on that depends on
I have an unmanaged DLL wi开发者_高级运维th a function that can run for a long time if the input parameter is a large value, sometimes that is desirable but not always.
I\'m trying to consume an axis web service in VS 2005 & unmanaged c++.. The inbuilt sproxy.exe in VS falls over with a namespace error as the input/output namespaces are different.. though if I
I also used VT_RECORD. But didn\'t got success in passing safearray of UDTs. [ComVisible(true)] [StructLayout(LayoutKind.Sequential)]
I have an unmanaged dll with a class \"MyClass\" in it. Now is there a way to create an instance of this class in C# code开发者_如何学C? To call its constructor? I tried but the visual studio reports
How can I get the value from the following DLL? offreg.dll. In my below code, I have successfully opened the hive, the key and now I am trying to get the value of the key and I keep running into the
I am trying to use a dll in my c# program but I just cant seem to get it to work. I have made a test app shown below. The return value is 0, however it does not actually do what it is supposed to do.
I had thought I could enumerate the types using IMetaDataImport.EnumTypeDefs and for each of the tokens returned, call IMetaDataImport.EnumCustomAttributes.