I wonder if anyone knows how WinMobile uses internal memory resources?
I thought this memory would be used by array space, etc. But I have discovered that it seems to be program size. I find a program of mine that is 50kb source size takes about 8mb of internal program memory. Another program that is 95kb in source size takes more like 20kb.
The only way I have found to reduce this memory overhead is to reduce program source size. Reducing array demands seems to make no difference.
Can someone explain what is going on with internal program memory.
Note: the program CAB installs to SD Card. This is runtime memory usage.
I thought this memory would be used by array space, etc. But I have discovered that it seems to be program size. I find a program of mine that is 50kb source size takes about 8mb of internal program memory. Another program that is 95kb in source size takes more like 20kb.
The only way I have found to reduce this memory overhead is to reduce program source size. Reducing array demands seems to make no difference.
Can someone explain what is going on with internal program memory.
Note: the program CAB installs to SD Card. This is runtime memory usage.