Dear all,
I'm facing with a problem similar to others with the Get LV Class Default Value, but I preferred to open another discussion because of the differences.
We have developed a project with LV2012 SP1 using the ActorFramework library. Starting VI load and launch a set of actors defined into an xml configuration files. The main exe is built to contain all possible actors, due to the fact that this exec is deployed on many machines with few differences, this give us the advantage to use the same exec with configurable actions (like the plugin architecture, but statically linked inside the build).
Target machines have Win7 or WinXP with LV2012 SP1 runtime.
Now on some machine I have the Get LV Class Default Value Error 1498 on loading one actor class, also if the class is present inside the build, while on other machines this problem is not present.
- Build exe is the same on all target machines;
- Actor class with this problem is only one, and it is the one with the longest path (C:\Ulisse\Ulisse.exe\1abvi3w\user.lib\resources\TCPServiceCommands\TCPServiceCommandsHTT\TCPServiceCommandsHTT.lvclass)
- On my developing machine I do not have this problem
- It seems not depending on configuration file, due to the fact the issue is present only on some machine with the same configuration.
- TCPServiceCommandsHTT.lvclass does not have public methods, but only call other class methods. It is a TCP interface for other tasks.
I hope someone could help me
Regards
Daniele