Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
How to import and load a own dll in a custom module
Fokke_Oosterhof_(origin_foosterhof_-_(deleted))
HiDoes anybody know how I can import a dll of my own into a custom module. If you look at debug level, I see that Livelink uses class.LoadDropinPackage(..,..) to load a dll. But using this method doesn't load my dll. Is there another way or can somebody tell me what to do to load and use my own dll RegsLudwig Stokkelaar
Find more posts tagged with
Comments
Simone_Oettinger_(SOettinger_(Delete)_177592)
Hello Ludwig,The dropins are DLLs used by Open Text development to extend the OScriptlanguage. Livelink expects the DLL to be coded in a certain way in order tobe recognized as a dropin. Dropins are dangerous if not used correctly, asthey run within the Livelink process and can potentially bring the serverdown if something goes wrong.At the current time, we do not provide documentation or support customdropins. Some alternatives include: coding the functionality in OScript orimplementing the DLL as a CORBA service and using the Livelink Activator forCORBA to invoke it. Let me know if you need additional info.Thanks,SimoneSimone OettingerProduct ManagerOpen Text Corporation847-267 9330 ext 4224simone@opentext.com