No .wrx file created when compiling

Lisdonkr

New Member
Hi, we seem to have a problem whereby when we compile a program (a viewer which has the mscomct2.ocx on it) no .wrx file is created.:confused:

it used to get created, and for all other programs it still creates it, but for some obscure reason this program no longer gets one created during compilation. when you check out in roundtable , then close the task it does create it but normal compilation will not create the .wrx file?

any ideas?:eek:
 

curly

New Member
*.Wrx files are created when you insert / update ocx in Application Builder. Compilation does not modify them in any way.

If you lost your wrx you could:
Open the *.w in Application Builder; re-insert ocx and save
OR
Retrieve the wrx from a backup / roundtable repository / …

Regards,
Marian
 

storzi

Member
When we compile a Source-File with a ocx-object in it, we always get a new .wrx-file.
(9.1d Win XP)
 

Lisdonkr

New Member
Thanks for the replies,

The issue was that the developer actually booked out the program in a task, then didnt make any changes at all to it and we recompiled it from the task.

if the file was changed and saved a wrx file would have been created in the task folder and then compilation from this folder would have placed the .wrx file with the comppiled objs.

We have since tested this and all is OK.

again I appreciate your comments and hope you have a nice day.

regards

ron
 
Top