how can refer a system dll’s instead of system32 to application path?

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.
Huh? Can you rephrase your post? It doesn't make a lot of sense.
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)

Ciao, Imi.
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?
Now I am with helios: I am not sure what you actually trying to do :-D.

Ciao, Imi.
Topic archived. No new replies allowed.