i want to insert date in native win 32 console application ..is their any date function present in it?if it then tell me method to use to make atrial version .and how to make programm working with date if date expire then how to p4revent programm from working? plzzz help me
That's because you have it compiled in debug mode. Their computer doesn't have the files necessary to run it.
In visual studio at the top of the screen, there should be a combo box that says "Debug". Click it, and select release. Recompile, and then your executable should work on your friends' computers, provided they have the VC++ redistributable installed.
they do not need any of the files kg1992 mentioned, unless they're compiling the project themselves.
i cant understand your answar plz tell me wht should i do to execute my native win32 console application on any computer.? plzz mention steps to resolve this prblm..after making application i used to make all files as zip and then send to my friends
You must compile the project in Release mode and send exe file in Release folder.
If you look at the toolbars(right below the menu bar) there is a combo list box says "Debug". (Next to it might say Win32) If you click the box, you will see the "Release".