Fw: [Aimmath-developers] copying questions
Brought to you by:
gustav_delius,
npstrick
From: Manolis M. <ma...@ma...> - 2003-09-13 21:43:06
|
> Manolis wrote: > > > BUT the optional step of copying your old files across is inaccurate ! > > Just replacing the directory will not work because there are other > > things hardcoded in the .m files not to mention that if you do a text > > substitution you ruin the file (I think) you have to change them manually > > with Maple ! (I 've written a procedure to help myself doing that that > > but it's not finalised yet) > > > Can you explain in more detail what goes wrong if you do the text > substitution? > Gustav Maybe I am doing something awfully wrong but the problem is that the subject files (the .m ones at least) because (I guess) they are written from Maple as a blob when you change the directory using a ascii manipulation the size is messed up and (I am still guessing here... I am maple ignoramius) when Maple tries to read them again it cant. Hence what I do .. is open them with Maple, change the RootDir and save them again. And then I have to recompile as well (by the way I can't find this recompile all at the admin suite of the subject) Manolis |