Marvin Duchmann / Profile
Marvin Duchmann
Added topic invalid array access on passed by reference array
Hey Guys, im struggeling on a realy simple problem but can't find a solution. I have this simple code: void test(OrderObject& array[]) { for ( int i = 0 ; i < array.size(); i++) { // do
Marvin Duchmann
Added topic WebRequest Error 5039
Hey Guys, I try to write my first EA with serverside communication. Ive wrote a simple java spring boot application with a rest controller working fine in testing with postman. If I try to send a POST with the WebRequest function I am facing an
: