#include #include "FileBrowserApp.h" int __cdecl main() { FileBrowserApp app; app.Create(); return app.Run(); }