regex lib missing ?

DOS specific questions.
Post Reply
nedman47
Posts: 62
Joined: Dec 05, 2006 15:35

regex lib missing ?

Post by nedman47 »

i tried to compile the example program regex_replace.bas with the dos version of freebasic 0.16 and got a loader error ... "cannot find -ltre"

what am i doing wrong?
sir_mud
Posts: 1401
Joined: Jul 29, 2006 3:00
Location: US
Contact:

Post by sir_mud »

You need the TRE library, you can download the source here: http://laurikari.net/tre//index.html
You'll most likely have to build it yourself, I can't find a binary for dos.
Post Reply