Daniel Zuidinga wrote:
>> They should. Did you add them to the 'Additional manifest files' in the 
>> 'Manifest tool' in the Project settings?
>>
>> At least, I have successfully compiled and run an ActiveX control which 
>> calls osgInit(). :)
>>
>> I just created one from the wizard and added an osgInit() call. It first 
>> failed with your message, then I copied the manifest files (from my 
>> build, bit Andreas are equivalent, I checked) into the project dir, 
>> added the name of the files 'OSGBase.dll.manifest'. Then, everything 
>> loads just fine.
>>   
> do you also have rendered something? if so, can you please send me your 
> project?

No. I just made it to solve the manifest problem.

> i tried it, but i get again the error in the msvcr80d.dll at runtime:
>
> the list of calls in VS says:
> "> msvcr80d.dll!strlen(unsigned char * buf=0x0012f074) Zeile 81 Asm
> msvcp80d.dll!std::char_traits<char>::length(const char * 
> _First=0x00000000) Zeile 559 + 0x9 Bytes C++
> msvcp80d.dll!std::basic_string<char,std::char_traits<char>,std::allocator<char>
>  
>  >::assign(const char * _Ptr=0x00000000) Zeile 1042 + 0x9 Bytes C++
> msvcp80d.dll!std::basic_string<char,std::char_traits<char>,std::allocator<char>
>  
>  >::basic_string<char,std::char_traits<char>,std::allocator<char> 
>  >(const char * _Ptr=0x00000000) Zeile 644 C++"
> etc...

Could you post some more callbacks (to see where the call to the string
constructor comes from)? It looks as if someone is trying to create a
std::string from a null pointer.

Cheers,
/Marcus


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