Click here to Skip to main content
15,885,216 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: what is WTL ? Pin
Michael Dunn2-Oct-06 7:35
sitebuilderMichael Dunn2-Oct-06 7:35 
GeneralRe: what is WTL ? Pin
Steve S27-Sep-06 1:22
Steve S27-Sep-06 1:22 
QuestionBHO cpu usage is too high Pin
daheitou26-Sep-06 3:10
daheitou26-Sep-06 3:10 
QuestionWTL code wrappers for Scintilla Pin
Igor Vigdorchik25-Sep-06 8:29
Igor Vigdorchik25-Sep-06 8:29 
AnswerRe: WTL code wrappers for Scintilla Pin
Alain Rist25-Sep-06 12:43
Alain Rist25-Sep-06 12:43 
GeneralRe: WTL code wrappers for Scintilla Pin
Igor Vigdorchik25-Sep-06 14:57
Igor Vigdorchik25-Sep-06 14:57 
Questionregister an attributed ATL7 com dll file [modified] Pin
Samy_Ibraheem_Mo24-Sep-06 10:04
Samy_Ibraheem_Mo24-Sep-06 10:04 
AnswerRe: register an attributed ATL7 com dll file Pin
Samy_Ibraheem_Mo24-Sep-06 17:13
Samy_Ibraheem_Mo24-Sep-06 17:13 
AnswerRe: register an attributed ATL7 com dll file Pin
User 21559724-Sep-06 22:31
User 21559724-Sep-06 22:31 
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 
Hi.

I have a WTL 7.5 app created in VS2005 on XP.

In the app I was intending to make use of various STL containers. I began by entering:

using namespace std;

just under my header declarations, BOOM!
I instantly got 11 errors, 5 pairs of:

error C2006: '#using' : expected a filename, found 'namespace'
fatal error C1190: managed targeted code requires a '/clr' option WTF | :WTF:

and 1:

BSCMAKE: error BK1506 : cannot open file '.\Debug\DispInterface.sbr': No such file or directory.

I've rummaged around my settings and could see nothing that cause this (though obviously, I expect I'm missing something). Anyway, I continued with the app as I could use std:: to use the containers I wanted, only to find when I called push_back on a vector I got a heap corruption (C0000005).

I can only presume these are connected as I understand neither.

Any insights would be greatly appreciated

Thanks

Tom
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 
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 

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.