I got some code from a coworker that I'm building into an EXE. There are a lot of references to user.lib (like 60 classes) and the folder structure that my coworker gave me makes some of the classes in user.lib too long and causes the exe to fail building.
I moved the stuff from user.lib to a root folder on my C drive and now I have to manually update every class because they aren't in user.lib. Its pretty time consuming and I think just saying "Look in this directory for the missing files" would help tremendously for larger projects that need to get moved around.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.