Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi do anyone know how to link a file in C++ whith a line of code like #pragma or something... I don't want to set it in the project settings box...
Try this: #pragma comment(lib,"something.lib")
tx it works fine!