Hi

You must be using Visual Studio 2005. Right ? Okay, the things that
follow assume that you are using Visual Studio 2005. If not then
ignore whatever follows.

Frankly speaking I don't exactly know why you are getting error like
that. Somebody might help you better here. Anyways googling for the
error you are getting I found two web pages in MSDN docs for Visual
Studio 2005 describing the same problem as yours :

http://msdn2.microsoft.com/en-us/library/ms235299.aspx
http://msdn2.microsoft.com/en-us/library/ms235342.aspx

The first URL describes the problem and second page troubleshoots the
problem. The pages essentially say that in VS 2005, your VC++
application need to have a manifest information either inside the
binary or externally.

Try following the instructions in the troubleshooting page and see if
it helps you. I only have VS 2003 and things work fine there.

My few cents,
- Vaibhav



On 9/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > 1. Which version of OpenSG did you install ?
> OpenSG 1.6.0
>
> > 2. What application were you running ? Is it one of Tutorial examples
> > ? If not then are you able to run any of the tutorials example ?
> Yes, it is one of Tutorial.
>
> > 3. How are you building/running your application  ?
>
> I open the Solution, select 01hello, click on Build->Build Solution and
> than on Debug->Start.
> In the debugger window I can read:
>
> First-chance exception at 0x7c91eae0 in 01hello.exe: 0xC0000005: Access
> violation reading location 0x00000130.
> R6034
> An application has made an attempt to load the C runtime library
> without using a manifest.
> This is an unsupported way to load Visual C++ DLLs. You need to modify
> your application to build with a manifest.
> For more information, see the "Visual C++ Libraries as Shared
> Side-by-Side Assemblies" topic in the product documentation.
> Unhandled exception at 0x7c911230 in 01hello.exe: User breakpoint.
> The program '[2228] 01hello.exe: Native' has exited with code 0 (0x0).
>
> ---
> Sergej
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Opensg-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensg-users
>


-- 
Mobile: +91-9811846404
email: [EMAIL PROTECTED]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to