- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
1. What does this mean? /stack:0x14,0x14 (the caller which is itself a com server seems to have this, does it even apply in a com server?)
2.one more question about allocatable arrays. It seems that the stack overflow (assumingthe codeis returned correctly by the c-wrapper), happens WITH large allocatable arrays.Is it true that the allocatable arrays are not a burden on the stack memory?
Tim
Message Edited by rahzan on 12-02-2003 01:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
Answer 2 may explain it.
Still, the documentation says:"Specify the reserve and commit values in decimal or C-language notation. (Use the digits 1-9 for decimal values, precede octal values with zero (0), and precede hexadecimal values with zero and x (0x or 0X)."
And you said that the format is a number in bytes So, does /STACK:0x14,0x14 mean twenty bytes or 20Mb??
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One place you can see /stack documented is in the instructions for building the benchmarks on www.polyhedron.com
/link /stack:90000000 would give 90MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for answers.
So will it even help if I raise the stack size in the caller, if the caller is itself a com-dll?
The top level caller is VBA and I don't even know if that has a way of increasing its stack size nor what its default is. Any ideas will be appreciated.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page