What is ERR_NET_NOT_INIT "Network package has not been initialized"?

Hi,

I am running a Notes C/C++ application. This app is started using a stripped client notes.ini file, which only includes the bare minimum, i.e. it looks something like this:

[Notes]

Directory=

KeyFilename=

Ports=TCPIP

TCPIP=TCP,0,15,0

MailType=0

MailServer=

MailFile=

ExtMgr_Addins=

When I now start my Notes app and it tries to get to the names.nsf on the given MailServer, I get error ERR_NET_NOT_INIT “Network package has not been initialized”.

Problem is, I don’t have the slightest clue, what this error could possibly mean…

My environment is

  • Domino 8 binaries as Notes runtime

  • C++ API toolkit 3.0k

Anyone, who could shed some light on the problem and what I have to do to solve it?

Thanks for any hint,

Matt.