Chihiro Okada <c_okada@cbo.mss.co.jp> wrote
>
> Thank you for your prompt response Akiya.
> I tried both libSBML-3.3.2-win-expat.exe and libSBML-3.3.2-win-xerces.exe binary packages on Windows XP.
> I hope I've assisted in some way.
It turned out that the problem is a build issue with Visual Studio 2003.
(Thanks to Frank and Sarah for tracking the problem down!).
To avoid the problem in C# bindings, could you try the following DLLs built with
Visual Studio 2008 (built by Frank) and let me know if the DLLs work or not?
--------------------------------------------------------------------------------
The following three DLLs (C# bindings libsbml-3.3.2 expat + zlib) are contained
in the zip file
1) libsbmlcs.dll
2) libsbmlcsP.dll
3) zlib1.dll
Please copy the files to "bindings\csharp" folder in your installed libsbml-3.3.2
expat (By default, the prefix is C:\Program Files\SBML\libSBML-3.3.2-expat).
You don't have to install Visual C++ 2008 runtime because the runtime is statically
linked in the ab.
--------------------------------------------------------------------------------
Please let me know if you have any problems or questions.