Skip to main content
GameDev.net gamedev.net
🔒 Locked

[.net] vc++ 2005 ide problems

Started by exorcist_bob Mar 23, 2006 at 7:54 PM 2 replies 950+ views
Original Post
exorcist_bob
exorcist_bob
Hello, I am having some problems with the vc++ 2005 ide. First, I create a form. Then I go to implement some event code, but it wants to make random duplications of code, typically in the declaration code every time I switch between the two. So I delete it. But I go back to the form layout and I get a Catastrophic error message in red. Then I go back and undo my code changes. Then I switch and get a circular dependency error. This happens no matter how many times recreate the form. Thanks for any help, exorcist_bob
exorcist_bob
exorcist_bob
Just that; random copies of the same code. It typically wants to duplicate declaration code like

private: System::Windows::Forms::Label^ label6;

It makes a new copy everytime I switch between modes.
Shinkage
Shinkage
It's a little hard to intuit what exactly you're doing, but I'm guessing you're using the form designer to add code declarations, and then going into the code designer and messing with those declarations (moving them around, renaming, whatever...). If that's the case, Visual Studio might be noticing that the declaration *it* put there is no longer present and reinserting it. Just a guess though.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.