Obsolete DLL's (OpenInsight 32-Bit)
At 19 JUN 2007 01:24:50PM Richard Hunt wrote:
I ran into a small problem. I was using "DECLARE_FCNS". I got distracted and did "DLL_USER" rather than "DLL_USER32". This caused a cascading debugging series of errors. One example was "GETTICKCOUNT". So I would assume that some of the DLL's are obsolete and maybe sould be removed??? Is this true… and is it possible to get a list of DLL's that should exist so that I can remove the ones that should not exist?
This is a current list of OI 7.2.1 DLL's that I have…
DLL_ADVAPI32
DLL_APPDLG
DLL_CREVEXT
DLL_DIRECTPRINT
DLL_GDI32
DLL_ICMP
DLL_IPHLPAPI
DLL_KERNEL
DLL_KERNEL32
DLL_LH
DLL_LZFUNCS
DLL_MSG
DLL_NWCALLS
DLL_OENGINE
DLL_OI2MAPI
DLL_OI2NOTES
DLL_OI30DSXO
DLL_OICOMMON
DLL_OIPI_KERNEL32
DLL_OIPI_USER32
DLL_OISTRCNV
DLL_PRINTER
DLL_RDKSUPP
DLL_REVCOMI_USER32
DLL_REVDEBUG
DLL_REVLHVA
DLL_RTP65
DLL_SHELL
DLL_SHELL32
DLL_TAB95
DLL_THUNKING
DLL_USER
DLL_USER32
DLL_UTF8
DLL_UVIC32
DLL_V119
DLL_WINMM
DLL_WSOCK32
At 21 JUN 2007 09:20AM S Mecklenberg wrote:
I would be interested in the answer to this as well. I run into the proverbial xcross contamination of outdated .DLL and it would be great to have a composite list of required and valid .DLLs for OI, just for reference and debugging aspects.
At 21 JUN 2007 12:29PM Richard Hunt wrote:
Since there was a quick answer to "Missing Image Files"… I was wondering if I can get an answer to my "Obsolete DLL's" question???
At 21 JUN 2007 01:31PM Mike Ruane wrote:
Richard-
This isn't a list of DLLs, rather a list of DLL prototype records in OI, correct?
In general, I'd say that something with a '32' suffix is more current that the same name without that suffix. However, while Revelation may have rolled out these DLL definitions initially, nothing prevented users (Jim Vaughn comes to mind as a good example) from extending these definitions.
In general, I'd say all these definitions (with the exception of the suffix entries above) are still used in one way or another.
Mike