Hey,
Our company has been working on windows xp up till now and we recently switched to windows 7.
Now I noticed that there are some size differences.
For example we have a methode that uses aspose to convert a string (like a report typed in the application) to a pdf document. We also unit tested this method by just giving a short string to the method that converts to a memorystream and then checking the memorystream.length.
The short sting had a length of 27000 when we converted it back in XP and we checked with that number. Now that we changed to windows 7 the unit test fails because the length is suddenly 29000.
Is this difference between xp en 7 normal ?
Do you know why its there?
The conversion still works fine tho. I can still generate all my files perfectly.
I just found it about weird that the windows 7 files seemed to be slightly bigger.
Niels