User c1a2609b08
28-09-2006 03:55:06
Dear
I download .NET GUI example for using Marvin component in a .NET application,According to the explanation of .NET surpport web,I modify the configfile and set the libs.So .NET GUI example can run.Now I will copy the source of .NET GUI example to .NET environment and add JNBShare.DLL,JNBSharedMem.DLL,marvin4.1.1_JnbProxies_2.0.dll to the project,but can not build,an object can not new.
Example:
public class MSketch : Form, PropertyChangeListener
{
......
}
Now mSketch = Null;
So mSketch = new MSketchAdapter();failture
can not success..NET GUI example can not run in .NET environment.
Can you tell me the cause.
Thank you very much!
I download .NET GUI example for using Marvin component in a .NET application,According to the explanation of .NET surpport web,I modify the configfile and set the libs.So .NET GUI example can run.Now I will copy the source of .NET GUI example to .NET environment and add JNBShare.DLL,JNBSharedMem.DLL,marvin4.1.1_JnbProxies_2.0.dll to the project,but can not build,an object can not new.
Example:
public class MSketch : Form, PropertyChangeListener
{
......
}
Now mSketch = Null;
So mSketch = new MSketchAdapter();failture
can not success..NET GUI example can not run in .NET environment.
Can you tell me the cause.
Thank you very much!