How do I set a hidden menu to visible in a program?

background:

I have an old Delphi application that has a hidden menu with various test tools. But to get it I have to change a flag in the code and recompile the program, and I have no compiler. But the menu is there all the time and has Visible = false.

Edit1

Alternatively, if I can run the public methods that the hidden menu items are linked to

link|improve this question
feedback

1 Answer

If you have the project files you could download and install a free 30 day trial version of RAD Studio XE:

https://downloads.embarcadero.com/free/rad_studio

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.