LMAO! Just create a windowed OpenGL project and then do your menu stuff in OpenGL. Geeze, was that so hard?
Dustin Davis
Owner / CEO
Programmers Unlimited
www.Programmers-Unlimited.com
how to execute an *.exe
Dustin DavisOwner / CEOProgrammers Unlimitedwww.Programmers-Unlimited.com
quote:
what should i do to start an *.exe(like in autorun apps)?
for our collective sanity''s sake, could everyone please try to be more discriptive when asking questions.
thanks.
(this isn''t really directed at biotech, more just as a general request)
April 15, 2003 09:19 AM
Have a look at the ''exec'' functions in the standard C libraries.
These functions replace the current process by a new one.
e.g.: execlp("blah.exe",NULL)
Hope this helps.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement