I have winhex..Do you mean change these values on the:
programnameRUN.exe, the LOCKER.EXE or the td.exe?
Have any idea how to find this "mov j2,ax" in winhex?
Thanx in advance
In the main program folder i can see:
programNameRUN.exe
LOCKER.exe
TD.exe (the one that is appeared in the unlock function as you u can see above.)
i tried to delete the locker.exe and i got a message that it is being used from another prog or person and it couldnot be deleted..
"
Here's a...
ok this is what i found and might help...
int Unlock()
{
FILE *fp=fopen("td.exe","rb");
fseek(fp,0L,SEEK_END);
fseek(fp,-11L,SEEK_CUR);
if (!System(fp))
Wrong();
else
if (!OverMem(fp))
Wrong();
else
if (!VideoMem(fp))
Wrong();
fclose(fp)...
That means that we cannot do anything i suppose... :(
Bad news.. :(
Is there any chance that i could simulate my ancient pc on my new?!!That means that i get the list of hardware equipment of my ancient pc and make (not me...a suitable program..)a virtual platform in which the program will run?
Ha! I just had this crazy idea inspired from the words of glen9999!
If there was a prog like cpu-z for dos that could save the ancients computer's specification and then using this specification i could simulate it on a xp mahine?!Wouldn t that be great?!I guess it is science fiction... :(
VM stands for virtual machine?
IS there any way to simulate in a new xp machine the program?
I took the hard disk put it on another computer and started with a boot disk to get dos..After that, i tried to execute the program and i got again the same screen..
My first guess was that the program...
Hello!
After posting to another thread (for pascal) as i was "mis-informed" about the language of the program i finally write to the right topic..
I had this program in a computer since 1996 which run in dos platform.
The problem is that i want to upgrade to another pc and the program is locked...
Thank you very much...your answer was very helpful..I will make a new thread in the forum of c..
I will ask you something last: i can not see a main() function..Does this mean that i cant build an exe of the program?
Thanx again
Hello!
I am facing a very difficult problem and i'd like your help..:)
You see my mother had a computer since 1990 in which she had a program (in dos platform) which she used to create records for patients..The program was written in 1996 and the programmer since then has dissapeared..It might...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.