Hi,
I have a LabWindows/cvi workspace in which I have three projects included. Out of the 3 projects, 2 of them are built as dlls while the third one is the built as an executable. I am using sqrt function in one of the dll's and have included the header file, math.h in the respective .c file. I am running into an issue when I try to Build my project. When I do a Batch Build, my project builds successfully in Debug, but it throws an error in Release. It shows the following error when trying to build in Release, the dll doesn't link and throws this error, "error: Undefined Symbol '_sqrtf' referenced in "c:\...myfile.obj" ". I am not sure how to resolve this issue and why is it only giving an error when building in Release, but not in Debug?
Thanks,
Shreya