i'm migrating a fpw2.6 compiled exe to vfp6, and found that refox helped as the source code i had was out of date.
now i am faced with 2 more problems
calls to an API library (ie after set library to xxx.fll) and load(ed) and call(ed) bin files
i'm sure i can get over the API library as through the project manager, i could see what functions were in the library by selecting "information". i then searched all the refoxed code for these functions, and found that only a function to make a directory was used.
one of the bin files is created in the refoxed code if it does not exist, so i think i'm ok with that too. but i'm not sure what the purpose of the other bin file is.
so my question is
is there a tool, similar to refox, that will enable me to decompile a library and a bin file ?
Thanks
Pete Bloomfield
Down Under
now i am faced with 2 more problems
calls to an API library (ie after set library to xxx.fll) and load(ed) and call(ed) bin files
i'm sure i can get over the API library as through the project manager, i could see what functions were in the library by selecting "information". i then searched all the refoxed code for these functions, and found that only a function to make a directory was used.
one of the bin files is created in the refoxed code if it does not exist, so i think i'm ok with that too. but i'm not sure what the purpose of the other bin file is.
so my question is
is there a tool, similar to refox, that will enable me to decompile a library and a bin file ?
Thanks
Pete Bloomfield
Down Under