I'm trying to migrate a big AC2003 project to AC2010 64
I saw I need to change all Declare into Declare PtrSafe.
Do I need to change it for all Functions and Subs ?
I also saw I need to change Long vars into LongPtr or LongLong, but this confused me more :banghead:
They didn't change the Long Function type, only the vars the function get.
When I tried to change the type of vars inside Functions or Subs I couldn't do any math calculations on them, Like lngVar + 1.
Thank you
Tal
I saw I need to change all Declare into Declare PtrSafe.
Do I need to change it for all Functions and Subs ?
I also saw I need to change Long vars into LongPtr or LongLong, but this confused me more :banghead:
They didn't change the Long Function type, only the vars the function get.
When I tried to change the type of vars inside Functions or Subs I couldn't do any math calculations on them, Like lngVar + 1.
Thank you
Tal