Click here to Skip to main content
15,921,941 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Can STL be used in a WTL project? Pin
Jörgen Sigvardsson24-Feb-04 3:33
Jörgen Sigvardsson24-Feb-04 3:33 
GeneralRe: Can STL be used in a WTL project? Pin
Michael Dunn24-Feb-04 6:42
sitebuilderMichael Dunn24-Feb-04 6:42 
GeneralRe: Can STL be used in a WTL project? Pin
Prakash Nadar26-Feb-04 13:54
Prakash Nadar26-Feb-04 13:54 
AnswerRe: Can STL be used in a WTL project? Pin
Jonas Larsson24-Feb-04 0:23
Jonas Larsson24-Feb-04 0:23 
GeneralRe: Can STL be used in a WTL project? Pin
freehawk24-Feb-04 17:23
freehawk24-Feb-04 17:23 
GeneralRe: Can STL be used in a WTL project? Pin
Igor Vigdorchik28-Feb-04 19:27
Igor Vigdorchik28-Feb-04 19:27 
QuestionHow to Get property value if it returns BSTR Pin
Inam23-Feb-04 20:32
Inam23-Feb-04 20:32 
Generalifstream troubles Pin
Jeremy Osner23-Feb-04 8:54
Jeremy Osner23-Feb-04 8:54 
The EOF marker has arisen from its MS-DOS grave to cause troubles for me -- I have an ifstream (which I open with the ios::binary flag specified) that refuses to read past a 0x1A byte. What am I doing wrong? The only calls I make are:


ticks.open(fn, ios::in || ios::binary);
...
ticks.seekg(fpos<int>(0, iter->offs));
...
ticks.read((char *) &data, sizeof (data));
if (ticks.eof()) return;



Whenever the initial byte of the block to be read is 0x1A, the read fails and eof() returns true. The same code works elsewhere and it's causing me a bit of grief. Any help greatly appreciated.

READIN writin rhythmetic
GeneralRe: ifstream troubles Pin
Joaquín M López Muñoz23-Feb-04 9:43
Joaquín M López Muñoz23-Feb-04 9:43 
GeneralRe: ifstream troubles Pin
Jeremy Osner23-Feb-04 9:58
Jeremy Osner23-Feb-04 9:58 
GeneralConverting an in-proc server to out-of-proc server Pin
Roozbeh6922-Feb-04 21:55
professionalRoozbeh6922-Feb-04 21:55 
GeneralRe: Converting an in-proc server to out-of-proc server Pin
Jörgen Sigvardsson23-Feb-04 10:46
Jörgen Sigvardsson23-Feb-04 10:46 
GeneralRe: Converting an in-proc server to out-of-proc server Pin
Vi223-Feb-04 20:17
Vi223-Feb-04 20:17 
GeneralMenu in IE window Pin
Abhi Lahare22-Feb-04 18:37
Abhi Lahare22-Feb-04 18:37 
GeneralAttaching string wrapper to preallocated string Pin
Alvin77720-Feb-04 21:25
Alvin77720-Feb-04 21:25 
GeneralRe: Attaching string wrapper to preallocated string Pin
Michael Dunn22-Feb-04 5:55
sitebuilderMichael Dunn22-Feb-04 5:55 
QuestionIDocHostUIHandler::ShowUI?? Pin
Abhi Lahare20-Feb-04 19:10
Abhi Lahare20-Feb-04 19:10 
GeneralBHO reading HTML input value Pin
macattack20-Feb-04 10:53
macattack20-Feb-04 10:53 
GeneralRe: BHO reading HTML input value Pin
Michael Dunn20-Feb-04 17:12
sitebuilderMichael Dunn20-Feb-04 17:12 
GeneralBuild ATL Server problem Pin
Member 4337820-Feb-04 3:28
Member 4337820-Feb-04 3:28 
GeneralRe: Build ATL Server problem Pin
macattack20-Feb-04 10:57
macattack20-Feb-04 10:57 
GeneralRe: IObjectWithSite in ATL Object Wizard Pin
Abhi Lahare19-Feb-04 22:21
Abhi Lahare19-Feb-04 22:21 
GeneralIObjectWithSite in ATL Object Wizard Pin
Abhi Lahare19-Feb-04 19:42
Abhi Lahare19-Feb-04 19:42 
GeneralRe: IObjectWithSite in ATL Object Wizard Pin
Jörgen Sigvardsson19-Feb-04 21:42
Jörgen Sigvardsson19-Feb-04 21:42 
GeneralAtrocious template library Pin
Anonymous19-Feb-04 5:48
Anonymous19-Feb-04 5:48 

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.