M
MB
I have a .net app which uses a c++ dll. I call a function
in the c++ dll which returns bool type. On the .Net side
I dont receive the correct response. I hard coded the dll
function to return false under all circumstances. On
the .net side I still receive true. Am I doing anything
wrong or is there a problem in marshalling the bool data
types. A quick response will be highly appreciated.
MB
in the c++ dll which returns bool type. On the .Net side
I dont receive the correct response. I hard coded the dll
function to return false under all circumstances. On
the .net side I still receive true. Am I doing anything
wrong or is there a problem in marshalling the bool data
types. A quick response will be highly appreciated.
MB