請教關於物件導相OOP在Build時的問題求救

請教各位大大~

在上完貓大的OOP教學,我開始改版了我的程式
我的程式架構利分成了兩個部分
1.UI 主程式(用OOP改寫了)
2.使用PlugIns的方式將其他VI, 載入到Sub Panel(其中一個VI用OO做)
程式在軟體環境下測試是正常
Build EXE 也是正常
但Build Installer就有錯誤
我嘗試了需多方式還是無法解決~~ 求救~~~
請問在Build 物件時有什麼咬住意的呢??? 執行檔可以順利Build
但在Installer 這裡Source File 就看到錯誤了

Shortcuts 這裡看不到執行檔,也無法設定


強制Build 就跳出這個訊息

求救阿~~~~

build error 裡的details 內容是寫什麼

[QUOTE=CleoMadlax]build error 裡的details 內容是寫什麼[/QUOTE]

Click the link below to visit the Application Builder support page. Use the following information as a reference:

Error -1 occurred at CDK_Utility_GenerateErrorCluster.vi -> IB_Source_Container.lvclass:Report_Preview_Error.vi

This error code is undefined. Undefined errors might occur for a number of reasons. For example, no one has provided a description for the code, or you might have wired a number that is not an error code to the error code input. 

Additionally, undefined error codes might occur because the error relates to a third-party object, such as the operating system or ActiveX. For these third-party errors, you might be able to obtain a description of the error by searching the Web for the error code (-1) or for its hexadecimal representation (0xFFFFFFFF).

Loading product deployment information

感謝貓大的回覆
我有在測試,如果將有包含 OOP的VI,不要包進EXE內就正常
但是這樣就少了一個介面可用

Snakehsieh42040.9799884259

你的class 裡是不是還包含了第三方的DLL或activeX元件 ?

如果你是希望可以用外掛檔案方式載入LVclass 
你應該參考這篇slide 裡的做法

PluginArchitectureWithPackedProjLibs.pdf