Page 1 of 1

Ribbon example in dll

Posted: Tue Nov 15, 2011 6:46 am
by infrax
Hi I'm trying to use existing (modified) ribbon example as dll, so other apps can use it. When I build it as exe everything works.
But if I make a dll, ribbon form opens up, but then nothing works. Actions are not working, example: set font to bold.
I tried to manually enable this actions but no luck.

There must be some simple thing I'm missing. Any idea?

Posted: Tue Nov 15, 2011 8:42 am
by Sergey Tkachenko
See http://www.trichview.com/forums/viewtopic.php?t=4249

Note that you can create a dll only for using in your own applications.
Making a dll that other developers can use requires a separate license.

Posted: Tue Nov 15, 2011 12:57 pm
by infrax
Thx.

It was meant that my app will use this dll.