Properties of r-code

I am looking to find out where the source resides?

With ah hex editor like nf you can find the name and path of the original source which was compiled. The name is in hte beginning of the file.

HTH,

Casper.
 
you can find the name and path of the original source which was compiled. The name is in hte beginning of the file.

You learn something new every day.

Mornep, you may also like to look at RCODE-INFO system handle for other properties.
 
Mornep: lol, you edited your question, now nobody sees the question anymore :D
 
> I am looking to find out where the source resides?

or you can use "Procedure Explorer" - it show you also names of includes that are used in your rcode ...
or "RCode Source Checker" this will also auto search valid source if you set propath and it checks also if this source, includes or DB was changed from last time (if need recompile) ...

both tools are win32 and they are free, grab it here http://progress-tools.x10.mx
 
Back
Top