Beiträge von dulis

    I am trying to execute the following code and I get the following error message.
    Any idea?

    <CODE>
    Dim pdf As New wPDF.PDFControl
    pdf.SetLicense("aaaa","bbbb", 00000)
    pdf.BeginDoc("test.pdf")
    pdf.DrawImage(Image.FromFile("image.jpg"))
    pdf.EndDoc()

    <ERROR>
    Detected PInvokeStackImbalance

    A call to PInvoke 'wPDF!wPDF.wWindowsWrap::GetDC' function blocked
    the correspondence of the stack. The possible reason could be the PInvoke administrated sign not having coincidance with the sign of destination not administrated...