Thread: Libssh & Windows @ C 11

  1. #1
    Registered User
    Join Date
    Dec 2018
    Posts
    13

    Question Libssh & Windows @ C 11

    Hey lads! Im on unix system since like 20yrs now and windows is my true nemesiss, so I have a really hard time while trying to include libssh in my app which has to be built on windows "I did $./vcpkg install libssh && ./vcpkg integrate libssh" but yet every time I try to compile my program I get the output that there is no <libssh/libssh.h> found.

    Ps.Is it just me or its more difficult to write C stuff on windows now? Every IDE supports new CPP standards and such, but C11 have almost no support in Visual Studio, so what IDE do you use to make C11 programs on windows? Cheers.

  2. #2
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Visual Studio has improved their C support; but, I would suggest MinGW GCC to compile C source code.
    You might want to look at MSys2 MinGW GCC compiler; but, that might be not what you want to do.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. libssh library: undefined reference to `ssh_new' error
    By emmaclark in forum C Programming
    Replies: 0
    Last Post: 12-26-2016, 01:25 AM
  2. Libssh library installation advice/guide
    By Butchy in forum C Programming
    Replies: 2
    Last Post: 04-10-2014, 07:48 PM
  3. Access Windows directory with OPENFILENAME in Windows mobile
    By nikhilesh1987 in forum Windows Programming
    Replies: 2
    Last Post: 05-31-2011, 02:49 AM
  4. Open an excel file from a windows service under Windows Vista
    By AdrianaLuby in forum C# Programming
    Replies: 1
    Last Post: 06-05-2007, 03:55 AM
  5. Replies: 6
    Last Post: 01-07-2002, 02:46 AM

Tags for this Thread