From: Peter on
My MFC app loads statically linked dll and this dll uses another dynamically
loaded dll.
All is ok, but when MFC app is exited there appears error message:

RunTime Error !

....path to app.exe

R6031
- Attempt to initialize the CRT more than once.
This indicates bug in your application.

Any ideas ?
Peter


From: Pavel A. on
Wrong newsgroup... ask in some Visual C newsgroup.
( and what is "statically linked DLL"? )


--PA

"Peter" <Peter(a)discussions.microsoft.com> wrote in message
news:76EE7D54-867D-4293-B8CF-19A7C80853CF(a)microsoft.com...
> My MFC app loads statically linked dll and this dll uses another
> dynamically
> loaded dll.
> All is ok, but when MFC app is exited there appears error message:
>
> RunTime Error !
>
> ...path to app.exe
>
> R6031
> - Attempt to initialize the CRT more than once.
> This indicates bug in your application.
>
> Any ideas ?
> Peter
>
>
From: Volodymyr M. Shcherbyna on
I guess he means lib file.

--
Volodymyr, blog: http://www.shcherbyna.com/
(This posting is provided "AS IS" with no warranties, and confers no
rights)

"Pavel A." <pavel_a(a)NOwritemeNO.com> wrote in message
news:OrCzrYL2IHA.3884(a)TK2MSFTNGP05.phx.gbl...
> Wrong newsgroup... ask in some Visual C newsgroup.
> ( and what is "statically linked DLL"? )
>
>
> --PA
>
> "Peter" <Peter(a)discussions.microsoft.com> wrote in message
> news:76EE7D54-867D-4293-B8CF-19A7C80853CF(a)microsoft.com...
>> My MFC app loads statically linked dll and this dll uses another
>> dynamically
>> loaded dll.
>> All is ok, but when MFC app is exited there appears error message:
>>
>> RunTime Error !
>>
>> ...path to app.exe
>>
>> R6031
>> - Attempt to initialize the CRT more than once.
>> This indicates bug in your application.
>>
>> Any ideas ?
>> Peter
>>
>>