Page 1 of 1

Are there any issues with 903 CE?

Posted: 6 Apr 2020 13:16
by Paul Cerkez
I have "a bit" of programming to do and am just wondering if there are any issues with 903 CE like I had with 903 PE?

Re: Are there any issues with 903 CE?

Posted: 6 Apr 2020 14:30
by Harrison Pratt
Aside from the issues I noted recently, I like 903 CE. It seems to compile faster and cleans up extraneous "open" statements. In general, conversion of 8x to 903 projects has been painless -- as Thomas suggested, just keep rebuilding until the IDE compiles smoothly.

Go forward with confidence!

Re: Are there any issues with 903 CE?

Posted: 6 Apr 2020 14:55
by Paul Cerkez
Thanks Harrison :D

Re: Are there any issues with 903 CE?

Posted: 7 Apr 2020 18:49
by Harrison Pratt
Today I started migrating a project with several forms with menus in several of my 8x library packages and it's a bit more of a headache than I'd anticipated. I would suggest holding off on converting projects with many resource items (bitmaps, menus, etc.) because the conversion isn't straight forward and I don't yet know what PDC's strategy for naming resources will be in the near future, i.e. will they go back to the legacy name style or stay with a mix of old and new styles.

I'm holding off on completing that particular project conversion until the path forward for 9x on the resource naming is more clear.

Re: Are there any issues with 903 CE?

Posted: 10 Apr 2020 11:48
by Thomas Linder Puls
Build 904 reverts to the old resource id naming conventions.

Re: Are there any issues with 903 CE?

Posted: 12 Apr 2020 19:16
by Paul Cerkez
Thanks Thomas