I wanted to change a control in a dialog I had not changed for sometime.
Since moving to IVF & Visual Studio I have been using ResEdit to edit my dialogs.
With this program I could not edit the dialog in ResEdit, therefore in IVF & Visual Studio I created a new resource and created the dialog the same as before.
When I run it I it appears as if the controls are mixed up, i.e. a button has the caption that the program is assigning to a text box.
I have a new resource.h file that looks correct, but I have an old resource.fd file.
My program incudes the lines 'include resource.fd'.
I assume the solution is to generate a new resource.fd file - how do I do this?