Re: Netbeans 11 / C/C++ plugin: Raspbian (Buster). Issue with header files

2020-01-26 Thread Ronald Patton
. On 26/01/2020 03:35, Ronald Patton wrote: Hi, Well it turns out that much more needs to be included on Raspbian verses other Linux distributions or Windows (winsock.h brings everything in). #include #include #include #include #include #include #include All good now.  The sourc

Re: Netbeans 11 / C/C++ plugin: Raspbian (Buster). Issue with header files

2020-01-25 Thread Ronald Patton
warnings. 73, Ron / W4MMP On 1/25/2020 15:21, zahid wrote: > attempted to compile the source outside of Netbeans.   The same issue. That is a valuable and positive result. one step closer. On 25/01/2020 20:17, Ronald Patton wrote: Hello and thanks for taking a look. Yes, I am fairly w

Re: Netbeans 11 / C/C++ plugin: Raspbian (Buster). Issue with header files

2020-01-25 Thread Ronald Patton
socket programming. https://www.gta.ufrj.br/ensino/eel878/sockets/index.html A Wild guess to your question  could be #include #include #include I think your issue is operating system C portability/compatibility issue  not netbeans issue. On Sat, 25 Jan 2020, 16:06 Ronald Patton, wrote

Netbeans 11 / C/C++ plugin: Raspbian (Buster). Issue with header files

2020-01-25 Thread Ronald Patton
Hello, Background:  I am porting a Windows (Win10) application that was developed with Visual Studio 2017 to the Raspberry Pi 4B.  The source as been copied to the RPi.  Netbeans 11.2 is installed on the RPi.  The C/C++ plugin has been installed. Below is the Netbeans version info: /*Product