stephan80
12-09-2009, 03:45 AM
Hi,
I bought the Numerical Recipes Code 3rd edition in C++. Being a Mac OS X Developer and a passionate Objective-C fan, I started to reimplement some of the routines of NR 3rd edition code in Objective-C and C, comprising a Mac-Style Framework. This makes it very convenient for me to include this code in my own research-related tools on my Mac. For clarification, a framework is a directory containing Header-Files and compiled dynamic link libraries.
I was just wondering whether there is some way of making this framework available to other Mac OS X programmers. There is definitely a need for such a framework, as I learned in several forums.
So I have the following questions:
1.) Can I make this newly implemented Objective-C Code available to other Users ?
if not:
2.) Can I make the precompiled framework available to other Users?
if not:
3.) Can I make this code or framework available to other Users who own themselves a license to the NR 3rd ed. Code? If this is possible, is it my job to make sure that other potential users have a license and if so, how would I ensure that?
Thanks for any clarification.
Regards,
Stephan
I bought the Numerical Recipes Code 3rd edition in C++. Being a Mac OS X Developer and a passionate Objective-C fan, I started to reimplement some of the routines of NR 3rd edition code in Objective-C and C, comprising a Mac-Style Framework. This makes it very convenient for me to include this code in my own research-related tools on my Mac. For clarification, a framework is a directory containing Header-Files and compiled dynamic link libraries.
I was just wondering whether there is some way of making this framework available to other Mac OS X programmers. There is definitely a need for such a framework, as I learned in several forums.
So I have the following questions:
1.) Can I make this newly implemented Objective-C Code available to other Users ?
if not:
2.) Can I make the precompiled framework available to other Users?
if not:
3.) Can I make this code or framework available to other Users who own themselves a license to the NR 3rd ed. Code? If this is possible, is it my job to make sure that other potential users have a license and if so, how would I ensure that?
Thanks for any clarification.
Regards,
Stephan