AtmoWin - improvement discussion (1 Viewer)

azzuro

Test Group
  • Team MediaPortal
  • May 10, 2007
    9,984
    5,663
    France - IDF
    Home Country
    France France
    B

    BassFan

    Guest
    Emil always bad build, this is based on debug, and i don't have the good DLL

    https://github.com/ambilight-4-medi...84f#diff-27816fae93d701dd807f9cdbd1c091e1R126


    and maybe this one make the bug :
    https://github.com/ambilight-4-medi...undation/Builds/XMLFoundationLib.vcxproj#L182
    Code:
     <PreprocessorDefinitions>USE_DEPRECIATED_WIN32_THREADING;_WIN32;WIN32;_DEBUG;_WINDOWS;_NO_DOT_DOT_DOT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    replace _DEBUG with DEBUG only.


    i have a Problem with released..
    If Build it with Multi-threaded DLL (/MD) all work fine in the Environment
    start as standalone then Crash after Change any and click OK!

    no idea why should speak with Developer of XMLFoundation.
    i will check it with old source to from Foundation.

    greets
     
    Last edited by a moderator:
    B

    BassFan

    Guest
    i have a bug with Free call of GProfile..
    must wait of the Developer...
    Code:
    GProfile *pNew = newGProfile(Utils->strConfigFromFile, Utils->strConfigFromFile._len ,true);
    GProfile *pOld = SetProfile(pNew);
    delete pOld; <<< crash

    that Crash only as Release and Multi-threaded DLL (/MD)
    that work in Debug mode to.

    greets
     
    B

    BassFan

    Guest
    Irgend jemand hier mit speziellen Kenntnissen über die linker und Voreinstellungen in C++?
    Der mir sagt warum ein einfaches löschen eines Objekts mit den eingestellten Flags die Anwendung zum Absturz bringt?
    Leider hat sich der DEV bisher nicht gemeldet.


    gruss
     
    Last edited by a moderator:
    B

    BassFan

    Guest
    is enough now
    tried with moderate success
    i will not wait for other developer to

    back to the root. (removed my work from remote to)
    sorry..


    i hope i have removed the mistake now.

    greets
     
    Last edited by a moderator:

    Users who are viewing this thread

    Top Bottom