Removed the user-function dependency on libPMusr

It should now be possible to build a static version of musrfit and shared libraries for the user functions.
This is needed on systems which do not support linking static libraries to shared ones (like Cygwin).
These changes still need to be tested on Cygwin, especially with user functions implementing the "global interface".
This commit is contained in:
Bastian M. Wojek
2011-04-13 08:18:14 +00:00
parent f471eb2efe
commit 1024f5a28f
11 changed files with 20 additions and 19 deletions

View File

@@ -299,7 +299,7 @@ class PNeXus {
virtual void Init();
virtual void CleanUp();
virtual bool ErrorHandler(NXstatus status, int errCode, string errMsg);
virtual bool ErrorHandler(NXstatus status, int errCode, const string &errMsg);
virtual NXstatus GetStringData(string &str);
virtual NXstatus GetStringAttr(string attr, string &str);
virtual int GetDataSize(int type);