Hello in my solution i have multiple projects. The core project is complied as a dll. Another project has a reference to it. Compiling the dll in release mode is fine, but when i try to compile the other project in release mode i get the errors is the image. In debug mode it all works fine.
I've been looking in the configurations of the project trying to see what the differences between debug and release are and i tried to pinpoint the exact property that makes the release mode fail and the debug one work.
error example:
LNK2001 unresolved external symbol "__declspec(dllimport) public: __cdecl vulgar::UUIDComponent::UUIDComponent(void)" (_imp??0UUIDComponent@vulgar@@QEAA@XZ)
#dll not linking in release mode
2 messages · Page 1 of 1 (latest)