Dll '.APP ' has initialised data
| Fri, 2006-02-24 15:25 | |
|
I got this problem when I compile a program. I read the .APP.MAP file. On the data segment (.data). They show this
0x1004d000 0x8 /UREL/DEF.o 0x1004d008 0xe0 /UREL/ABC.o without showing the variable that is initalized globally also, for the second one, I even didn't have a global veriable for abc.c file so how can i find that out? where is the global variable? |
|






Forum posts: 148
Forum posts: 14
Forum posts: 28
Think that will work.
ViruDoshi
Forum posts: 101
Forum posts: 364
- writable static data is not allowed in DLLs but is allowed in EXEs.
- non writable static data is allowed in both.
After 9.x
writable static data is allowed but strongly discouraged from being used.