{NOTE}: Visual Studio Dos support in the .ipp file. The problem here is more likely manual inefficiency than technical.
There are several .ip files in a C ++ project. When compiling in Visual C ++ 2008, I see some linker errors "LNK2019: unresolved external symbol" . I figured that for some object file linker it was not possible to link several functions that were implemented in the .ipp file. I included .ipp files in the project (before they were not), but still the same problem.
My question is: does visual C ++ 2008 not support .ipp file? If he does the right way to resolve these linker errors.
EDIT 1: I found this link, which supposedly should provide a workaround for working * .ipp for visual C ++. But I use Visual C ++ 2008 and I see that there is no "Languages \ File Extensions" field in the registry path, as this link says.
source share