Could anyone help me to find what is wrong with my program. When I compiled it, I received such error message:
"libcid.lib(streamb1.obj) : fatal error LNK1143: invalid or corrupt file: no symbol for comdat section 0x3
Error executing link.exe."

I made the program in Borland Builder and it was OK, but when I tryed to compile it in MS VC++ 6.0 I have got a linker error. I created a project Win32 console and pasted all code into 3 files: one main .cpp - driver program and another .cpp - small file with only one class and .h file for it.

I would appreciate any help.
Thanks