Hi am having problems compiling some code, I have a situation where A depends and B depends on A. I have put forward declarations but I keep getting the problems.
I\'m working on IronJS, and one of our source files is getting very long. Right now, I\'m trying to get .NET interop working.I\'m adding the TryBinaryOperation method to the Undefined so that C# can
I\'m trying to convert an existing project that uses .NET Remoting to use WCF. The structure of the project is as follows:
I\'m creating a set of files (a library, basically) to accomplish a task which I will use in an iOS app. The library has one public header file that imports all the other header files so that code tha
I\'m loading classes using a custom class loader.For the most part, everything works, but sometimes when I load particularly complex projects/libraries, I get a strange bug:
I have two classes defined in different h files and each class has some private functions. However, there\'s one function in each class that I want to be able to access from a function in the other cl
I\'m in a real fix... I need to port code, which has a lot of interdependent classes and uses namespaces in order to avoid includes. This works in MSVC, but I can\'t find a way to deal with this situa
I have a ComboBox and a DateTimePicker control in a .net forms application.The desired functionality for the relationship of the two controls is that a modification to one will change the value in the
I have downloaded xml-light for ocaml and try to compile it, but it has never been succeeded, the problem is as follow.
i have a Class Library to hold my objects so: xxxCommon\\Objects\\Customer.cs public class Customer { public string url { get; set; }