Error with new version

micro

Well-Known Member
Licensed User
Longtime User
Hi Erel,
with the version 6.30 there is not errors in my program.
Now, with new version (6.50) there are some mistakes.
This is the first one.
In debug mode:
B4X:
serbil.New2(4,4800,"E",7,2) 'this line is performed
objser.New1(False) 'this line is performed
objser.FromLibrary("serbil","sp",B4PObject(2)) 'Error!!

Error description:
Riferimento ad un'oggetto non impostato su un'istanza di oggetto

Why?

Best Regards
 

micro

Well-Known Member
Licensed User
Longtime User
You need to add the module prefix and replace the existing Door.dll file with the new one.
Just go to your source code folder and delete Door.dll.
When you'll open your project Basic4ppc will copy the new one.

Thanks Erel now work fine with new door.dll
:sign0188:
 
Top