User forums > Help

Can't find crtdbg.h

<< < (2/4) > >>

Biplab:

--- Quote from: jmeuf on January 29, 2007, 11:29:19 pm ---Is there any other compiler such DevC++ that can handle that ?

--- End quote ---

DevC++ is an IDE, not a compiler. ;)

jmeuf:
Thanks for the precision !! (and so is CodeBlocks...)

By the way, I would like to keep the opportunity of this thread to ask a new question: I need to link the STL (Standard Template Library). Does anybody know where to find it?

TDragon:

--- Quote from: jmeuf on March 03, 2007, 09:11:13 pm ---I need to link the STL (Standard Template Library). Does anybody know where to find it?

--- End quote ---
For any modern compiler, STL is part of the included Standard C++ Library. For GCC and MSVC, one need only include the appropriate header files for the classes one wishes to use; no additional libraries need to be linked in.

saddam le pion:

--- Quote from: jmeuf on January 29, 2007, 11:21:00 pm ---I am trying to compile a source library which needs crtdbg.h
C::B can't find it and I checked that it is not included in the 'include' folder.

--- End quote ---
http://dotnet.di.unipi.it/Content/sscli/docs/doxygen/pal/crtdbg_8h-source.html

jmeuf:

--- Quote ---For any modern compiler, STL is part of the included Standard C++ Library. For GCC and MSVC, one need only include the appropriate header files for the classes one wishes to use; no additional libraries need to be linked in.
--- End quote ---

I downloaded the headers of the stl v3.3 from the SGI web site: http://www.sgi.com/tech/stl/download.html and copied in my 'include' folder.

1. some files overwite: all 'non .h' files (algorithm, bitset, deque...)
Should I keep or overwrite?

2. I tried 'with' overwriting the above mentionned files and still get errors:

C:\Programme\VCToolkit2003\include\stl_alloc.h:305: fatal error C1001: INTERNAL COMPILER ERROR
:: === Build finished: 1 errors, 0 warnings ===

3. I tried 'without' overwriting, but then I don't resolve my missing external symbols
 :?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version