BluesZhang / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

Build framework to work in both 32 bit and 64 bits #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Note the method in, for example, GDataFramework.h:
      void GDataFrameworkVersion(long* major, long* minor, long* release);

This is ambiguous.  We should use the architecture-safe versions of ints and 
longs.  In the case 
above we can probably get by with NSInteger.  But I'm sure there are many 
instances of this 
ambiguity that need to be resolved.

Suggestion: go through the code with the 
'/Developer/Extras/64BitConversion/ConvertCocoa64' 
script.

Original issue reported on code.google.com by dan94...@gmail.com on 16 Jun 2009 at 11:29

GoogleCodeExporter commented 9 years ago
Project has been updated on the top-of-trunk. Thanks for the heads up.

Original comment by gregrobbins on 20 Jun 2009 at 1:08