hi to all, I want to change the reference of system dlls ,into my local application dir? Is it possible ,if change system32.dlls name ,which is present in application exe(imported table )?...pls help me regarding this ....Thanks.
If you are using Visual Studio, have you tried this option telling the linker to ignore system libraries. Then you have to specify all the necessary libraries manually. Haven't tried it, but I assume it should work like you want and link against some own versions of libc and whatever..
(IIRC there is a similar option for GCC, if you use this one)
imi, let me tell ,its not related to my own dlls ,just same as application exe imported dlls name change ,so there may be not necessary to worry about visual studio?