Hi,
We are currently developing a bar code reader application fora motion computing C5 unit, but we are having the following problem. In our project everytime we try to use for example bcReader = new BarcodeReader(); the program will crash saying its unable to load the IntelHealthCareSDK.DLL, but if I do the same on their sample projects it works fine. Here is what I have done on my project and still does not work.
1-
added a reference to Intel.Healthcare.DLL under the program files\\sdk\\bin
2-
using Intel.Healthcare;
using Intel.Healthcare.Device;
using Intel.Healthcare.Exception;
3-define the object
BarcodeReader bcReader;
4- this is where I get the error
bcReader = new BarcodeReader();
anyone has any ideas?
Andre


