No announcements
Found 2912518 threads
-
0 Votes
STL bug in the CRT. fix?
The last comment by Martyn Lovell, makes it clear. This bug will be released as a QFE, and will also be present in Service pack 1 for Visual Studio ...Answered | 2 Replies | 4658 Views | Created by Ernest D_ - Tuesday, March 21, 2006 6:19 AM | Last reply by Ayman Shoukry - MSFT - Tuesday, March 21, 2006 3:31 PM -
5 Votes
STL compatibility across different versions of CRT
In every major version (VS 2005, 2008, 2010, 2012, etc.) we change the representations of STL objects like string and vector, making them binary-incompatible. We now ...Answered | 6 Replies | 5774 Views | Created by N. V. Hari Krishna - Wednesday, January 27, 2010 7:18 AM | Last reply by Stephan T. Lavavej - MSFT - Thursday, July 5, 2012 2:01 PM -
0 Votes
Bug: CRT Library : FLS_GETVALUE
Finally, how I can submit this bug to the software development team of CRT runtime library? Submit your bug report here ...Unanswered | 1 Replies | 3946 Views | Created by Secure Coder - Tuesday, April 19, 2011 3:32 AM | Last reply by David Lowndes - Tuesday, April 19, 2011 6:58 AM -
0 Votes
vs2012 stl::is_function bug
Hi, I have created a feedback in http://connect.microsoft.com/ :httpsAnswered | 3 Replies | 1682 Views | Created by vs2012 stl bug - Tuesday, December 4, 2012 3:09 PM | Last reply by Elegentin Xie - Wednesday, December 19, 2012 9:40 AM -
0 Votes
Bug in CRT Ms Visual C++ libraries
I need fix of that problem in Visual C++ 6. I can't switch my projects to the VC++ 7.1 or 2005. And I need run it under Debug ...Answered | 3 Replies | 4583 Views | Created by Jamador - Tuesday, March 28, 2006 7:25 PM | Last reply by TenBaseT - Monday, July 9, 2007 10:47 AM -
2 Votes
STL Vector Assertion Bug
that uses just the core GDI libraries all the way from yester year. I've built it up to allow sprites to draw and update on the screen etc. As an ...Answered | 16 Replies | 3100 Views | Created by Kraig_Walker - Thursday, January 12, 2012 11:24 AM | Last reply by Igor Tandetnik - Thursday, January 12, 2012 4:58 PM -
0 Votes
Linker bug? data_seg(".CRT$XIU") not merged into other .CRT segments
One clarification: The result of this problem is that initializers that are intended to run after C runtime init but before C++ init will not run at all - the CRT ...Answered | 2 Replies | 7086 Views | Created by erikmav - Thursday, February 8, 2007 7:02 PM | Last reply by erikmav - Thursday, February 8, 2007 10:22 PM -
0 Votes
Is there a bug in the STL implimentation?
chess are two of my many interests. The keyword appears in the C++ standard, even the latest C++ standard. I didn't ...Unanswered | 4 Replies | 2946 Views | Created by Christopher Pisz - Wednesday, February 25, 2009 11:45 PM | Last reply by Christopher Pisz - Monday, March 9, 2009 4:48 AM -
0 Votes
Unlinking the CRT...
won't be a list since I've given up. It's simply not been worth my time to fight the compiler writers on this one. If they insist that I link in the CRT ...Answered | 6 Replies | 5305 Views | Created by punkrock - Thursday, September 22, 2005 5:43 AM | Last reply by punkrock - Sunday, November 13, 2005 2:46 AM -
0 Votes
Sandcastle... fix for bug in <overloads> processing
Thanks David. This is a bug. We will fix it in future drop.Discussion | 1 Replies | 5138 Views | Created by Bucket - Sunday, December 3, 2006 11:07 AM | Last reply by Steven -MSFT - Monday, December 4, 2006 3:11 AM -
4 Votes
vc++ 6.0 CRT Bug not fixed?
Thanks Ted, I really do appreciate your replies. Just to note, when I install the CRT (by default it is not installed) and run through all the steps and rebuildAnswered | 17 Replies | 6137 Views | Created by jmass16 - Tuesday, May 13, 2008 8:11 PM | Last reply by Ted_ - Thursday, May 29, 2008 12:26 AM -
0 Votes
How to fix the WinInet's block bug ?
if this is a bug, you can send you sample to the connect.microsoft.com. Maybe they can help youUnanswered | 1 Replies | 3718 Views | Created by Koma.Walk - Saturday, June 11, 2011 1:44 AM | Last reply by Amber_dream - Wednesday, June 15, 2011 2:31 AM -
0 Votes
I can't fix error C2064 in my STL sample code
// square each value in the vector using squareval () for_each(v1.begin(), v1.end(), mem_fun<int, StoreVals>(&Answered | 3 Replies | 2497 Views | Created by stillwhere - Monday, August 6, 2012 10:01 AM | Last reply by Igor Tandetnik - Monday, August 6, 2012 12:18 PM -
1 Votes
2008 CRT compatible with 2008 SP1 CRT?
I'm not aware of any binary incompatibilities between the CRT versions. You'll be using the retail edition anyway, unless you #define ...Answered | 1 Replies | 3623 Views | Created by Boris Dušek - Saturday, April 25, 2009 11:08 AM | Last reply by nobugz - Saturday, April 25, 2009 1:54 PM -
0 Votes
Bug fix request
still there.Also, after a long Long LONG argument with MS tech support on this where they kept insisting there was no bug, they finally tried it and then agreed that it is a bug.Try ...Answered | 12 Replies | 5627 Views | Created by DavidThi808 - Tuesday, December 6, 2005 10:59 PM | Last reply by DavidThi808 - Friday, December 9, 2005 10:15 PM -
0 Votes
SortDescriptions Bug to Fix
programming output via WPF and .NET (4). PLEASE MAKE WAVES TO FIX THIS, and send us ALL a .Net 4 bug fix tomorrow. Otherwise, I can not continue to ...Answered | 3 Replies | 4121 Views | Created by JamieVJohnson - Friday, January 21, 2011 1:12 AM | Last reply by JamieVJohnson - Sunday, January 23, 2011 6:59 PM -
0 Votes
crt ??
This indicates it as a VB Script - in which case youd probably get a better response from using the forums at vandyke.com for that specific ...Answered | 1 Replies | 5218 Views | Created by Greenjedi - Monday, May 22, 2006 8:18 AM | Last reply by spotty - Monday, May 22, 2006 12:49 PM -
0 Votes
STL library
I have heard that you can use linked list from the Stl library without actually implementing it. What i really want to do is I want to read data from a file such ...Discussion | 1 Replies | 3534 Views | Created by HeartBreakKid_123 - Tuesday, March 1, 2011 2:21 AM | Last reply by WayneAKing - Tuesday, March 1, 2011 2:49 AM -
0 Votes
PLEASE FIX DISPLAY BUG
There are hundreds of posts that are unreadable because they have /p stuck in them. There is no formatting. All that work users went to to post items and even worse all the answers ...Unanswered | 2 Replies | 7162 Views | Created by BobH2 - Tuesday, April 26, 2011 1:26 AM | Last reply by Jundan Wu - Tuesday, April 26, 2011 11:20 PM -
0 Votes
cannot fix this bug
RMW724. do you see the buggy second square thet appears? how can i fix that? can you also advise me how to set it to recognize if the object goes out of ...Answered | 2 Replies | 3658 Views | Created by despe_rado - Tuesday, January 18, 2011 1:56 PM | Last reply by despe_rado - Wednesday, January 19, 2011 12:26 AM - Items 1 to 20 of 2912518 Next ›
No announcements