// AVSOfficeHtmlFileTest.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include "Test.h" int wmain(int argc, wchar_t* argv[]) { Test::Docx2Html(); // Test::Html2Docx(); return 0; }