Link to home
Start Free TrialLog in
Avatar of bradz
bradz

asked on

borland turbo c++ header files??

I think that my copy of turbo 4.5 is missing some parts of header files!?

example being that ..
   winexec( "c:\\dos\\example.exe" , SW_NORMAL );
WORKS FINE!!

But using the SW_MINIMIZED setting doesn't??

Were can I get a updated header files on the net, and the documentation??

bradz
ASKER CERTIFIED SOLUTION
Avatar of flisakow
flisakow

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bradz
bradz

ASKER

Your correct!

  I don't have the flag listing of winexec, so I couldn't check the syntax.

BUT WHY DOES THE SYSTEM GO TO DOS IF I USE ...
winexec( "c:\\dos\\xcopy.exe Path1 path2 /f", SW_SHOWMINIMIZED";

STILL NEED HELP
bradz@intergate.bc.ca
thanks!