• FYI: 64-bit not running

    By geoff Anderson 1 decade ago

    Oops, not sure how i've managed to submit the previous one - or how to edit it for that matter...

     

    Just to let you know that we'd had some trouble with the 64-bit DLL as provided...

     

    Loads fine on:

    Windows Server 2008 6.0 build 6002 Service Pack 2

    Lotus Domino (r) Server (64 Bit) (Release 8.5.2FP3 for Windows/64) 18/08/2011 16:25:55

     

    Doesn't load on:

    Windows Server 2008 6.1 build 7601 Service Pack 1

    Lotus Domino (r) Server (64 Bit) (Release 8.5.2FP3 for Windows/64) 18/08/2011 16:31:49
     

     

    • thx for response ...

      By Ulrich Krause 1 decade ago

      hmm, the dll runs on my

      Server Windows Server 2008R2 6.1 build 7601 Service Pack 1 ( AMD Phenom II X4 965 , 16GB RAM )

      Domino Version is 8.5.3 CD 2.

      I also have it running on a Domino 8.5.3 64bit on Win7 Professional

      • Compilation & Linking Switches

        By geoff Anderson 1 decade ago

        Well, that is definately odd then. 

        It just ignores the line in the notes.ini on the server it doesn't run on.  If I change the DLL for one which works (I'm sure it is just some of the switches being used.  I have one which runs on both - below are the switches I'm using for the moment.  Not sure if that will help...) then it kicks off as it should.  Obviously I'd rather use one which is a little more "official" if I can - my home-rolled one obviously doesn't have the testing and exposure that one on openNTF can get...

        Cheers,

        Skip

         

        Compilation:

        /I"..\notesapi\include"/Zi/nologo/W3/WX-/Od/D "W64"/D "W32"/D "_AMD64"/D "ND64"/D "_CRT_SECURE_NO_WARNINGS"/D "_CRT_SECURE_NO_DEPRECATE"/D "HANDLE_IS_32BITS"/D "_WINDLL"/D "_MBCS"/Gm-/EHsc/RTC1/MTd/GS/fp:precise/Zc:wchar_t/Zc:forScope/Fp"Debug\ntrigger.pch"/Fa"Debug\"/Fo"Debug\"/Fd"Debug\vc100.pdb"/Gd/errorReport:queue

         

        Linking:

        /OUT:"Debug\ntrigger.dll"/INCREMENTAL/NOLOGO/LIBPATH:"C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib\x64"/DLL "..\notesapi\lib\mswin64\notes.lib" "Shlwapi.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib"/DEF:"exports.def"/MANIFEST/ManifestFile:"Debug\ntrigger.dll.intermediate.manifest"/ALLOWISOLATION/MANIFESTUAC:"level='asInvoker' uiAccess='false'"/DEBUG/PDB:"Debug\ntrigger.pdb"/SUBSYSTEM:WINDOWS/PGD:"C:\Code\CAPI\TriggerHappy\Debug\ntrigger.pgd"/TLBID:1/DYNAMICBASE/NXCOMPAT/IMPLIB:"Debug\ntrigger.lib"/MACHINE:X64/ERRORREPORT:QUEUE

    • Also a 'no start' problem

      By Doug Finner 1 decade ago

      VM server

      Windows Server 2008 Standard R2 Build 7600

      No errors on startup but the add in doesn't seem to be loading.

      FWIW, I have another addin that is also not loading

      ini file has the following line:

      EXTMGR_ADDINS=decsext,coex.dll, trigger64.dll

      I've tried it with and without the dll extensions; no change.

      I'm set up to do 'Audit Manager' so the ini also has:

      TriggerHappyConfigDb=CatGenCo.nsf

      FWIW, the server hasn't yet been 'genuine windows verified'.

      Any chance that running as a VM would be problematic with 3rd party add ins?

      Thanks for any ideas/tips.

      Doug