The dll is needed to get data from a barcode reader.
In the so called SDK for it, there was an ocx, and I had no problem connecting to the reader, but I couldn't get any data.

I mailed the support (in Taiwan...) and they answered, that they don't support it any longer, and sent me the dll...
(with no docs at all), so I tried to register it with Regsvr32 which didn't work...
I mailed them again and they haven't answered in 10 days

I have opened the file in Visual C++ 2008 express edition, and I can see what "calls" I have to make (their allmost the same as in the ocx), but i can't figure out how to use the DynamicWrapper.
(I guess I need to use that, or is there another way to do it?)

/Viggen