[Hdf-forum] FW: Different data types --- H5NX

2013-04-18 Thread Cecilia Herrera
Hi Mitchell, I program in C++. I am interested in the C# program you have that dynamically builds the struct. Can I have a copy of it? I will look into untyped buffers and Boost::Variant. Thanks, Cecilia From: Hdf-forum [mailto:hdf-forum-boun...@hdfgroup.org] On Behalf Of Mitchell, Scott -

[Hdf-forum] FW: Gauging interest in a ODBC Driver for HDF5

2013-04-18 Thread Gerd Heber
From: The HDF Group [mailto:outre...@hdfgroup.ccsend.com] On Behalf Of The HDF Group Sent: Wednesday, April 17, 2013 2:54 PM To: ghe...@hdfgroup.org Subject: Gauging interest in a ODBC Driver for HDF5 http://r20.rs6.net/on.jsp?t=1113102178043.0.1113040920034.945ts=S0891o=ht

Re: [Hdf-forum] HDF5 and C#

2013-04-18 Thread Charles Henderson
Well I have never seen IronPython so that will leave me in the same pickle that I am in with 'C'. Is there anyway I can get some C# examples? I need to know so I can tell boss whether we can do the project or not. On Wed, Apr 17, 2013 at 11:05 AM, Gerd Heber ghe...@hdfgroup.org wrote:

Re: [Hdf-forum] FW: Different data types --- H5NX

2013-04-18 Thread Mitchell, Scott - IS
Unfortunately I cannot pass along the code: company policy. They're paranoid about the whole open source thing (and yes I've asked). I have C# code that can change .NET structs to from HDF types. There are definitely limitations. There is not a complete 1:1 mapping, but I have found it useful.

Re: [Hdf-forum] HDF5 and C#

2013-04-18 Thread Mitchell, Scott - IS
HDF5DotNet won't run in debug mode without some tweaking. The debug builds of HDF add an extra 'd' into the name... hdf5ddll.dll, for example. The HDF5DotNet libraries explicitly link to the release version. So you need to manually change the code, the hdf dll names, or run HDF5DotNet in debug

Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing -- HighLevel library missing

2013-04-18 Thread Pedro Vicente
Hi Albert I tried the CMake build with T:\hdf5-1.8.11-pre1\buildcmake .. and unlike the previous hdf5-1.8.10 reported errors, no errors this time, However, the High-level library is not included in the build. The netCDF build requires the Dimension Scales library, so this is a must for

Re: [Hdf-forum] [netcdfgroup] netCDF 4.3 Release Candidate available --- CMake build in Windows

2013-04-18 Thread Pedro Vicente
Hi Allen, Ward CMake provides two ways to find libraries: 1. CMake built HDF5 - use FIND_PACKAGE (HDF5 NAMES ${HDF5_PACKAGE_NAME}) where HDF5_PACKAGE_NAME:STRING=hdf5 and ENV{HDF5_DIR}={path to hdf5library}/cmake/hdf5 Is it possible just to use the command line to build netCDF using the