#pragma hdrstop
#pragma warning (disable: 4244 4514 4706)
Can u please explain, what above directive will do?
regards,
Manish
***************************************************************************
This message is proprietary to Future Software Limited (FSL)
and is intended solely for the use of the individual to whom it
is addressed. It may contain privileged or confidential information
and should not be circulated or used for any purpose other than for
what it is intended.
If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message.
FSL accepts no responsibility for loss or damage arising from
the use of the information transmitted by this email including
damage from virus.
***************************************************************************
> #pragma hdrstop
#pragma warning (disable: 4244 4514 4706)
Can u please explain, what above directive will do?
Second disables some compiler warnings.
First is the end of precompiled headers. Headers after it are not
precompiled.
If you have a multi-file project, then a) do not put any headers of
your own which are subject to changes before #pragma hdrstop, put only
the never-changed files there b) ensure that all source files have
exactly the same set of includes before #pragma hdrstop.
Max
Put your cursor on it and hit F1. It’s quicker than mailing this list…
Dennis Merrill
Embedded Systems Engineer
Thermo Electron Corporation
Spectroscopy Division
-----Original Message-----
From: Manish K [mailto:xxxxx@future.futsoft.com]
Sent: Tuesday, May 28, 2002 6:55 AM
To: NT Developers Interest List
Subject: [ntdev] pragma
#pragma hdrstop
#pragma warning (disable: 4244 4514 4706)
Can u please explain, what above directive will do?
regards,
Manish
***************************************************************************
This message is proprietary to Future Software Limited (FSL)
and is intended solely for the use of the individual to whom it
is addressed. It may contain privileged or confidential information
and should not be circulated or used for any purpose other than for
what it is intended.
If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message.
FSL accepts no responsibility for loss or damage arising from
the use of the information transmitted by this email including
damage from virus.
***************************************************************************
You are currently subscribed to ntdev as: xxxxx@thermonicolet.com
To unsubscribe send a blank email to %%email.unsub%%