-
How does one insert data into his already compiled .EXE?
I have tried "On blah as Binary" then replacing Data found in the applications prop. area at the end... but there has to be an easier way!
Is there an API function I could use or something?
Maybe to read through my compiled app. and change the value of a Const
If anyone has any ideas I would appreciate them!
the one they call... Brandon
-
I'm not sure exactaly what you need this for but if your wanting to do it to dynamically change contant values in your code (which is what it sounded like) a much easier way would be to read and write it to an .INI file or some other kind of outside file.
Or a much more elegant solution would be to create a registry key for your program and read and write it there.
-
hrmmm
no... I need it to add it directly into the App.
I already know the alternatives -- I'm just looking for a better solution than my other method.
thanx though,
Brandito