In article <87378@palm-dev-forum>, [EMAIL PROTECTED] says... > > I am now using "PalmOS_Headers_Debug" and everything seems to be fine. > > Compile is as fast as before, and I am able to access the struct members. > Does this mean that I am not using "Update 1"? Will all my stuff break again > if I upgrade? How can I check my version? > > What is the difference between the strict and non-strict versions of the > prefix files in Update 1 if the internal access is the same? > > Building a seperate lib seems alot of trouble for just this, is it not > possible to allow access for only 1 .c/.cpp file inside the project (i.e. > disable the prefix on a per translation block basis).
See my article from last night at palmoswerks.com for more details on this. With 4.0 SDK Update 1, there is no difference -- the project in our "CW for Palm OS Support" didn't change, Palm's interpretation of their header changed. A separate library isn't a lot of trouble. You just create a second target, change its project type, then link the two targets together in the Target tab. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
