Generates code, that when compiled acts like a bound file. Some extra options are there as well like PHP ip logging. The ip can be logged via a remote php file on a web server.
........................................................................................................................
Longer description:
Binder front end, cpp generator
To use, unzip files into a directory run the exe file. If all else fails read the instructions. If the instructions don't answer your question feel free to ask.
No integrated compiler yet.
This generates a cpp file called binddude.cpp in the directory of the program that is compilable right off the bat with dev c++ (unless you use php logging, then must include wininet.lib)
I'm sure since all you have to do is compile the file to create the bound file, you will find this usefull. Bind up to 100 programs with the click of a button
.......................................
All the VB code is mine, some of the C code is mine the rest vnet576's. The php logging portion of the C code is mine. Edit: The php script itself however I got from a friend.
The credits for the original C bind code goto vnet576. You can view his original code, as well as the code to this program at the codelinx forum.
The regkey function in the generated code is a modified version of vnet576's function.
...............................................................
Notes:
You need to set the option to execute the bound file as well as the option to show the bound file running. When you run the frontend program all options are off by default.
The frontend program needs to have hex_dump.exe in the same directory (in zip file).
Read the readme for info on the php logging and option info.
If you use the php logging you need to include wininet.lib in a project (I'm working on bypassing this).
large files may take awhile, you can do them manually (look at vnet's tut) or start them do something else for awhile and come back to it later.
There is a file size limit, not sure what it is yet, this can be increased by changing the code to allow more wait time for the bat files to finish.
Enjoy and please report any bugs.
It creates some files but it cleans up after itself.
Edit: update to 1.5
