does anyone know how to make a patch file for another program with visual basic. if u do please tell me how !!!!!! thanx
Printable View
does anyone know how to make a patch file for another program with visual basic. if u do please tell me how !!!!!! thanx
Could you let me know what exactly you want to do with the pacth program.
You may email me at [email protected]
well i have a program that has a magor glitch but i didnt save the .Mak file and i want to fix it
mak files are not really needed.
Do you still have the .FRM files and any modules (.BAS)?
If so, just make a new project (new .MAK file) and add in all the other forms and modules. MAK files are basically just text files that contain some information (mostly the filenames of the forms etc in the project)
If you only have a compiled version of the program (EXE) then you'll have to find some kind of decompiler