diff --git a/magicswf.c b/magicswf.c index 2d95172..12439aa 100644 --- a/magicswf.c +++ b/magicswf.c @@ -1,7 +1,4 @@ -#include -#include -#include -#include +#include "magicswf.h" void show_intro(); FILE *open_input_file(const char *name); @@ -39,9 +36,9 @@ int main(int argc, char *argv[]) void show_intro() { putchar('\n'); - puts("Magic swf. Version 1.4.7"); + puts("Magic swf. Version 1.4.9"); puts("A simple tool for converting Adobe flash movie to self-played movie"); - puts("This sofware made by Popov Evgeniy Alekseyevich,2011-2022 years"); + puts("This sofware made by Popov Evgeniy Alekseyevich,2011-2024 years"); puts("This software distributed under GNU GENERAL PUBLIC LICENSE"); putchar('\n'); } diff --git a/magicswf.h b/magicswf.h new file mode 100644 index 0000000..a066376 --- /dev/null +++ b/magicswf.h @@ -0,0 +1,8 @@ +#if defined _MSC_VER && _MSC_VER>=1400 + #pragma warning(disable : 4996) +#endif + +#include +#include +#include +#include \ No newline at end of file diff --git a/magicswf.tgt b/magicswf.tgt index 0fa4c99..fad8175 100644 --- a/magicswf.tgt +++ b/magicswf.tgt @@ -1,4 +1,4 @@ -40 +42 targetIdent 0 MProject @@ -53,8 +53,8 @@ WString WINLINK 14 WString -14 -?????Debug all +16 +?????WLINK_d_all 1 0 15 @@ -65,8 +65,8 @@ WString WINLINK 17 WString -13 -?????Map file +15 +?????WLINK_op_m 1 0 18 @@ -78,7 +78,7 @@ WVList 0 19 WPickList -2 +4 20 MItem 3 @@ -98,8 +98,8 @@ WString WCC 25 WString -29 -?????No debugging information +11 +?????WCG_d0 1 1 26 @@ -110,8 +110,8 @@ WString WCC 28 WString -24 -?????Full debugging info +11 +?????WCG_d2 1 0 29 @@ -122,8 +122,8 @@ WString WCC 31 WString -33 -??2??80386 register-based calling +11 +??2??WCG_3r 1 1 32 @@ -134,8 +134,8 @@ WString WCC 34 WString -39 -??2??Pentium Pro register-based calling +11 +??2??WCG_6r 1 0 35 @@ -163,3 +163,39 @@ WVList 1 1 0 +40 +MItem +3 +*.h +41 +WString +3 +NIL +42 +WVList +0 +43 +WVList +0 +-1 +1 +1 +0 +44 +MItem +10 +magicswf.h +45 +WString +3 +NIL +46 +WVList +0 +47 +WVList +0 +40 +1 +1 +0 diff --git a/magicswf.wpj b/magicswf.wpj index d74d8dc..4a81f59 100644 --- a/magicswf.wpj +++ b/magicswf.wpj @@ -1,4 +1,4 @@ -40 +42 projectIdent 0 VpeMain @@ -6,8 +6,8 @@ VpeMain WRect 0 0 -7676 -9213 +7668 +9200 2 MProject 3 @@ -30,8 +30,8 @@ VComponent WRect 0 0 -5659 -4186 +5652 +4173 0 0 9 diff --git a/readme.txt b/readme.txt index f6e2edb..c67e5e0 100644 --- a/readme.txt +++ b/readme.txt @@ -3,11 +3,11 @@ A simple tool for converting Adobe flash movie to self-played movie This software made by Popov Evgeniy Alekseyevich - Version 1.4.7 + Version 1.4.9 System requirement -48 kilobytes free space on storage media. +60 kilobytes free space on storage media. Description and usage @@ -53,4 +53,5 @@ Version history 1.4.2 - Small bug fixed. 1.4.3 - Small changes. 1.4.3.1 - 1.4.3.4 - Documentation updated. -1.4.4 - 1.4.7 - Small changes. \ No newline at end of file +1.4.4 - 1.4.8 - Small changes. +1.4.9 - Visual C++ support improved. \ No newline at end of file