Hi All,
I have an Build issue. I am implementing a Virtual NIC driver.
While building the same source file on different machines the size of the
driver differs from machine to machine.
All my build machine contains following setup
OS: Windows XP/SP1 with VC++ 6.0 and core SDK.
DDK: Windows XP/SP1.
I wouldn’t figure out why this is happening.
All your suggestions are welcome.
Thanks,
Cyril
***************************************************************************
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.
***************************************************************************
Hello
Could it be the source file path that is differing?
The build might embbed some debug info, and the pathes to these debug
symbols…
Try to “FC file1.sys file2.sys /b” , and see where the differene starts?
(near the end of the files?)
–
Elias
“sagayac” wrote in message news:xxxxx@ntdev…
> Hi All,
>
> I have an Build issue. I am implementing a Virtual NIC driver.
> While building the same source file on different machines the size of the
> driver differs from machine to machine.
> All my build machine contains following setup
>
> OS: Windows XP/SP1 with VC++ 6.0 and core SDK.
> DDK: Windows XP/SP1.
>
> I wouldn’t figure out why this is happening.
>
> All your suggestions are welcome.
>
> Thanks,
> Cyril
Thanks Elias, the underscore(_) or Hypen(-) in the source path makes the
difference.
Thanks,
Cyril
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of lallous
Sent: Tuesday, November 29, 2005 2:09 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] NDIS Miniport driver size difference
Hello
Could it be the source file path that is differing?
The build might embbed some debug info, and the pathes to these debug
symbols…
Try to “FC file1.sys file2.sys /b” , and see where the differene starts?
(near the end of the files?)
–
Elias
“sagayac” wrote in message news:xxxxx@ntdev…
> Hi All,
>
> I have an Build issue. I am implementing a Virtual NIC driver.
> While building the same source file on different machines the size of the
> driver differs from machine to machine.
> All my build machine contains following setup
>
> OS: Windows XP/SP1 with VC++ 6.0 and core SDK.
> DDK: Windows XP/SP1.
>
> I wouldn’t figure out why this is happening.
>
> All your suggestions are welcome.
>
> Thanks,
> Cyril
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@future.futsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
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.