Hi, I have just installed Domino 8.01 64 bit on a Win 2003 server Standard x64 Edition
Some old code cause the domino service to crash every time. It works fine on our others 32 bits servers.
Can this declaration cause the problem?
Declare Sub NAMELookup Lib “nnotes.dll” _
(Byval serverName As Integer, _
Byval flags As Integer, _
Byval numNameSpaces As Integer, _
Byval nameSpaces As String, _
Byval numNames As Integer, _
Byval names As String, _
Byval numItems As Integer, _
Byval items As String, _
rethBuffer As Long _
)
Declare Sub OSMemFree Lib “nnotes.dll” (Byval hBuffer As Long)
Thanks for help