Well GetModuleFileName works just fine to get the name of the EXE, but is there a function to get hte SIZE of it?
I'm appending data to the EXE and want to recover the EXE size before the data is added.
Does the app know data is appended (Doesn't by my calculations)....
basically it would be a faster way than using this darned equate:
THIS_EXE_SIZE= 68029
And having to change it every time I recompile..

Scott
------------------
Scott
mailto:[email protected][email protected]</A>
I'm appending data to the EXE and want to recover the EXE size before the data is added.
Does the app know data is appended (Doesn't by my calculations)....
basically it would be a faster way than using this darned equate:
THIS_EXE_SIZE= 68029
And having to change it every time I recompile..

Scott
------------------
Scott
mailto:[email protected][email protected]</A>
Comment