|
-
Nov 9th, 2000, 04:08 PM
#1
Thread Starter
Lively Member
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
-
Nov 9th, 2000, 04:13 PM
#2
Member
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.
-
Nov 9th, 2000, 04:24 PM
#3
Thread Starter
Lively Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|