Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CodeLib Tags

Josef Pötzl edited this page Jan 13, 2023 · 2 revisions
<codelib>
  <file>_codelib/addins/ImportWizard/ACLibFileManager.cls</file>
  <license>_codelib/license.bas</license>
  <use>base/modErrorHandler.bas</use>
  <use>base/ApplicationHandler.cls</use>
  <ref><name>DAO</name><major>5</major><minor>0</minor><guid>{00025E01-0000-0000-C000-000000000046}</guid></ref>
  <test>_test/xxx/yyy/zzz.cls</test>
</codelib>
Tag Description
<file> relative path to file in repository
<license> relative path to license
<use> dependency to other codemodule
<ref> required reference to COM dll
   <name> VBIDE.Reference.Name
   <major> VBIDE.Reference.Major
   <minor> VBIDE.Reference.Minor
   <guid> VBIDE.Reference.Guid
<test> relative path to codemodule with unit tests

Clone this wiki locally