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
Hello, could you help please with an example/advice?
I have builded a project with VS2022 and get cppserver.lib file, but withour a header file, I can't use it in my own code. For example I want to connect this TCP server for MT5 dll plugin and use the cppserver.lib as static library.
Could you advice please, how to do it in better way?
The text was updated successfully, but these errors were encountered:
You cannot use static cppserver.lib without headers. After you compile CppServer you need to add cppserver.lib to your project, and also add ..\CppServer\include path to Include Directories.
It is very easy to do if you have your own CMakeLists.txt. Just create CppServer.cmake:
Hello, could you help please with an example/advice?
I have builded a project with VS2022 and get cppserver.lib file, but withour a header file, I can't use it in my own code. For example I want to connect this TCP server for MT5 dll plugin and use the cppserver.lib as static library.
Could you advice please, how to do it in better way?
The text was updated successfully, but these errors were encountered: