Connection Search Results
You searched for:
items submitted by gkarracer for this connection
(signing in could show even more results)
Initialization of POD struct members is not performed if the struct member has a non-POD type (i.e. with its own structure).
Given the following code:
struct A
{
int a;
int b;
};
…
Created on 1/8/2009 (updated 42 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 392463
|
|
|
Closed
as Won't Fix
|
|
Using the "Select" button/tool from the color dialog via CMFCColorDialog in VS2008 SP1, only the primary monitor is recognized for selection. I'm sure this is because in the Create function inside the…
Created on 12/4/2008 (updated 24 weeks ago) | 1 validation | 0 workarounds | 6 comments | feedback id: 386608
|
|
|
Closed
as Won't Fix
|
|
Literal text strings in the visualizer inside the autoexp.dat file do not allow the use of a colon. This generates an error in the autoexp.dat file. Changing the colon to another character works as ex…
Created on 4/3/2007 (updated 133 weeks ago) | 1 validation | 0 workarounds | 3 comments | feedback id: 267545
|
|
|
Closed
as Won't Fix
|
|
This error fails before and after SP1 installed.
The following code copies values from a vector to a set, but it uses a custom iterator adaptor so that only a member variable is added to the set. I…
Created on 12/27/2006 (updated 144 weeks ago) | 1 validation | 0 workarounds | 4 comments | feedback id: 248437
|
|
|
Closed
as Won't Fix
|
|
The following code first produces a fatal compiler error and then the compiler crashes.
#include <string>
#include <vector>
int _tmain(int argc, _TCHAR* argv[])
{
struct Test
{
…
Created on 12/8/2006 (updated 148 weeks ago) | 0 validations | 0 workarounds | 1 comment | feedback id: 244284
|
|
|
Closed
as Not Reproducible
|
|
I use the custom build step to launch a post-build application that reports output in the output window via standard out. That works fine. I have the application format error output to match the error…
Created on 7/12/2005 (updated 180 weeks ago) | 0 validations | 0 workarounds | 4 comments | feedback id: 100563
|
|
|
Closed
as Not Reproducible
|
|
When building the release build for an MFC project that uses Whole Program Optimization (a.k.a. Link Time Code Generation) the build fails with the following error:
fatal error C1083: Cannot open c…
Created on 7/12/2005 (updated 180 weeks ago) | 0 validations | 0 workarounds | 13 comments | feedback id: 115054
|
|
|
Closed
as Fixed
|
|