Thanks for including the 64-bit and debug libraries in beta 2, but will the final product include all variations of the C/C++ libraries? Specifically, eight different libraries are needed to accommodate all possible ways users can build: Debug/Release, 32/64-bit, and Dynamic/Static C/C++ linking. In terms of the VS compiler switches, for each of 32 and 64-bit: /MD, /MDd, /MT, /MTd.
Thanks,
Howard
32-bit/64-bit/VS2008/VS2010
Release, multi-threaded DLL runtime library (/MD)
Debug, multi-threaded DLL runtime library (/MDd)
-- It does create a FileGDBAPI.dll dependency