Hi,
I have built an ocaml library of sqlite3 named "sqlite3.cma".
And i write an interface file using "sqlite3.cma" named "sqlite3Interface.ml".
Then i also add a feature file to cil named "ciltest.ml" (in "ciltest.ml" , it
uses "sqlite3Inteface.ml" in the form of "open sqlite3Interface")
So i en
On Fri, Jul 22, 2011 at 02:05:43PM -0400, Feng Zhu wrote:
> > On Thu, Jul 21, 2011 at 06:41:53PM -0400, Feng Zhu wrote:
> > > To use cilly in MSVC mode, I:
> > > 1. set environment variables.
> > > 2. launch the Visual Studio Command Prompt (2010)
> > > 3. launch Cygwin in it
> > >