Hi all,

I have gotten my hands on this open-source C/C++ library. They have all the source files and some test and demo files for us to use.

So at first i tried to create my own project and set it as the startup project and with the dependancy on the library. However i get this error when i try to build:

c:\blepo\src\Image\ImageAlgorithms.h(525): warning C4244: 'argument' : conversion from 'KLT_locType' to 'int', possible loss of data

There are demos which are already built into exe and i managed to run them. So i am wondering what is it wrong that i am doing?

I have already set the environment variables.. at path. I also copied the assembler exe into windows\system32 folder. In Visual Studio .Net 2003, i have also set the library's external\bin under the "Project --> VC++ Directories" in the include.

Anyone can explain to me what might the error message means?

Thanks!

Regards,

ang_ks.