VS 2019 two compilation questions

  • Thread starter Thread starter zequion1
  • Start date Start date
Z

zequion1

Guest
Cuestion 1.- In VS 2017 I have a class called "Common" that includes various useful functions to the rest of the classes.

If I extract one of the functions and include it in a new class, when I try to compile the class "Common" it tells me that the class that I have extracted does not exist.
The extracted class can not be compiled if I do not compile the "Common" class first. Solution?

Cuestion 2.- In VS 2017 I have a project with different dlls. When compiling I want all the dlls to be included in the compiled as a single dll.

Continue reading...
 
Back
Top