Frequently Asked Questions

Table of Contents

*   How do I export the *.mak file in order to submit my work?

*  About exercise-2: How can I wait on many objects simultaneously?

 

How do I export the *.mak file in order to submit my work?

Make sure you have at least one open project in your workspace.

Select the “Project->Export Makefile…” at the MS-VC++.

 

 

Now you have to select which of the projects (if you have more than one) is to be exported.

 

 

Press “OK” button and the *.mak file is ready .

 

Back to top

 

About exercise-2: How can I wait on many objects simultaneously?

Instead of the WaitForSingleObject() from the sample code use the WaitForMultipleObjects() function.

 

Back to top

 

Last revised: 13/11/2002