injecting dll into exe file
Posted
by JGC
on Stack Overflow
See other posts from Stack Overflow
or by JGC
Published on 2010-04-02T15:42:09Z
Indexed on
2010/04/02
16:13 UTC
Read the original article
Hit count: 187
hi I want to execute an exe file which is written in VC++.net 2008 in a computer which has windows xp and has not .net framework and none of c++ libraries. but when i run the file i get this error:
This application has failed to start because the application configuration is incorrect....
I want a way to put all dependency together to become free of this problem. does anyone know what should I do?
© Stack Overflow or respective owner