11-29-2011 10:45 AM
Resolve load conflict occurs when some files in the project use same name of libraries / VIs.
questions:
1. Does it affect the building / compilation of the code into .exe file? I assume it is just a warning and NOT an error.
It should not affect the code right?
thanks
11-29-2011 11:43 AM
Its a warning if the file affected are not loaded dynamically based on its name. If that is the case then you will have to look into the way the names are mangled and adapt the code.
Ben