[Qt-interest] x32 and x64 process : QSharedMemory

justine loke justine.loke at gmail.com
Mon Jul 5 10:23:54 CEST 2010


I wants to port my application from Windows x32 to x64. I need to use
quicktime lib to playback some movies. There is no x64 quicktime lib so I
can't compile my application in x64. Is it possible to use QSharedMemory to
do the trick :
   - launch a process to decode quicktime movie using x32.
   - launch my main application compile in x64.
   - use QSharedMemory to grab new frame from the decode process.

Is it possible? will it be efficient ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100705/e1385008/attachment.html 


More information about the Qt-interest-old mailing list