I just have a simple WCF service it calls a mixed mode assembly written in C++/CLI.
This code uses a native code function.
The initalizazion is executed as described, DllMain with DLL_PROCESS_ATTA…
Created on 9/9/2011 (updated 86 weeks ago) | 0 validations | 1 workaround | 4 comments | feedback id: 687727
|
|
|
Closed
as By Design
|
|
If dialog with a new MFC control like CMFCButton is loaded from a satellite DLL the dialog is not loaded when the project is a MBCS project.
Created on 8/30/2011 (updated 30 weeks ago) | 1 validation | 1 workaround | 5 comments | feedback id: 686157
|
|
|
Closed
as Fixed
|
|
If you have a dialog resource and open the property window in the resource editor for this dialog you find the property "Class name" but this property is always disabled. (greyed)
Created on 5/5/2011 (updated 15 weeks ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 666898
|
|
When a class gets deprecated the usage of a class should fire a warning.
But there is still an implementation. It is not good that this "usage" of the class implementation fires a warning.
Created on 4/27/2011 (updated 101 weeks ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 665127
|
|
|
Closed
as By Design
|
|
If I use #pragma region/endregion block in a larger source code, the outlining of functions and other blocks in this region disappears.
Created on 3/29/2011 (updated 83 weeks ago) | 1 validation | 0 workarounds | 3 comments | feedback id: 654313
|
|
|
Closed
as Fixed
|
|
If you have a C++ project and add manifest file to the project with some special data.
If you change this manifest file, the target exx/dll isn't rebuild.
The change of the manifest is not detected …
Created on 3/29/2011 (updated 106 weeks ago) | 0 validations | 0 workarounds | 6 comments | feedback id: 654293
|
|
|
Closed
as Fixed
|
|
Create a class.
Declare this class deprected with __decplspec.
Use this class.
You get no warning or compiler error.
Created on 3/29/2011 (updated 107 weeks ago) | 0 validations | 0 workarounds | 8 comments | feedback id: 654190
|
|
|
Closed
as Deferred
|
|
The following code matches some numbers followed by a dot.
As you can see the first and the and the second test matches 1 single repetition of 1. and 56.
But the third match with a combined string a…
Created on 3/1/2011 (updated 52 weeks ago) | 3 validations | 0 workarounds | 5 comments | feedback id: 648543
|
|
|
Closed
as Fixed
|
|
I just scrolled arround after leaving a "incomplete" syntactical incorrect statement. I need to review another code position in a C++ source.
Suddenly the application closes.
Also I switch away …
Created on 1/11/2011 (updated 57 weeks ago) | 0 validations | 0 workarounds | 12 comments | feedback id: 635653
|
|
|
Closed
as External
|
|
I have a project that builds a DLL, but this DLL is placed in the $(IntDir) by the linker (complete path is $(IntDir)$(TargetName)$(TargetExt)).
The final DLL is produced in a "Custom Build Step" tha…
Created on 11/15/2010 (updated 39 weeks ago) | 2 validations | 0 workarounds | 4 comments | feedback id: 622166
|
|
|
Closed
as By Design
|
|