VCL, TIdTCPClient Assertion Failure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Airslash
    New Member
    • Nov 2007
    • 221

    VCL, TIdTCPClient Assertion Failure

    Hi,

    currently working with this component to build a quick testapplication for a network camera and motion detection.

    The only problem I currently encounter, is that when I call :

    mTcpClient = new TIdTCPClient(0) ;

    I recieve an assertion failure in my program, somewhere in IdStack.pas
    Funny thing however is that the exact same code works fine in all my other projects. I checked all header includes and path settings between projects and they're all identical.

    I'm spending already 5 hours now on this assert.....
Working...