dllcc error message "invalid version"

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

dllcc error message "invalid version"

khenyh
Hi,

I have a question about dllcc.

I am upgrading the version of smalltalk used for a program (from 5i.0 to 7.7, win xp).
There is no problem when I run the program with 5i.0 version.

There is a problem in calling a function in a dll the error message is "invalid version".

I have tried the exemple given in the doc and there is no problem. So, I think this is a problem with the dll. Am I right ?

Nicolas Krieger



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: dllcc error message "invalid version"

Holger Kleinsorgen-4
Sounds like the DLL was compiled against the object engine. AFAIK it
must be recompiled to match the VM.

Am 24.06.2010 15:15, schrieb Nicolas Krieger:

> Hi,
>
> I have a question about dllcc.
>
> I am upgrading the version of smalltalk used for a program (from 5i.0 to
> 7.7, win xp).
> There is no problem when I run the program with 5i.0 version.
>
> There is a problem in calling a function in a dll the error message is
> "invalid version".
>
> I have tried the exemple given in the doc and there is no problem. So, I
> think this is a problem with the dll. Am I right ?
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc