I have a question to ask. Is it possible for projects to refer to each other with the same solution?
For example, both projects A and B have their own exported functions. Project A refers to references to Project B and Project B Project A. Both projects are required to access exported functions from each other.
Technically, is this possible?
Technically, this is possible, but he has problems.
When you create 2 DLLs, the DLL requires the lib file from B, the B requires the lib file from A.
: A B, B A. funcA1 funcA2, DLL A, B B.lib. B.lib, A B B. Circular Reference .
, lib , . , , DLL.
, . A B , - , .
Source: https://habr.com/ru/post/1568633/More articles:How do I add people to my circle on Google+ using the Google+ API? - c #Implement a lazy generator as forward_iterator in C ++ - c ++Display selected results only from database table - phpDisplaying data from another php site - phpWhat is equivalent to QVariant in C ++? - c ++How to check page resources in Firefox? - fileWriting DMA buffers to memory mapped file - linuxThe difference is how LINQ to Entities and LINQ to Objects handle clicks - c #Why does mmap (2) with PROT_WRITE only need to read fd? - posixOpen a webpage without using webview - xamarinAll Articles