this is what i have so far... basically I use the c++ dll to populate the tree components set them and then return them to the managed csharp code.I am running into problems and have tried the entire
I would need to maintain a list of about 20000 objects of a class. This class would be a managed wrapper for a c++ one. I would like to know if a ref class or a value class is they way to go.
I\'m implementing an ActiveX component in C# (.NET 4.0) and I\'m having trouble accessing JScript arrays; in this case an associative array. From a HTML page, I\'m calling my component like this:
I\'m using the Excel 开发者_Python百科Interop in C# (VS 2008) wrapped around WCF service. It works fine in my development box. However on the production server, we don\'t have the MS Office installed
I\'m calling a c++ lib and am writing a managed C++ wrapper class around the lib. The methods take parameters of QString and sometimes references to QString so that the value can be filled in. I have
I\'m currently trying to use a third-party DLL from my C# application. I\'ve registered the DLL and added it as a reference from the list of COM component. As I understand, this should create the nece
A 3rd party com module being used from c# via interop generated interface is leaking memory The 3rd party c++ method signature is:
I have a .net 3.5 application. It cannot be migrated to 4. I need to call a .net 4 assemb开发者_高级运维ly from my application.
Is it possible to manipulate .net controls from native code? Particula开发者_StackOverflow社区rly, I\'d like to set the text of a TextBox from some native code. I want it done this way to keep the bus
Numerous Win32 methods use SetLastError to indicate an error. In .NET I would use such a method like so: