Re: Problems with directory length
- Posted by LarryMiller Sep 18, 2009
- 1449 views
MrAl said...
Hello again,
I looked up the definitions and found that realloc wants to copy the old mem contents sometimes, so i will go with free and malloc also. I changed the increment to 256 so it gets most paths in one shot too. It tested ok with these changes.
The only other strange thing left then is that the new backendw.exe file comes out more than twice as big as the previous backendw.exe, that came with 3.11, which is a lot bigger. The 3.11 file was about 74k and the new file is 179k. I wonder why the new file is so much bigger? Is there a switch or something?Al
Why is the new backendw.exe bigger? Because it has to do more, a lot more. There are new control structures, a more complex include system, and many new internal functions. A portion of the new regular expression system plus network sockets is also internel.