// FVIModif.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "Test.h" #include int _tmain(int argc, _TCHAR* argv[]) { Test essai; essai.GetFileVersion; return 0; }