Hi,
I know my question may sound a bit weird, but I have a very good reason for asking :
I have a small C application, compiled into an exe file
Now I want to run the C application from within another C application.
I know I can'launch' the exe file, but I want to 'embed' the exe file in my other C code; as some sort of variable
(e.g. by converting the first exe file to an array of characters, and then launching the array from within the second C application)
any ideas how I can do this ?
thanks
--------------------------------------------------------------------
How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter?
---------------------------------------------------------------------
I know my question may sound a bit weird, but I have a very good reason for asking :
I have a small C application, compiled into an exe file
Now I want to run the C application from within another C application.
I know I can'launch' the exe file, but I want to 'embed' the exe file in my other C code; as some sort of variable
(e.g. by converting the first exe file to an array of characters, and then launching the array from within the second C application)
any ideas how I can do this ?
thanks
--------------------------------------------------------------------
How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter?
---------------------------------------------------------------------