F fishwolf Well-Known Member Licensed User Longtime User Aug 29, 2023 #1 I have only add NB6 Library to project and receive this error in log B4X: Unknown member: initializestatic Unknown member: runmethod Current declaration does not match previous one.<br /> Previous: {Type=Common,Rank=0, RemoteObject=False}<br /> Current: {Type=JavaObject,Rank=0, RemoteObject=True}
I have only add NB6 Library to project and receive this error in log B4X: Unknown member: initializestatic Unknown member: runmethod Current declaration does not match previous one.<br /> Previous: {Type=Common,Rank=0, RemoteObject=False}<br /> Current: {Type=JavaObject,Rank=0, RemoteObject=True}
DonManfred Expert Licensed User Longtime User Aug 29, 2023 #2 try to reproduce it in a small project. Hard to help otherwise. Upvote 0
agraham Expert Licensed User Longtime User Aug 29, 2023 #3 Usual reason for this error is that you have two different types of object with the same name. Upvote 0
F fishwolf Well-Known Member Licensed User Longtime User Aug 29, 2023 #4 I have a class module with name "Common" it's this the problem Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 30, 2023 #5 fishwolf said: I have a class module with name "Common" it's this the problem Click to expand... Probably so. Upvote 0
fishwolf said: I have a class module with name "Common" it's this the problem Click to expand... Probably so.