i want my executable to contain the relocation information
which is required by some other application.
I am not able run that application on my exe because it
doesnt have relocation info.
when you build a dll , by default it contains relocation info,
what i need is ,how will get that in my exe??
lak