POV-Ray : Newsgroups : povray.programming : Invoking POV-Ray via GUI Extension : Re: Invoking POV-Ray via GUI Extension Server Time
29 Jul 2024 00:32:43 EDT (-0400)
  Re: Invoking POV-Ray via GUI Extension  
From: Ryan Hagelstrom
Date: 6 Mar 1999 00:45:33
Message: <36E0BFD9.7605A4CE@silver.sdsmt.edu>
>
> >#pragma data_seg ("shared")
>
> This isn't enough.  You also need linker options, which you may or may
> not have set.  The option you need is
>
> /section:shared,RWS

I already had this specified in my makefile.

From what I understand about shared memory with DLL's, my code _should_ work, but it
doesn't. I was wondering if I just made some stupid mistake, or if there is some
other way to go about this.

Anything would be helpfull.

thanks

ryan


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.