LNNotesSession.Init() function is failing

My call to LNNotesSession.Init(int argc, char *argv) is failing with error “No Error Message available”

I dont want to really use the argc and argv parameters.

Are these parameters important from main to be passed to the Init() fucntion?

Using the overload Session.Init(FALSE) ends up getting a segmentation fault further down the road.

Anyone have any ideas on how to init the session?

Any help would be more than welcome.

Sunil Rashinkar