AtmoWin - improvement discussion (1 Viewer)

B

BassFan

Guest
i have build both, no error or Crash appears under Win7
hmmm...

greets
 
B

BassFan

Guest
Thanks :)
I'm able to build debug build now when i change to /MDd instead of /MTd in AtmoWinA project :)


yes that should allways the same..
in XMLFoundation and AtmoWin
also you can not Mixed the LIB's .. /MTd (AtmoWin) and /MDd in XMLFoundation this will allways fail,

/MTd work how check XMLFoundation use the same as in AtmoWin to. (allways your Change any in one Project.

greets
 
Last edited by a moderator:

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    So i'm able to detect where the crash happen with vs attached to atmowin ? and like this, i can send you information to see how to fix it :)
    Let's try VS attached to atmowina (debug build :) )
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    It crash here :
    Code:
                ColorPacket = CAtmoTools::ApplySens(pAtmoConfig, ColorPacket);
              
    
                /* send color data to the the hardware... */
                pAtmoConnection->SendData(ColorPacket);
    
                delete (char *)ColorPacket;
            }

    There exactly : pAtmoConnection->SendData(ColorPacket);

    Code:
    >    AtmoWinA.exe!CAtmoLiveView::Execute() Line 191    C++
         AtmoWinA.exe!CThread::ThreadProc(void * lpParameter) Line 81    C++
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    When i set (no Effect) it doesn't crash :
    But with Live : (it crash)

    upload_2014-3-30_11-21-5.png
     

    Users who are viewing this thread

    Top Bottom