I have a visual basic 6 project that I would like to
iterate through the references in code and check to make
sure they are not broken. I have found code to use VB
extensibility but it is not working. any ideas will be
greatly appreciated
Not that this helps any, but I can open the exe in word and see all "dll's", or I can open the "xxx.vbp" file to see all references (except the required few).
Sorry.
"Have a great day today and a better day tomorrow!
If you compile you will find references that are broken (not quite what you asked)
If you open the project file in a text editor you will be able to read the references in there. Same applies to opening any forms in a text editor. You will see in a textual form, what references are required by that form.
If you can obtain a references list during runtime then it would be interesting to find out how.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.