#include <iostream>
#include <cstdlib>
#include <windows.h>
#include <libssh.h>
#include <stdlib.h>
using namespace std;
/*
*
*/
int main(int argc, char** argv)
I have that code, and when compiling the error fatal of no Libssh.h is appearing, but when i SHIFT+CLICK over the libssh.h include instruction i jump to the file that already exist and is installed.
I have include it on Netabeans options for C++ compiling.
Any ideas?
Regards.