I'm new to this project, and I'd like to introduce myself. I'm 31 yrs old, born in Germany, currently doing my phd in math in the states (U of Delaware).
I don't have much experience programming under Windows, however I program under Linux; C for 15 yrs and C++ for 6. I had plans for a similar project, but decided it was more worth my while joining here.
In the project description Linux is mentionned as an OS, however the CVS files look like most work has been done under Windows. I want to offer to port things slowly and carefully to Linux.
BTW, I tried to compile the files with MSVC++ 6.0 (Introductory edition), and it complained about things like "workspace not created in MS Develop" and "makefile not found". Any hints there?
I have a version of CppUnit, modified to work under g++. I'll see how this can be integrated with the stuff in the repository.
Otherewise I'll slowly work myself through this forum.
Later, and happy hacking,
Sven.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everybody,
I'm new to this project, and I'd like to introduce myself. I'm 31 yrs old, born in Germany, currently doing my phd in math in the states (U of Delaware).
I don't have much experience programming under Windows, however I program under Linux; C for 15 yrs and C++ for 6. I had plans for a similar project, but decided it was more worth my while joining here.
In the project description Linux is mentionned as an OS, however the CVS files look like most work has been done under Windows. I want to offer to port things slowly and carefully to Linux.
BTW, I tried to compile the files with MSVC++ 6.0 (Introductory edition), and it complained about things like "workspace not created in MS Develop" and "makefile not found". Any hints there?
I have a version of CppUnit, modified to work under g++. I'll see how this can be integrated with the stuff in the repository.
Otherewise I'll slowly work myself through this forum.
Later, and happy hacking,
Sven.
ok, I went ahead of myself; some of the issues above have been discussed in this forum. My apologies. I will write more once I read it all.
I think the problem with MSVC was a Unix/Windows (CR/CR LF) issue.
Sven.