using *.exe file such az static library
-
hi i wanna use *.exe file such az static library. a static library included in my exe file, so i wanna my exe file involve another exe file(with out any source code from second exe file) and can run second exe file in my exe file. it can be used to check authentication of user to use an unknown exe file. can any one help me?
-
hi i wanna use *.exe file such az static library. a static library included in my exe file, so i wanna my exe file involve another exe file(with out any source code from second exe file) and can run second exe file in my exe file. it can be used to check authentication of user to use an unknown exe file. can any one help me?
You can't "use" another exe as a static library. If the other exe exposes automation interfaces, you can make calls in it (or if it is a COM server/service). Otherwise, you can call it using a system call. The first case is not statically bound, and the system call is not bound at all.
If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac