Re: MSLU

2001-11-15 Thread Michael \(michka\) Kaplan
MSLU is not a self-registering component; it is a DLL that you would call via the "Declare" syntax in VB. You would never need to download or use the .LIB file, that is something for the people using C++ who want to use the loader. I would recommend starting with the MSDN Magazine arti

MSLU

2001-11-15 Thread Fazakas Lehel
I have downloaded the unicows.lib and the unicows.dll, but I can't use with VBasic. I can't register the dll on my system. Or can I use without registering? Please, help me! Regards Fazek __ Do you want a free e-mail

Re: MSLU

2001-09-04 Thread Michael \(michka\) Kaplan
MSLU is documented in the Platform SDK. BUT you are not going to get Unicode *functionality* from MSLU, from VB or elsewhere; MSLU only gives you a wrapper layer (and it converts after that), so the work you would do to make it callable from VB would not actually be beneficial? MichKa Michael

MSLU

2001-09-04 Thread Fazakas Lehel
Thank you to all the ideas sent me about forcing Unicode on Win95/98. I tryed out the MSLU and I found that is useful to me. The only problem is that I can't use it with VBasic 6.0 . When I try to add to References it doesn't work. And how can I get a documentati