B4X FEED Better reporting of name conflicts between code modules and variables

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: Better reporting of name conflicts between code modules and variables است. این موضوع تا کنون 45 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Better reporting of name conflicts between code modules and variables
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
45
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Reference thread:
[H3] [/H3]
I have a project in B4J that contains a layout with a BBCodeView. I wanted that layout in another B4J project, so I made a new layout in the new project and did the copy/paste thing from the old project using the Designer. The first project (that I copied from) works just fine in debug and...
برای دیدن تصاویر باید ثبت نام کنید


In a project I had a code module called base, which worked fine. But then I added some b4xlibs that also (unknown to me) held variables with this exact name. So the compiler didn't know which base was referred to during compilation, which caused a very strange and difficult-to-understand crash message.

It seems possible to stop compilation when there is a name ambiguity and inform the user about the issue.

 

عقب
بالا