Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Move Implementation to Source File

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Alex Farber Posted - Oct 17 2006 : 11:11:16 AM
Does this function work for C++/CLI? I created C++/CLI Windows Forms application and added Load event handler:
private: System::Void Form1_Load(System::Object^ sender, System::EventArgs^ e) {
}

After setting cursor on the function name "Move Implementation to Source File" is disabled. In unmanaged C++ project it works. I am working with build 1539.
3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Oct 19 2006 : 11:30:39 AM
No cpp file surprised me as well
Alex Farber Posted - Oct 19 2006 : 10:16:14 AM
Thank you, it works after creating Form1.cpp file. I was sure that such file already exists.
feline Posted - Oct 17 2006 : 3:17:48 PM
using VS2005 and VA 1539 I have created a new CLR Windows Form Application, I am assuming this is the same project type as you.

double clicking on the form in the designer took me to this new function, the one you have posted here. however there is no matching cpp file in the solution.

after adding a matching cpp file, "Form1.cpp" file in my case, VA offers me Move Implementation to Source File, which works quite happily and the resulting code compiles, so I am assuming VA's actions were valid.

can you try creating a matching cpp file and making sure it is part of the solution?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000