Hello, By default, projects using NetX and its components are include them as pre-compiled libraries. To change these build-time options, you will need to add NetX Source and ThreadX Source to your project (you'll also need to add source version of every NetX component you're using, i.e. FTP Server). You can configure TCP Window Scaling (and many other settings) in the properties of NetX Source. If you're seeing build errors due to duplicate definitions, add "NX_DISABLE_INCLUDE_SOURCE_CODE" in defined symbols list in the compiler preprocessor settings. Regards
↧