Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Ribbon Sample Error in VS 2005
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Ribbon Sample Error in VS 2005

 Post Reply Post Reply
Author
Message
dijesh.k.a View Drop Down
Newbie
Newbie
Avatar

Joined: 15 October 2006
Location: India
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote dijesh.k.a Quote  Post ReplyReply Direct Link To This Post Topic: Ribbon Sample Error in VS 2005
    Posted: 29 December 2006 at 2:45am
Hai,
 
Sample ribbon application of 10.4 is not running  in visual studio 2005 .Getting the error as "Application Failed to initialise properly (0xc0150002)".But Running Properly in VS2003.
 
 
Thanks
 
 
 
Dijesh.K.A
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1210
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Posted: 29 December 2006 at 4:03am
Hi;
I had similar troubles with an application not using the toolkit. In my case it had something to do with credentials - the user I executed the app could not access runtime libraries of a 3rd party application (database). All I had to do, was changing the security settings of the directories to allow execute access.
I found the error by looking at the output window of VC++ with different users logged in. Then I saw that while the app tryied to load the lib (DLL) the exception was thrown.
 
But most likely, your target machines are missing a dependency. VS2005 uses version 8 of the C and C++ runtime DLLs. These are mostly likely not
accessable on your machine.

Run "depends" on your application to find the DLL dependencies, then install the appropriate dependencies along with the app. You can find the VS 2005 redistributable DLLs in C:\Program Files\Microsoft Visual Studio
8\VC\redist.

Martin

Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0
Platform: Windows 10 v 22H2 (64bit)
Language: VC++ 2022
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.