We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Is there any refactoring tools/plug-ins/add-ons (even 3rd party) available for Keil IDE?
or
Has anyone done this sort of things any other way (any standalone tools/applications)?
Many Thanks for your suggestions and help
"is there any instructions available on this?"
That would be in the Visual Studio documentaion, surely?
I am currently working on a project that uses MSVS with the GNU tools, so it is certainly possible...
Thanks, you helped me a lot.
Now this seems that calling my C51 compiler, linker and assembler from MSVS should be the solution to my problem. This way I will be able to use my Refactoring tools as before from within the MSVS IDE. [I hope my refactoring tools will support ANSI-C]
Thanks again.
Unless your refactoring tools relies on the browser database created when using the original M$ compiler to build the project.
It's not difficult to make your embedded code compilable with the MS (or any other) compiler - in fact, it's often beneficial to do so!
Of course, you're unlikely to get it to run meaningfully on a PC - but that's not the point.
See: www.8052.com/.../read.phtml