I\'m writing a native wrapper around a managed component written in C++\\CLI. I have the following function in managed code:
So I have a function, written in C++, that looks like this... extern \"C\" __declspec(dllexport) int __stdcall SomeFunction(char *theData)
Suppose I have two threads: A and B. When A creates an object(for example a List of String), and passes it to B for processing. Will there a performance decrease for each time B access this object? Or
In C++ I have some code that requires a const char * to be passed in: void Load(const char *filename) If I try using String as MSDN seems to suggest:
Following up on my earlier question : Generics and Marshal / UnMarshal. What am I missing here? In \"part #1\" (the link above) TOndrej provided a nice solution - that failed on XE2.
Here is my dilemma: I have a dto class for marshaling back and forth from/to XML. Here is the trick: Because of the number of dto classes our project deals with that are collections with a plural
I\'m running Ruby installed from RubyInstaller. Here\'s the version: C:\\Users\\Sathya>ruby -v ruby 1.9.2p290 (2011-07-09) [i386-mingw32]
Hi i have the following hibernate.cfg.xml <?xml version=\"1.0\" encoding=\"UTF-8\"?> <!DOCTYPE hibernate-configuration SYSTEM
Employee.xsd <?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> <xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:jxb=\"http://java.sun.com/xml/ns/jaxb\" jxb:versio
I need to write some methods that Do Things based on the kind of request object received by a Rails 2.3.14 controller.However, I don\'t want to fire up the entire application, nor even a controller; I