
Signature
Kind regards,
Bruno.
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"
[Norman Diamond wrote the following lie ... though corrected it quickly ...]
>> For the second time I have found Visual Studio 2005 silently accepting
>> C++ source code that violates constraints, for which the standard
>> requires diagnostics.
[The following part is accurate]
>> The first case involved source code in a Microsoft publication targeting
>> writers of device drivers, I wondered how it could even compile, but it
>> did compile without a peep. Microsoft already resolved that as a "won't
>> fix" for the next version of Visual Studio after 2005.
>
> Out of curiosity, could you provide a link to the report you mentioned?
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID
=98816
> Btw, you don't compile device drivers with visual studio, do you?
I used scripts based on Mark Roddy's version to use the Visual Studio IDE
but invoke the DDK compilers. But that doesn't matter. The aforementioned
Microsoft publication targets device driver writers, but the particular code
in this case ran in user mode and I think it called some of the SetupDi
stuff. It still shouldn't have been allowed to compile, at least not
silently.