You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any solution for using multiple modules across multiple test-suites for MVSC?
I'm getting linking error with MVSC linker, with clang I use ((weak)).
Is there any equivalent for ((weak)) while linking with MVSC linker?
I'm using Clang 7.0 and MVSC 14.16 linker(link.exe).
Hi,
Is there any solution for using multiple modules across multiple test-suites for MVSC?
I'm getting linking error with MVSC linker, with clang I use ((weak)).
Is there any equivalent for ((weak)) while linking with MVSC linker?
I'm using Clang 7.0 and MVSC 14.16 linker(link.exe).
fake.h
DECLARE_FAKE_VALUE_FUNC3(int, seek, int, long, int);
fake.c
DEFINE_FAKE_VALUE_FUNC3(int, seek, int, long, int);
error LNK2005: seek already defined in fake.lib(fake.c.1.o)
Thanks.
The text was updated successfully, but these errors were encountered: