Applications working with SDL 2.03 fails under SDL 2.04

Hi.
Today I tried to use SDL 2.04 with several of my applications. All are stable with 2.03, but fail when linked with 2.04 lib and using 2.04 dll.

I am using Windows 7, my compiler is Intel Composer XE 2013, sp1, update 4. It is the same used to compile other versions os SDL with success.

I have not yet found the source of the error, but the application stops when starting event handling. Is there any change on event handling ?

By the way, compiling SDL with INTEL C always creates some problems because there is no provision for that compiler under Windows project.

Thanks.------------------------
Armando Alaminos Bouza

I did not recompiled all my libs that use SDL, only the main application.

That could be a problem ? I will try.------------------------
Armando Alaminos Bouza

After compiling all LIBs that use SDL the runtime error disappear.

Problem solved !

Thanks.------------------------
Armando Alaminos Bouza