This question has already been answered:
It does not work for me in the ShellExecute code. Nothing is underlined, but when compiling, errors in the .obj file pop up that do not give me any information Used this code:
#include <windows.h> ... ShellExecute(NULL, L"open", L"http://www.cyberforum.ru", NULL, NULL, SW_SHOW);
And its various variations, mistakes are repeated. Please help with a solution or suggest alternatives, thank you.
ShellExecuteW(..)
- NewView 10:21 pm