ETNA 2.1 Released

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

ETNA 2.1 Released

Post by Progi1984 »

Image

Hi all, ETNA 2.1 was released.... What ?WHAT ? I hear someone ask what is ETNA ? So it's for me the moment of explaining what's that :)

What is ETNA ?
ETNA (alias Easy daTabase Network Access) is an library which allows you to access at database which doesn't accept external request via the web server(PHP now, but ASP & so on may be possibles)

What are features of ETNA ?
- Management of threads so no slowdown when you send a request at database
- Management of queuing of messages
- Ultra-secure encryption
- Ease of use
- Lots of examples
- Free

What are news in V2.1 ?
- Etna is now wrapped for PureBasic
- Etna is now wrapped for C++ (thanks to Fra)


Who use ETNA ?
Now, twenty users recensed. But why not you ?

Where can I download ETNA ?
Go on the ETNA web page
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Looks interesting. I'm gonna have a look at it :)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

I've installed the PB files and added the Etna.dll file to the source folder but when I try to run a test I get an error saying ETNA_Initialise() isn't a function, array or linked list.
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

For Purebasic :
* Install Etna/PureBasic/PureLibrairies/UserLibrairies/ in Purebasic/PureLibrairies/UserLibrairies/ of your PureBasic distribution
* Install Etna/PureBasic/Residents/ in Purebasic/Residents/ of your PureBasic distribution
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Found out why it wasn't working.

UserLibrairies = UserLibraries
PureLibrairies = PureLibraries

;)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

Oki thanks !

Just for a 'i' :p
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

Why didn't you call this EDNA ?

Is it because you couldn't think of an icon/logo for EDNA ?

:D
Paid up PB User !
quasiperfect
Enthusiast
Enthusiast
Posts: 157
Joined: Tue Feb 13, 2007 6:16 pm
Location: Romania
Contact:

Re: ETNA 2.1 Released

Post by quasiperfect »

this lib is dead ?
i downloaded but when i try to run a example it give a error StringExension lib is missing
Registered user of PureBasic
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: ETNA 2.1 Released

Post by c4s »

You should still be able to use the provided dll instead of the PureBasic UserLibrary.
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
jesperbrannmark
Enthusiast
Enthusiast
Posts: 536
Joined: Mon Feb 16, 2009 10:42 am
Location: sweden
Contact:

Re: ETNA 2.1 Released

Post by jesperbrannmark »

But DLL is not cross platform :(
Zach
Addict
Addict
Posts: 1676
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: ETNA 2.1 Released

Post by Zach »

Well I'm not sure there is any guarantee the UserLib would be cross-platform either?

If its calling Windows.h in the C++ header, chances are the userlib may also be calling Windows only stuff.

That being said. You can install an older version of Purebasic if you really want to use it. Older versions are available from the Museum section of the main site's download area.
No idea how far you need to go back, but I'd start with whatever PB comes closest to the date of the first post of this thread.

I'd guess you need version 4.00, released 8th May, 2006
Post Reply