About BioMini SDK .Net wrapper and Windows architecture.                             

The developers are usually using  Any CPU configuration on their application project.                                   

                            

                            

However, if they want to call x86 libraries explicitly through .Net wrapper on Windows 10 x64, they should set their application project x86.           

Please refer to the below diagram.  

 

So, if you want to call the explicit x86 library on x64 architecture computer, please do setting like following.



1. Set x86 at as below places.





2. Please set the application folders as the same with SDK folder hierarchy.

Place the 32bit application built binary and 32bit libraries And add x64 folder and x64 libraries under 32bit folder.