Ver Mensaje Individual
  #2  
Antiguo 16-04-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Problema de tipos de datos, haz lo que te indica el compilador;

Código:
 char* link = "http://www.mapquest.com/maps/";
 ShellExecute(NULL, "open", link, NULL, NULL, SW_SHOW);
ó

Código:
 ShellExecute(NULL, "open", "http://www.mapquest.com/maps/", NULL, NULL, SW_SHOW);
Saludos
Responder Con Cita