Jump to content

CopperCircle

Members
  • Posts

    39
  • Joined

  • Last visited

Posts posted by CopperCircle

  1. Now the Linux target is underway, what about other platforms? We have released apps on iOS, Android and WP8 and so far WP8 has had more than double the downloads of the other platforms. Would you consider a DirectX renderer in the near future for WP8?

  2. Hi, I have been asked to look at a CGI script the sends an email from a html form. The issue is that it will only send the email to a mailbox on the website host server, they have thier mail forwarded by SMTP to thier own Windows SBS server but the script seems to not use the DNS to route the mail and just sends it locally?

    Hope that makes sense and someone may know we I meen?

     

    Thanks, I have no experience with perl....!

  3. Hi, I tried the new dll and get this error?

     

    Light sun = new Light.Directional();
    sun.Rotation = 45;
    sun.Rotation.Y = 120;
    sun.ShadowmapSize = 2048;
    sun.ShadowMode = ShadowMode.Color;
    

     

    PInvokeStackImbalance was detected

    Message: A call to PInvoke function 'Leadwerks!Leadwerks.Core::EntityShadowMode' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.

×
×
  • Create New...