Placing form class inside Namespace

  • Thread starter Thread starter Simon Jefferies
  • Start date Start date
S

Simon Jefferies

Hello,

When I'm wrapping a form class inside a namespace it breaks the form
designer.

The message "An error occured while loading the document. Fix the error, and
then try loading the document again."

This is annoying as I have to take the namespace away whilst editing the
form. Why does this happen and how can I fix this?

Thanks in advance
Simon Jefferies
(e-mail address removed)
 
When I'm wrapping a form class inside a namespace it breaks the form
designer.

The message "An error occured while loading the document. Fix the
error, and then try loading the document again."

This is annoying as I have to take the namespace away whilst editing
the form. Why does this happen and how can I fix this?

This is a limitation of the C++ forms designer in VS2003. We removed
this limitation in VS2005 (currently in Beta).

Thanks,
 
Back
Top