![]() |
|
#2
|
|||
|
|||
|
libcid.lib is the lib file for old iostream of VC++ 6. The VC++7 do not have because it uses Standard C++ library. You can search the text and delete the text: #pragma comment(lib, "libcid.lib") and change all #include old IOstream headers to new #include.
Ex: Old: #include <iostream.h> New: #include <iostream> // No .h Regards TQN |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how do you get a list of open file handles? | mokokan | General Discussion | 4 | 01-05-2006 01:55 |
| File: *.htz ? (how to open it) | hosiminh | General Discussion | 2 | 12-21-2004 06:17 |