Re: Windows MAGICK_CONFIGURE_PATH options

Bob Friesenhahn <[email protected]> Fri, 6 Mar 2020 13:36:09 -0600 (CST)
Newsgroups gmane.comp.video.graphicsmagick.apis
Message-ID <[email protected]>
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--3735943886-810257568-1583523369=:19876
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8BIT

On Fri, 6 Mar 2020, 10bxjfhf wrote:
>
> For my current test I have undefined ProvideDllMain - just commented out that 
> line - recompiled, moved the debug DLLs to where the debug version starts and 
> I cannot get the app off the ground because, whatever the OS & compiler 
> provided for the DLL, it does not initialize the magick code and the first 
> thing it does is to bomb at
>
> MagickExport void LockSemaphoreInfo(SemaphoreInfo *semaphore_info)
> {
>   assert(semaphore_info != (SemaphoreInfo *) NULL); <<<<<<<<<

Is your program invoking

    InitializeMagick((char *) NULL);

or (from main())

    InitializeMagick(argv[0]);

before invoking any other GraphicsMagick APIs?

Bob
-- 
Bob Friesenhahn
[email protected], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt
--3735943886-810257568-1583523369=:19876
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--3735943886-810257568-1583523369=:19876
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Graphicsmagick-apis mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-apis

--3735943886-810257568-1583523369=:19876--