Hi,

[EMAIL PROTECTED] wrote:
>> 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).

this is just a wild guess, since I do not develop on windows, but the
mention of Assemblies in the above error makes me wonder if VC2005 (by
default) generates "managed C++", i.e. targets the .NET platform instead
of native code generation ?

        Cheers,
                Carsten

-------------------------------------------------------------------------
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