This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

helloWorld_evmc6670 release configuration?

Hi,

I tried to amalgamate with some other code, and all was well until I went to use the Release configuration, at which point the UDP part of the code stopped working.

I returned to the helloWorld_evmc6670 example and saw that it doesn't have a Release configuration? I created one, setting the optimization level to 3 and optimize for code size to 0. I turned off the debugging model in Debug options.

The example now does not work, and when I run the winapps/helloworld.exe it times out "timed out waiting for reply".

How can I get this to run using a Release configuration??

Thanks!

David