Click here to Skip to main content
16,010,394 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: VS 2005, Boost and STLPort Pin
Rob Caldecott14-Dec-05 11:38
Rob Caldecott14-Dec-05 11:38 
GeneralRe: VS 2005, Boost and STLPort Pin
Nemanja Trifunovic15-Dec-05 1:47
Nemanja Trifunovic15-Dec-05 1:47 
GeneralRe: VS 2005, Boost and STLPort Pin
Jörgen Sigvardsson15-Dec-05 3:24
Jörgen Sigvardsson15-Dec-05 3:24 
GeneralRe: VS 2005, Boost and STLPort Pin
Nemanja Trifunovic15-Dec-05 4:41
Nemanja Trifunovic15-Dec-05 4:41 
GeneralRe: VS 2005, Boost and STLPort Pin
Jörgen Sigvardsson15-Dec-05 4:59
Jörgen Sigvardsson15-Dec-05 4:59 
GeneralRe: VS 2005, Boost and STLPort Pin
Nemanja Trifunovic15-Dec-05 7:19
Nemanja Trifunovic15-Dec-05 7:19 
AnswerRe: VS 2005, Boost and STLPort Pin
Stuart Dootson14-Dec-05 21:42
professionalStuart Dootson14-Dec-05 21:42 
AnswerRe: VS 2005, Boost and STLPort Pin
Nemanja Trifunovic15-Dec-05 1:56
Nemanja Trifunovic15-Dec-05 1:56 
Robert Edward Caldecott wrote:
The fix is to rebuild the MSVCRT80.DLL, which is a major undertaking and, IMHO, not worth the pain.


Apparently, there is another "unofficial" way: Look at the third reply from the bottom of this page:[^]

Steps:

1) Open up istream in \Program Files\Microsoft Visual Studio 8\VC\Include
2) Before line 29, insert the following code

explicit __CLR_OR_THIS_CALL basic_istream(_Mysb *_Strbuf, bool _Isstd, bool _Noinit)
: _Chcount(0)
{ // construct from stream buffer pointer
if (!_Noinit)
_Myios::init(_Strbuf, _Isstd);
}

3) In the same file (istream), look for the following line:

: basic_istream<_Elem, _Traits>(_Strbuf, false),

and change it to:

: basic_istream<_Elem, _Traits>(_Strbuf, false, true),




My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
GeneralRe: VS 2005, Boost and STLPort Pin
Rob Caldecott15-Dec-05 2:18
Rob Caldecott15-Dec-05 2:18 
QuestionHow to pass Structures/Types as parameters in COM DLL function? Pin
karnav zaveri11-Dec-05 20:30
karnav zaveri11-Dec-05 20:30 
AnswerRe: How to pass Structures/Types as parameters in COM DLL function? Pin
Starick11-Dec-05 22:09
Starick11-Dec-05 22:09 
QuestionRogueWave ToolsVC? Pin
Ed K9-Dec-05 5:11
Ed K9-Dec-05 5:11 
Questionatlbase.h line 758 assertion failed Pin
hardworkboy7-Dec-05 21:59
hardworkboy7-Dec-05 21:59 
AnswerRe: atlbase.h line 758 assertion failed Pin
Lim Bio Liong7-Dec-05 22:29
Lim Bio Liong7-Dec-05 22:29 
GeneralRe: atlbase.h line 758 assertion failed Pin
hardworkboy12-Dec-05 21:02
hardworkboy12-Dec-05 21:02 
GeneralRe: atlbase.h line 758 assertion failed Pin
Steve S12-Dec-05 21:23
Steve S12-Dec-05 21:23 
GeneralRe: atlbase.h line 758 assertion failed Pin
Lim Bio Liong12-Dec-05 21:50
Lim Bio Liong12-Dec-05 21:50 
GeneralRe: atlbase.h line 758 assertion failed Pin
Jörgen Sigvardsson13-Dec-05 11:34
Jörgen Sigvardsson13-Dec-05 11:34 
GeneralRe: atlbase.h line 758 assertion failed Pin
hardworkboy13-Dec-05 14:52
hardworkboy13-Dec-05 14:52 
AnswerRe: atlbase.h line 758 assertion failed Pin
Stephen Hewitt8-Jan-06 17:12
Stephen Hewitt8-Jan-06 17:12 
QuestionHow to support session in an ATL web service client app? Pin
CherezZaboro7-Dec-05 7:24
CherezZaboro7-Dec-05 7:24 
QuestionAbout ATL ActiveX Object Pin
elza4-Dec-05 20:25
elza4-Dec-05 20:25 
Questionstring manipulation Pin
alex@zoosmart.us3-Dec-05 21:14
alex@zoosmart.us3-Dec-05 21:14 
AnswerRe: string manipulation Pin
toxcct5-Dec-05 3:31
toxcct5-Dec-05 3:31 
Questionlist class from STL Pin
SanjaySMK1-Dec-05 20:44
SanjaySMK1-Dec-05 20:44 

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.