PDA

View Full Version : Emergence Basic SKD



kryton9
21-06-2007, 07:24
I made an Emergence Basic SDK tonight. The only reason I could was because it is almost exactly like what the IB SDK is.
I generated a new thincore.lib by using ebasic's import feature to generate a new lib.

I just renamed the files and remade the project. I am using the same sample as was in the ibpro sdk to test it out.

I just got my copy of ebasic tonight as it was on sale. I will try to use it to make my own dll example later.

Michael Hartlef
21-06-2007, 08:36
Cool, if you need any help, let me know. IBasic Pro is still my favorite BASIC Compiler, I guess it is because I worked so much with it.

kryton9
21-06-2007, 09:01
It is nice to have all these options. I would like to make a module for drawing as in regular windows drawing as that doesn't exist in thinBasic so far.

The thing is which is best to use, aurora, ebasic, delphi or c++. There is thing in the api named GDI+, so it would probably be best to make use of it.
Do you have any ideas Mike about this?

ErosOlmi
21-06-2007, 09:06
Ken,

regarding drawing into standard windows, we have some plan to add an official module on that. Not soon but sometime in near future. In any case feel free to experiment and create any module you like.

Ciao
Eros

kryton9
21-06-2007, 11:01
If you guys are planning on it Eros, it is ok, I will leave it to you guys. You guys do it right!! Thanks for letting me know so didn't waste time on it.

zlatkoAB
22-03-2009, 20:44
I know that this topic is old but Kent dll work great.

kryton9
24-03-2009, 18:50
ZlatkoAB, thanks for letting me know it still works. Happy coding!