Let's say I have code like this: SampleClass object; which of course fails to compile because there is no SampleClass. How to programmically create a class named SampleClass to make it possible to complie ? -- Klesk
Let's say I have code like this: SampleClass object; which of course fails to compile because there is no SampleClass. How to programmically create a class named SampleClass to make it possible to complie ? -- Klesk