Click here to Skip to main content
15,914,820 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: register an attributed ATL7 com dll file Pin
Zodiacon25-Sep-06 6:59
Zodiacon25-Sep-06 6:59 
QuestionComposite Control Info Pin
Demian Panello21-Sep-06 17:06
Demian Panello21-Sep-06 17:06 
AnswerRe: Composite Control Info Pin
Jörgen Sigvardsson22-Sep-06 6:54
Jörgen Sigvardsson22-Sep-06 6:54 
QuestionUsing STL with WTL is causing problems Pin
TClarke20-Sep-06 22:52
TClarke20-Sep-06 22:52 
AnswerRe: Using STL with WTL is causing problems Pin
Rob Caldecott20-Sep-06 23:09
Rob Caldecott20-Sep-06 23:09 
GeneralRe: Using STL with WTL is causing problems Pin
Stuart Dootson21-Sep-06 1:03
professionalStuart Dootson21-Sep-06 1:03 
AnswerRe: Using STL with WTL is causing problems Pin
Stuart Dootson20-Sep-06 23:11
professionalStuart Dootson20-Sep-06 23:11 
GeneralRe: Using STL with WTL is causing problems Pin
TClarke20-Sep-06 23:30
TClarke20-Sep-06 23:30 
Firstly, thanks for the speedy responses Smile | :)

there's certainly no rogue '#' in there, the file begins as follows:
<br />
<br />
#pragma once<br />
#include "idlobject.h"<br />
#include "IDLMethod.h"<br />
#include "IDLProperty.h"<br />
<br />
#using namespace std;<br />
<br />
class CDispInterface :<br />
	public CIDLObject<br />
{<br />
<br />



std::string test = "Test";
Worked fine, but:

std::vector< CIdlMethod* > m_vMethods;<br />
CIdlMethod* pMethod = new CIdlMethod(); <br />
m_vMethods.push_back( pMethod );


fails with a heap corruption Confused | :confused:

PS. thanks for the link to that FAQ page.

Tom
GeneralRe: Using STL with WTL is causing problems Pin
Stuart Dootson21-Sep-06 1:02
professionalStuart Dootson21-Sep-06 1:02 
GeneralRe: Using STL with WTL is causing problems Pin
TClarke21-Sep-06 3:12
TClarke21-Sep-06 3:12 
AnswerRe: Using STL with WTL is causing problems Pin
prasad_som20-Sep-06 23:12
prasad_som20-Sep-06 23:12 
GeneralRe: Using STL with WTL is causing problems Pin
TClarke20-Sep-06 23:47
TClarke20-Sep-06 23:47 
Questionstd::string in unicode builds Pin
rana7420-Sep-06 19:56
rana7420-Sep-06 19:56 
AnswerRe: std::string in unicode builds [modified] Pin
Rob Caldecott20-Sep-06 20:31
Rob Caldecott20-Sep-06 20:31 
GeneralRe: std::string in unicode builds Pin
Jörgen Sigvardsson21-Sep-06 9:46
Jörgen Sigvardsson21-Sep-06 9:46 
AnswerRe: std::string in unicode builds Pin
George L. Jackson21-Sep-06 15:23
George L. Jackson21-Sep-06 15:23 
GeneralRe: std::string in unicode builds Pin
Steve S21-Sep-06 22:11
Steve S21-Sep-06 22:11 
GeneralRe: std::string in unicode builds Pin
George L. Jackson22-Sep-06 11:09
George L. Jackson22-Sep-06 11:09 
GeneralRe: std::string in unicode builds Pin
Steve S24-Sep-06 23:03
Steve S24-Sep-06 23:03 
GeneralRe: std::string in unicode builds Pin
George L. Jackson26-Sep-06 15:02
George L. Jackson26-Sep-06 15:02 
QuestionVS2005 versions of the following classes for WTL app ? Pin
Defenestration19-Sep-06 5:40
Defenestration19-Sep-06 5:40 
GeneralATL 8 registration troubles Pin
Wes Aday19-Sep-06 4:49
professionalWes Aday19-Sep-06 4:49 
AnswerRe: ATL 8 registration troubles Pin
Wes Aday28-Sep-06 5:21
professionalWes Aday28-Sep-06 5:21 
QuestionHow memory efficient is std::set? Pin
Dave Cross18-Sep-06 5:43
professionalDave Cross18-Sep-06 5:43 
AnswerRe: How memory efficient is std::set? Pin
Zac Howland18-Sep-06 6:17
Zac Howland18-Sep-06 6:17 

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.