I am trying to build an application that has many GOOP classes. It copies the object references for each class under the build directory within the object name. However when the EXE runs it asks me to find each objectreference.ctl. How do I get around this?
Rammer
Found a fix. I created a separate project with all the object references included and it builds just fine. I was not directly including the .lvclass file for some of the objects I store in my userlib. Once I did this it seems to like it. Not sure why it is not just found through the dependancy chain.
Rammer