Re: XMOTOR

new topic     » goto parent     » topic index » view thread      » older message » newer message

Kenneth Rhodes wrote:
> 
> SUCCESS!  neat program!
> 
> Thanks Chris!
> 
> 
> Chris Burch wrote:
> 
> > Just as an experiment, could you change the line in eusqlite3.ew (line 175)
> > from
> >       sqlite3_dll = open_dll("sqlite-3.0.8.so")
> > to
> >       sqlite3_dll = open_dll("sqlite-3.3.4.so")
> > or whatever the library name you installed into /usr/lib
> > 
> 
> BINGO!  this worked:
> --sqlite-3.3.4.so
> global atom sqlite3_dll
> --if platform() = LINUX then sqlite3_dll = link_dll("sqlite-3.0.8.so")
> if platform() = LINUX then sqlite3_dll = link_dll("sqlite-3.3.4.so")
> else sqlite3_dll = link_dll("sqlite3.dll")
> end if
> 

smile

> > Note, this is a console based application, and no other libraries are
> > required
> > to make it run. Incidentally, you aren't double clicking on jetvet.exu from
> > a file manager are you?
> 
> nope
> 
> 
> Ken Rhodes
> 100% MicroSoft Free
> SuSE Linux 10.0
> No AddWare, SpyWare, or Viruses!
> Life is Good  smile


http://members.aol.com/chriscrylex/euphoria.htm
http://uboard.proboards32.com/
http://members.aol.com/chriscrylex/EUSQLite/eusql.html

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu