Click here to Skip to main content
15,908,264 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Memory leak! Pin
Adam Roderick J21-Apr-10 17:59
Adam Roderick J21-Apr-10 17:59 
QuestionHow do I check syntax in Visual Studio 2008? Pin
Member 86892621-Apr-10 8:36
Member 86892621-Apr-10 8:36 
GeneralRe: How do I check syntax in Visual Studio 2008? Pin
David Crow21-Apr-10 8:55
David Crow21-Apr-10 8:55 
GeneralRe: How do I check syntax in Visual Studio 2008? Pin
«_Superman_»21-Apr-10 9:05
professional«_Superman_»21-Apr-10 9:05 
QuestionRe: How do I check syntax in Visual Studio 2008? Pin
David Crow21-Apr-10 9:08
David Crow21-Apr-10 9:08 
JokeRe: How do I check syntax in Visual Studio 2008? Pin
«_Superman_»21-Apr-10 10:12
professional«_Superman_»21-Apr-10 10:12 
AnswerRe: How do I check syntax in Visual Studio 2008? Pin
Iain Clarke, Warrior Programmer21-Apr-10 9:50
Iain Clarke, Warrior Programmer21-Apr-10 9:50 
QuestionMigrating code from VS6 to vs 2008 [modified] - SOLVED Pin
Jim Crafton21-Apr-10 6:46
Jim Crafton21-Apr-10 6:46 
I've got some older C++ code frm VS6 to VS2008, specifically:
std::locale loc = std::_ADDFAC( std::locale::classic(), new enUSNumberFomatter );


VS is bitching about:
'std::locale::facet::operator new' : no overloaded function takes 3 arguments
'std::locale::locale' : none of the 7 overloads could convert all the argument types

I presume there's been some change? The _ADDFAC exists, but I'm not sure I'm using it the right way anymore. Google doesn't seem to be very helpful here.


//edit
Turns out this:
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif


Causes a hassle. Commenting it out works.

¡El diablo está en mis pantalones! ¡Mire, mire!
SELECT * FROM User WHERE Clue > 0
0 rows returned

Save an Orange - Use the VCF!
Personal 3D projects
Just Say No to Web 2 Point Blow


modified on Wednesday, April 21, 2010 1:20 PM

QuestionDefining a second window class in in MFC app for a CDialog Pin
ForNow21-Apr-10 6:40
ForNow21-Apr-10 6:40 
AnswerRe: Defining a second window class in in MFC app for a CDialog Pin
«_Superman_»21-Apr-10 7:41
professional«_Superman_»21-Apr-10 7:41 
GeneralRe: Defining a second window class in in MFC app for a CDialog Pin
ForNow21-Apr-10 7:44
ForNow21-Apr-10 7:44 
JokeRe: Defining a second window class in in MFC app for a CDialog Pin
«_Superman_»21-Apr-10 7:44
professional«_Superman_»21-Apr-10 7:44 
GeneralRe: Defining a second window class in in MFC app for a CDialog Pin
ThatsAlok21-Apr-10 19:09
ThatsAlok21-Apr-10 19:09 
QuestionA Strange Problem With WMP Control Pin
LieDragon21-Apr-10 6:03
LieDragon21-Apr-10 6:03 
AnswerRe: A Strange Problem With WMP Control Pin
LieDragon21-Apr-10 18:09
LieDragon21-Apr-10 18:09 
Questioncrc32/checksum app Pin
andwan021-Apr-10 4:11
andwan021-Apr-10 4:11 
QuestionHelp for Pocket PC. Pin
Le@rner21-Apr-10 3:02
Le@rner21-Apr-10 3:02 
AnswerRe: Help for Pocket PC. Pin
Richard MacCutchan21-Apr-10 4:23
mveRichard MacCutchan21-Apr-10 4:23 
AnswerRe: Help for Pocket PC. Pin
LittleYellowBird21-Apr-10 5:16
LittleYellowBird21-Apr-10 5:16 
QuestionRSA Algorithm... Pin
D Naveen21-Apr-10 2:24
D Naveen21-Apr-10 2:24 
AnswerRe: RSA Algorithm... Pin
Maximilien21-Apr-10 3:04
Maximilien21-Apr-10 3:04 
GeneralRe: RSA Algorithm... Pin
ThatsAlok21-Apr-10 19:05
ThatsAlok21-Apr-10 19:05 
AnswerRe: RSA Algorithm... Pin
David Crow21-Apr-10 3:24
David Crow21-Apr-10 3:24 
AnswerRe: RSA Algorithm... Pin
Richard MacCutchan21-Apr-10 4:26
mveRichard MacCutchan21-Apr-10 4:26 
QuestionManifest Pin
john563221-Apr-10 1:04
john563221-Apr-10 1:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.