Hii,
I want help regarding importing nnotes.dll
into VC++ code.
I have used some inbuilt functions of
nnotes.dll in my VB code just by declaring those in module file...i.e.
Public Declare Sub NotesTerm Lib "nnotes.dll" ()
Public Declare Sub NotesInit Lib "nnotes.dll" ()
Public Declare Function switchID Lib "nnotes.dll"
Alias "SECKFMSwitchToIDFile" (ByVal pIDFileName As
String, ByVal pPassword As String, ByVal pUserName As
String, ByVal MaxUserNameLength As Long, ByVal
ReservedFlags As Long, pReserved As Any) As Long
Now, I want to use those in VC++ code....I have imported nnotes.dll as..
#import "nnotes.dll" no_namespace named_guids
This gives error while compilation,
C:\DOMCLIENT\DomObjExt\DominoMail.cpp(21) : fatal
error C1083: Cannot open type library file:
'nnotes.dll': Error loading type library/DLL.
Can you please guide me on this issue?? What else
required to include in settings to solve the error ?
Thank you,
JaY
I want help regarding importing nnotes.dll
into VC++ code.
I have used some inbuilt functions of
nnotes.dll in my VB code just by declaring those in module file...i.e.
Public Declare Sub NotesTerm Lib "nnotes.dll" ()
Public Declare Sub NotesInit Lib "nnotes.dll" ()
Public Declare Function switchID Lib "nnotes.dll"
Alias "SECKFMSwitchToIDFile" (ByVal pIDFileName As
String, ByVal pPassword As String, ByVal pUserName As
String, ByVal MaxUserNameLength As Long, ByVal
ReservedFlags As Long, pReserved As Any) As Long
Now, I want to use those in VC++ code....I have imported nnotes.dll as..
#import "nnotes.dll" no_namespace named_guids
This gives error while compilation,
C:\DOMCLIENT\DomObjExt\DominoMail.cpp(21) : fatal
error C1083: Cannot open type library file:
'nnotes.dll': Error loading type library/DLL.
Can you please guide me on this issue?? What else
required to include in settings to solve the error ?
Thank you,
JaY