Xojo Developers

Everything else that doesn't fall into one of the other PB categories.
Yogi Yang
Enthusiast
Enthusiast
Posts: 107
Joined: Sun Dec 11, 2005 2:19 pm

Re: Xojo Developers

Post by Yogi Yang »

Being a VB6 developer primarily I could never switch to PB (or for that matter Xojo) as I am personally used to using plethora of available ActiveX controls in the market like Xceed, Infragistic, Chilkat, TX Text Control, CodeJoke Suit Pro, ImageEnX and RC6.

And none of these are available in PB. Nor are they available in Xojo.

Not only that but there are no libraries in either PB or in Xojo that even comes close to what I use in VB6. Take for example ImageEnX. For all my image processing needs I use it exclusively.

I did play a lot with PB but never got around to build any commercial app on it.
--
Yogi Yang
User avatar
Caronte3D
Addict
Addict
Posts: 1355
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: Xojo Developers

Post by Caronte3D »

Yogi Yang wrote: Sat Feb 25, 2023 2:08 pm And none of these are available in PB. Nor are they available in Xojo.
Chilkat is available for PB:
https://www.chilkatsoft.com/purebasic.asp
Yogi Yang wrote: Sat Feb 25, 2023 2:08 pm Not only that but there are no libraries in either PB or in Xojo that even comes close to what I use in VB6. Take for example ImageEnX. For all my image processing needs I use it exclusively.
That library looks very complete, I don't know nothing similar, but you can use the internal libraríes to do many things and another external libraries to do more complex tasks, like:
OpenCV, FreeImage library, etc...
Yogi Yang
Enthusiast
Enthusiast
Posts: 107
Joined: Sun Dec 11, 2005 2:19 pm

Re: Xojo Developers

Post by Yogi Yang »

Caronte3D wrote: Sat Feb 25, 2023 5:02 pm That library looks very complete, I don't know nothing similar, but you can use the internal libraríes to do many things and another external libraries to do more complex tasks, like:
OpenCV, FreeImage library, etc...
But that would mean learning a hell lot of things just to get the right set of functionality and then trying to get all the different libraries to be able to share the same image data among them.

This would prove to be a nightmare.
--
Yogi Yang
User avatar
Caronte3D
Addict
Addict
Posts: 1355
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: Xojo Developers

Post by Caronte3D »

IMHO, no Language or Framework or IDE is perfect, you must use the most good for you and then trying to solve the carencies.
Post Reply