executables
Posted: Thu Jan 26, 2006 10:58 pm
Hi
I thought this would be the best place to ask how to load an executable inside a process much like wine. I am trying to make a program like but not the same as wine. It basically loads an executable like wine and then emulates its own api on other platforms.
I also thought about making a new executable format just for the purpose of loading it like this and then linking it dynamically depending on what operating system you are on. So on linux, it would link to wrappers around native linux functions and on windows, native windows functions.
If anyone is interesting to help, by the way, email me at [email protected]
Thanks.
I thought this would be the best place to ask how to load an executable inside a process much like wine. I am trying to make a program like but not the same as wine. It basically loads an executable like wine and then emulates its own api on other platforms.
I also thought about making a new executable format just for the purpose of loading it like this and then linking it dynamically depending on what operating system you are on. So on linux, it would link to wrappers around native linux functions and on windows, native windows functions.
If anyone is interesting to help, by the way, email me at [email protected]
Thanks.