eric ehlers wrote:
how do i troubleshoot problems with OOo calc loading a custom addin
(DLL) from the program directory?

on my old windows machine i have an addin which successfully compiles
under VC6 and loads into calc version 1.1.

on my new windows machine i take the same source code and compile it
under VC7, it builds successfully with no errors.  then i try to load
it into calc version 2.0.2 in the usual way - i copy the DLL and RDB
file to the program directory, and update the UNO.INI file - but calc
starts without loading the addin.

how do i troubleshoot the problem?  does calc have some command line
options, logging facility, or whatever which will tell me why it's not
loading the addin?

No, Calc doesn't do much in terms of diagnostics when loading an add-in. Can you load your component (by its service name) from a Basic macro? If not, it looks like a general UNO problem better handled on api-dev or udk-dev.

Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to