MySQLEXDI in windows. DLL problems

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

MySQLEXDI in windows. DLL problems

Oleg Richards
Hello guys!

Does anybody knows how to use mysql exdi in windows. Currently it does not finds my libmysql.dll file. I've tried to put it everywhere in system, in vw bin directory, with image. No effect. I've also tried to set directory in mysqlntinterface class. Still no effect. I have an error in ExternalLibrary>>primLoadLibrary:  error code is SystemError - ioError, 193

Cheers,
Oleg


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

Re: MySQLEXDI in windows. DLL problems

Holger Kleinsorgen-4
sounds like you're using the 64 bit DLL. But since VW is a 32 bit
application, you'll need to use the 32 bit DLL.
>
> Does anybody knows how to use mysql exdi in windows. Currently it does
> not finds my libmysql.dll file. I've tried to put it everywhere in
> system, in vw bin directory, with image. No effect. I've also tried to
> set directory in mysqlntinterface class. Still no effect. I have an
> error in ExternalLibrary>>primLoadLibrary: error code is SystemError -
> ioError, 193
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: MySQLEXDI in windows. DLL problems

Oleg Richards
Sure, everything works great with libmysql.dll from 32bit mysql. It should be placed into the folder with vwnt.exe file.

Cheers, Oleg