The ECMA 334 - C# Language Specification states the following:
13.1.3 - Implicit enumeration conversions: An implicit enumeration conversion permits the decimal-integer-literal 0 to be converted to …
Created on 4/7/2012 (updated 5 weeks ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 735892
|
|
The following program should not compile correctly:
namespace Demo
{
interface IInterface { }
class Program
{
static void Main(string[] args)
{
Program pg = ne…
Created on 3/9/2012 (updated 6 days ago) | 0 validations | 0 workarounds | 4 comments | feedback id: 730202
|
|
The page/arrow up/down keys lose functionality when some web pages are clicked in. For instance, in the pages:
http://msdn.microsoft.com/en-us/library/w0x726c2(v=VS.110).aspx
http://msdn.microsoft.co…
Created on 3/6/2012 (updated 49 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 729270
|
|
|
Closed
as Deferred
|
|
The linker outputs the following message:
LINK : absolute symbol '彟汦畴敳d彀呒彃桃捥卫慴正慖獲㡀䀀剟䍔䍟敨正瑓捡噫牡㉳ㅀ2彀呒彃汁潬慣效灬牥ㅀ2' changed; performing full link
Created on 2/5/2012 (updated 61 weeks ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 723548
|
|
|
Closed
as Fixed
|
|
In dialog's resource view, when user adds any button's event handler, either double clicking it or through its context menu, the IDE inserts the macros DECLARE_MESSAGE_MAP(), BEGIN_MESSAGE_MAP(...) an…
Created on 1/8/2012 (updated 67 weeks ago) | 1 validation | 0 workarounds | 3 comments | feedback id: 717624
|
|
|
Closed
as Fixed
|
|
Any default single document application type with MFC standard project style crashes, always, because the variable (pointer type) pDockBar calculated inside CFrameWnd::DockControlBar(...), results in …
Created on 12/29/2011 (updated 62 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 715991
|
|
|
Closed
as Fixed
|
|
Files like VB, CPP, H, C, TLH, TLI and many others are name-searchable from the search textbox in start orb or from within Windows Explorer.
Except for VB files, all others are also content-searchable…
Created on 12/25/2011 (updated 69 weeks ago) | 1 validation | 0 workarounds | 7 comments | feedback id: 715487
|
|
|
Closed
as Fixed
|
|
In any MFC project (Dialog Box, Single/Multiple document, etc...) if setlocale function is used, the debug output window shows 2 messages related to memory leakings. I included a zipped file with 2 s…
Created on 12/20/2011 (updated 71 weeks ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 714908
|
|
|
Closed
as Duplicate
|
|
When using Microsoft extension to declare a property, i.e. __declspec(property(...)) , and this property is declared constant, I understand that the corresponding put method cannot be declared public,…
Created on 12/11/2011 (updated 71 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 713170
|
|
|
Closed
as By Design
|
|
VS11DP is not raising Access Violation exception when a program reads an array element with an out-of-range index, every time such element is read.
Created on 11/8/2011 (updated 76 weeks ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 699942
|
|
|
Closed
as By Design
|
|