April 28, 2024, 04:43:20 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Links to components??

Started by Noble, June 29, 2007, 01:10:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Noble

Hello,

Is there any links or posts that you can refer me to that contains components, etc... for EBASIC?

Thanks in advance,
nb

Ionic Wind Support Team

Ionic Wind Support Team

Brice Manuel

Components were only in the long dead IB Standard, they never even made it into IB Pro.  With EB, you can create libs which should give you the same "general" functionality as components.

Noble

Bad choice in wording. Sorry.

I am looking for 3rd party controls, libs, etc. that can be used with EB. I am just curious what other developers are using. (Ex. SD Datagrid, DDoc, etc.)

nb

Alyce

Quote from: Noble on June 29, 2007, 07:16:00 PM
Bad choice in wording. Sorry.

I am looking for 3rd party controls, libs, etc. that can be used with EB. I am just curious what other developers are using. (Ex. SD Datagrid, DDoc, etc.)

nb


Dennis McKinney stopped by Coding Monkeys a while ago and helped port commands for SD Datagrid to ibasic:

http://www.codingmonkeys.com/index.php?topic=156.0

I just checked and the download link still works:
http://www.syberden.net/IBasic/lite.zip

There are ddoc messages on this forum that ought to help with that. Just do a search.

(Nice seeing you here, Noble.)

-Alyce

Mike Stefanik

I converted the SocketTools function declarations and examples for IBasic to the current version of EB. They're Internet related libraries for doing things like transferring files, sending emails, etc.

ftp://ftp.catalyst.com/pub/cstools/support/ebasic.zip

I've actually had a few folks ask for this over the past few months, I had just been busy with other things and the IBasic declarations were all geared towards older versions of SocketTools.

Mike Stefanik
www.catalyst.com
Catalyst Development Corporation

pistol350

Hi Mike!
It seems that you forgot to had these 2 include files in the package:

- CSERROR5.inc
- CSRTKEY5.inc

Cheers!
Peter
Regards,

Peter B.

Mike Stefanik

They're in there, the three .inc files are in the Include folder. All three need to be copied to the Include folder where you installed EBasic. Also make sure you copy the import libraries into the Libs folder.

Mike Stefanik
www.catalyst.com
Catalyst Development Corporation

pistol350

Uups!
I think that i copied the files to the include folder too quicly 
That's why i did not see them. :D
Regards,

Peter B.