C++ Precompiled Headers

C++ Precompiled Headers

The notes in MicroStationAPI.h include the following suggestion:

If you have more than one source file linked into a single .dll, you should definitely use precompiled header files.

How do we tell C++ to use a precompiled header in our BMake file?The only MDL example project that has a possible precompiled header StdAfx.h is ToolExample, but doesn't use it (it's not mentioned in the bmake file).

Regards, Jon Summers
LA Solutions