Dirk Reiners wrote:
        Hi Mario,

Mario Lüttich wrote:
Hi Dirk,

the problem is only in debug mode. In the relaese mode it is run.

That would hint at some memory corruption issues, e.g. accessing objects that have been destroyed. The easiest way to avoid that is using RefPtrs instead of Ptrs in your code.

I have no idea whats happen or different.

My question was more targeted at what you change in your new version of the 
Manager.

(Why need i the old visuall studio 2002 dll's msvcp70.dll?)

See Andreas' post.

Yours

        Dirk

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users
Hi Dirk

I use now the Daily Build and i have new problems. If I start my program the Error is:

"Managed Debugging Assistant 'LoaderLock' has detected a problem in 'D:\\Projects\Debug\test.exe'. Additional Information: Attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang."

I have a DLL that needs OpenSG to Display something. (you can say I have a wrapper for SimpleSceneManager). Inside a singleton I init opensg but that isn't the problem. The problem occurs if i insert the OpenSG headers.

No I found the Problem does not occur if I use opensg in debug mode. (OSGBaseD.lib OSGSystemD.lib OSGWindowWin32D.lib) I think if my dll is initialized then the opensg is initialized and opensg sets a thread lock and the init function is never left.

I hoppe you see what i mean

Thanks

Mario
begin:vcard
fn;quoted-printable:Mario L=C3=BCttich
n;quoted-printable:L=C3=BCttich;Mario
org:MPI for Biophysical Chemistry 
adr;quoted-printable;quoted-printable:;;Fa=C3=9Fberg 11;G=C3=B6ttingen;37077;;Germany
email;internet:[EMAIL PROTECTED]
title:Diplom Physiker
tel;work:+49 (0) 551 201 1454
tel;fax:+49 (0) 551 201 1197
version:2.1
end:vcard

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to