|
-
February 1st, 2010, 03:57 PM
#1
passing __gc form to __nogc object
Hello,
I've got the following problem.
In my application i would like to pass an __gc form to an __nogc class. Like this.
public: __gc MyForm() {
public: Myclass * MyObject;
....... Load Of my form ......
MyObject = new Myclass( this);
};
Unfortunatly, with visual c++ .NET, it's impossible!
Any sugection?
Tank in advance for help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|