[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DLL load error?



That's an error from Scheme.  What version of Scheme are you running?
It looks like it you have an older version, not v101, which is what
the code was compiled with.

The solution is to upgrade.

'shriram

Will Fitzgerald wrote:

> I tried to load the Interface to the Microsoft Speech API, and got the
> following error:
> 
> > (load-extension "d:/downloads/speech/Release/SchemeSpeak.dll")
> load-extension: bad version 101 from
> "d:/downloads/speech/Release/SchemeSpeak.dll"
> 
> Where's the bad version error coming from? Scheme? Or the Speech API?
> Anyone know? And what I should do about it?
> 
> Will