Troubleshooting complier and linker error messages

This section describes how to avoid compiler and linker error messages.

If you see a compiler/linker error message similar to the following:

error ... second C linkage of overloaded function 'C8ClientSDKInitialize' not allowed

you are probably trying to #include both the server-side #include and the client-side #include. To avoid this problem, make sure that both your #includes and your list of libraries for the linker exclude client libraries.