12-27-2019 04:14 AM
I am working on Lab Windows CVI.I have tested function in DAXmxIF.dll,It is working fine when i tested in alone.But when i integrate this code to Main Project it is not working fine.
Even after inserting a break point,it is not following the order.The code flow is abnormal.I am not able to track the code using break points.
Please give me the possible solution for this.
12-30-2019 05:05 PM
I don't recognize the dll you are speaking of: is it a system component, a third-party one or a dll of yours?
Besides it, "not working fine" is too generic to try understanding what can be happening. Do you receive any wanring in compilation, any error at runtime?
What does it mean "the code flow is abnormal"? After hitting a breakpoint you can run the code step-by-step with F8 key and see what's happening: is it working?