OpenNTF.org - Trigger Happy

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: Trigger Happy (Managed by Ulrich Krause)
Actions:


Response
SubjectCompilation & Linking Switches
Created 08/19/2011 03:30 AM by geoff Anderson.
Modified<none> by Niklas Heidloff/Germany/IBM.
Body


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