www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - ShellExec

↑ ↓ ← Porion <Porion_member pathlink.com> writes:
I downloaded the dmc compiler a while back, i've been happy with it; but i would
like to know the dmc equivalent of ShellExec, i've tried it and a few other
variations but thought it'd be easier to ask.

So, what's the dmc-equivalent of ShellExec?
Jun 10 2005
↑ ↓ "Walter" <newshound digitalmars.com> writes:
"Porion" <Porion_member pathlink.com> wrote in message
news:d8dnhb$2jeh$1 digitaldaemon.com...
 I downloaded the dmc compiler a while back, i've been happy with it; but i

 like to know the dmc equivalent of ShellExec, i've tried it and a few

 variations but thought it'd be easier to ask.

 So, what's the dmc-equivalent of ShellExec?

I don't know what shellexec is.
Jun 11 2005
↑ ↓ Porion <Porion_member pathlink.com> writes:
In article <d8fsh7$1efa$1 digitaldaemon.com>, Walter says...

I don't know what shellexec is.

The Win32 function to open other programs from within yours.
Jun 12 2005
↑ ↓ → "Walter" <newshound digitalmars.com> writes:
"Porion" <Porion_member pathlink.com> wrote in message
news:d8ina4$jto$1 digitaldaemon.com...
 In article <d8fsh7$1efa$1 digitaldaemon.com>, Walter says...

I don't know what shellexec is.

The Win32 function to open other programs from within yours.

The rule for using any win32 function: 1) #include the .h file that declares the function. 2) call it within your code 3) make sure to link with the .lib library file that contains the function
Jun 12 2005