![]() |
LDBasic.FixFlickr issue - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Extensions (https://litdev.uk/mybb/forumdisplay.php?fid=3) +--- Thread: LDBasic.FixFlickr issue (/showthread.php?tid=103) |
LDBasic.FixFlickr issue - AbsoluteBeginner - 07-08-2024 Why am I having such bad luck? ![]() Line #6: LDBasic.FixFlickr() - Object "LDBasic" not found. Compilation error. I removed and reinstalled the extension from the SB-Prime Editor. Help me again please. ![]() EDIT LitDev - Split from https://litdev.uk/mybb/showthread.php?tid=102&pid=827#pid827, referring to XXNS627.000 import RE: LDBasic.FixFlickr issue - litdev - 07-08-2024 Mmm, no idea - the following works for me. Code: LDBasic.FixFlickr() I would try: 1] Close SB-Prime 2] Delete LDBasic from lib 3] Start SB-Prime 4] Use EM to reinstall LDBasic 5] Check it appears in lib folder 6] To be certain, restart SB-Prime 7] Test with my code above 8] Test with standard SB IDE 9] If this fails then temporarily move all other extension out of lib, leave the required Microsoft.* ones RE: LDBasic.FixFlickr issue - AbsoluteBeginner - 07-08-2024 I think I understand. I thought this was a method from the LD extension. But this is a completely different extension! I'll install it now. (I'm sorry for the trouble.) ![]() - - - - - Well, everything works well. RE: LDBasic.FixFlickr issue - litdev - 07-08-2024 The LDBasic is a small extension with just some basic network operations broken in original small basic. All these methods exist in LD extension as well, just not with LDBasic as the object name, for example LDUtilities.FixFlickr. See this thread https://litdev.uk/mybb/showthread.php?tid=20 |