Hi every one.
When I create a project (type C++ , CLR) and "CLR console" templation.
Although this program can Build and run good , but when I make a copy to
all
all
its files on a disk,(including .EXE file) it does not run except after
adding a line concerned with the ReadKey .
If I create a project but not CLR, suppose the type is C++/win32 with
template "win32 console Application" this program also does not run if we
make copy to all files on a disk and clicking the .EXE file.
The Question is : What's the exact line that similar to "ReadKey" I have
to
to
add to this win32 console project
so that it can run from a coppied disk ??
Can any body HELP??
Thanks
=============== =============== ========