I have 2 questions:
How to include library .dll in project that after compile it will integrity in exe (not separate: exe and dll). Does it possible?
I have one library 2 versions: for x64 and x86. How to include this library (2 version) and "using" for each architecture appropriate version: x64 for 64 bit and x86 for 32 bit.