CubicDesign wrote:
> Good idea. I know where is this option in my Delphi 7.
> How can I see the included functions after that? I should decompile the EXE?

The map file will tell you the names of all the functions included in 
the EXE. There's no need to decompile anything -- you already have the 
source code. Just match of the unit and function names in the map file 
with the names in your project.

-- 
Rob
__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to