Forgive me in advance if this question has been answered already or seems rather elementary (I’m a bit new… ![]()
I’m trying to create a shared object (DLL) to access the Domino server using the C++ API on a Solaris. As such I don’t really have an entry/exit point to the shared obj, and when I try to call LNNotesSession.Init(int argc, char *argv), I’m not sure what to do, as I have no argc and argv per se. I’ve tried making some values up that I thought would be valid, but it ends up throwing an exception. Using the overload Session.Init(FALSE) ends up getting a segfault further down the road. Anyone have any ideas on how to init the session?