Carsten Neumann skrev: > 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 ? > It was a while since I worked VS2005, but I'm fairly sure that is not the case. I think I set the linker to generate an internal assembly (embedded in the exe) and then it worked. I did not move the exe from that system though, so I'm not sure how that would work out.
Looking at the .vcproj file (I don't have VS2005 since I got a new computer a few weeks ago and haven't installed it yet) I don't have any special settings for the manifest or linker tool. The intermediate/output folder (Release/Debug) contain only manifests with 'embed' or 'intermediate' in their name. Ditto for my compiled DLL's. The OpenSG DLLs also have embedded manifests (checked by searching for 'manifest' in the vs8 OSGSystem.dll). I compiled those myself though. Little help though. Hm. /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
