Do you know programming languages where changing the class of an object at runtime is allowed (supported)?
I have a DockPanel in a U开发者_StackOverflow社区serControl, and in the designer looks everything fine, but I get an exception in runtime from the InitializeComponent():
Does using virtual inheritance in C++ have a runtime pe开发者_StackOverflow社区nalty in compiled code, when we call a regular function member from its base class? Sample code:
When an MFC application starts, is it possible to check for the Visual C++ runtime before the \"application开发者_如何学编程 configuration\" error is displayed?
I have been searching for a while to get a good example for writing Process output & error stream to log file.
So I\'m attempting to use a combination of MEF and Ninject in an application I\'m writing.Basically I\'m adding in extensions via MEF during runtime.I don\'t understand how (or if it\'s even possible
I developed an application using a recent Glade, so I need it to load the UI from XML at runtime, using the GtkBuilder.If I try to run this on a distro which has too old a Gtk (e.g. RHEL 5), it will f
There is a trick Flash Actionscript developers can do to refer to instance properties at runtime.I was wondering if anything similar existed in Objective-C
I am working on a program in Java designed to be used on a Linux environment that creates a new Java process that runs another Java class, but I am having trouble with it. I have finally fixed all my
Hey people, I\'ve this huge problem loading a symbol from a swf file in the application at runtime.I want to load it and pass it as a argument to another class where it could be used further. The symb