10-03-2016 09:43 AM
Hello,
is it possible to generate dll from LabVIEW2015 to use it in LabWindows2012?
is there a problem of comptability between the two version?
when i'm debuging my code CVI this is the error message that appears everytime and I didn't know how to deal with it so I thought in this problem!
in the pictures below you'll find the error message.
thanks.*
10-04-2016 06:16 AM
Are you including toolbox.h in your project either directly of referenced by another include file? If so you may have problems in Min and Max definition in toolbox.h conflicting with the one in extcode.h
You could try simply commenting out the definition in extcode.h