mirror of
https://github.com/sfall-team/int2ssl.git
synced 2026-07-27 16:52:42 -07:00
First usable version
This commit is contained in:
@@ -41,23 +41,23 @@ int main(int argc, char* argv[])
|
||||
printf(" --: end of options\n");
|
||||
printf("\n");
|
||||
|
||||
// if (argc < 2)
|
||||
// {
|
||||
// PrintUsage(argv[0]);
|
||||
// cin.get();
|
||||
// return 1;
|
||||
// }
|
||||
if (argc < 2)
|
||||
{
|
||||
PrintUsage(argv[0]);
|
||||
cin.get();
|
||||
return 1;
|
||||
}
|
||||
|
||||
// if (!ProcessCommandLine(argc, argv))
|
||||
// {
|
||||
// return 1;
|
||||
// }
|
||||
if (!ProcessCommandLine(argc, argv))
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
CFile fileInput;
|
||||
CFile fileOutput;
|
||||
|
||||
g_strInputFileName = "BECA.int";
|
||||
g_strOutputFileName = "BECA.int.ssl";
|
||||
//g_strInputFileName = "BECA.int";
|
||||
//g_strOutputFileName = "BECA.int.ssl";
|
||||
|
||||
if (!fileInput.Open(g_strInputFileName, CFile::modeRead | CFile::shareDenyWrite))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user