03-27-2024 08:57 AM
Hello All,
I'm learning how to use and develop applications with DQMH framework.
I have 8 modules. Everything works when I run it form the project level.
After "successful" build when I try to run my app. I have error presented below.
I don't think I deleted those typedefs.
Thanks for support.
.
Solved! Go to Solution.
03-27-2024 11:05 AM
Those aren't typedefs, those are the private data controls for DQMH classes. They're not even separate files, they included in the .lvclasses.
I've never seen or heard of a problem like this before. Could you try uninstalling and reinstalling DQMH from VIPM? And if the issue still happens, is there any way you could share code that reproduces the issue?
03-28-2024 03:12 AM
Hello Darren,
It helps. Thanks a lot.