Hi Has anybody had any luck compiling Qt code with C wrapper (sshared object) for Live from within QT Creator (linking againist it) and run it&#39;s client portion without crashing? I am having this weird issue that I have been trying to solve for some time, the live code is compiled with the following CFLAGS :<br>
$(INCLUDES) -I. -DSOCKLEN_T=socklen_t -g3 -O0 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fPIC<br><br>I have a C wrapper for live code, which calls into major functions of live in C environment.<br>The executable crashes randomly but always seems to be near RTSPClient::setupMediaSubsession function and subsession.rtpSource() in file RTSPClient.cpp seems to cause it, sometimes in playMediaSession too.<br>
<br>If I build the code by taking what I have and compile with regular g++, everything works fine. Maybe there are some namespace mangling somewhere?<br><br><br>