View Single Post
09-12-14, 12:16 PM   #3
Mayron
A Frostmaul Preserver
 
Mayron's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 275
Originally Posted by Seerah View Post
Do you have the library listed in your TOC file?
In my TOC file I have embeds.xml and in that it has this:

xml Code:
  1. <Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
  2.   <Script file="libs\LibStub\LibStub.lua"/>
  3.   <Include file="libs\AceAddon-3.0\AceAddon-3.0.xml"/>
  4.   <Include file="libs\AceConfig-3.0\AceConfig-3.0.xml"/>
  5.   <Include file="libs\AceConsole-3.0\AceConsole-3.0.xml"/>
  6.   <Include file="libs\AceDB-3.0\AceDB-3.0.xml"/>
  7.   <Include file="libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
  8.   <Include file="libs\AceGUI-3.0\AceGUI-3.0.xml"/>
  9.   <Include file="libs\AceHook-3.0\AceHook-3.0.xml"/>
  10.   <Include file="libs\AceLocale-3.0\AceLocale-3.0.xml"/>
  11.   <Include file="libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
  12.   <Script file="libs\LibDataBroker-1.1\LibDataBroker-1.1.lua"/>
  13.   <Script file="libs\LibDualSpec-1.0\LibDualSpec-1.0.lua"/>
  14.   <Script file="libs\LibAboutPanel.lua" />
  15. </Ui>
  Reply With Quote