rbei-etas / busmaster

BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
946 stars 500 forks source link

Builded and standalone runnable dll with QT elements can not be loaded. #617

Open ChrisTUC opened 10 years ago

ChrisTUC commented 10 years ago

I created an QT-Thread within the *.dll. to load an QT-Window (e.g. for Panel usage)

Building is all fine and if I try to build it an executable it will run and a window will pop up.(of course with the necessary QT libaries.) Therefore the libaries and all this should be linked correctly. Sadly neither a QT-Thread nor a QT-Widget can be loaded by BusMaster within a simulation node.

Is there any hint what the problem could be? Are there any logging or debug possiblities?

RBEI-busmaster commented 7 years ago

Hello, BusMaster supports Instruments add-on to create GUI and use it for communication. Please refer http://rbei-etas.github.io/busmaster/Add_Ons.html for more details