Bogdan
8th April 2002, 10:29
Hi,

Can you please give me a more detailed explanation of how to use this code? I compile it, I run it, I get a very small file as a result ( I don't think it's a good one, but whatever, I'm just testing). I'm confused about the error message (see subjet); shoud I have a dll for the parent object? I assumed that the parent object is the session object. If I'm using the result file as a session script, when I'm compiling it it's not overwriting the original object file?

Thank you,

mark_h
8th April 2002, 14:23
Hi Bogdan!

I moved this thread into the tools forum because I was not really sure which one of the threads in "Code and Utilities" you were having a problem with. Which thread did you have problems with?

Thanks

Mark

Bogdan
8th April 2002, 15:22
Oops,

Yes, I saw that after I post the thread; It's regarding "Extend BaaN code without sources"

Thanks,

mark_h
8th April 2002, 16:30
I should have read it a little more closely or I would have realized that it was for the Extend source post. Let me try to answer some of your questions.

No the parent is not a DLL, it is just the parent object. Let try an example:

In VRC PATCH I have otisfc0101, so in my PROD VRC (build off patch) I would then put the file created from RUSH. I would compile the script in PROD. Then when I run the program I would be running the PROD version which actually runs the PATCH version with whatever changes I made in the script. So you do not want to put this version where the other version is, it would compile over the object you planned on using.

Does this help?

Mark

Bogdan
10th April 2002, 21:21
Hi mark_h,

Yes it's helpfull. Thank you very much.

Best regards,
Bogdan