finally got around to upgrading to version 6.8 and now my programs I have wrote are throwing some strange errors that they did now show in version 6.50.
here is the 1st error:
Pimcol
imcollection line 777
unexpected character after label declaration
here is a portion of the code:
Sub dicontact 'write to contacts list
PimCol
imCollection
contact:Contact
contact.New1 'make contact object
contact.CreateNew
I never got that error under version 6.5 and I can't see any illegal characters.
I erased the line twice a retyped it and still get the error.
I get this error on both the device and desktop veriosns.
'''''''
I have another program that is O.K. on the desktop version but when I load it into the handheld device version of b4p it gives me the error:
'An error occurred. An error message cannot be displayed because an optional resource assembly is missing'
than the program loads fine, but when i try to compile again i get that error.
also, if i unload version 6.80 and restore version 6.50 the errors go away on both the desktop and device.
any thoughts?