We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LDBasic.FixFlickr issue
#1
Why am I having such bad luck?  Huh

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.  Confused

EDIT LitDev - Split from https://litdev.uk/mybb/showthread.php?ti...827#pid827, referring to XXNS627.000 import
Reply
#2
Mmm, no idea - the following works for me.

Code:
LDBasic.FixFlickr()
imgURL = Flickr.GetPictureOfMoment()
image = LDBasic.LoadImage(imgURL)
GraphicsWindow.DrawImage(image,0,0)

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
Reply
#3
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.)  Blush
- - - - -
Well, everything works well.
Reply
#4
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
[-] The following 1 user Likes litdev's post:
  • AbsoluteBeginner
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)