The two APIs can coexist.

regarding your code: Sorry, this code is so horribly wrong :-( I am sorry
for being rude - you also need a LOT of education in C code. And, if your
compiler compiles this, the warning settings are way too relaxed or you
really should read and fix all compiler warnings.

​Sorry, you have a too long way to go there, can't help you there.​

Dirk



On Thu, May 11, 2017 at 2:10 PM,
​​
Werner Motz <m...@smart-e-tech.de> wrote:

> I cannot because my webserver is already running with raw api.
>
>
>
> In my Send task I try now…
>
>
>
> tcpip_callback(tcp_write(pcb, ucrecBuff, supersize, TCP_WRITE_FLAG_COPY),
> NULL);
>
> tcpip_callback(tcp_output(pcb), NULL);
>
>
>
> but without success. After the first message sent the system crashed.
>
> I think I am doing something horrible wrong :D
>
>
>
> _______________________________________________
> lwip-users mailing list
> lwip-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lwip-users
>
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to