|
I'm trying to put on work the ToolkitPro but I'm not able to do.
First I've added paths manually because installer and next executions of Deploynment Wizarad does not add them.
After that I've created a demo app from the AppWizard. It compiles OK, but when launching IDE says cannot find ToolkitPro1200vc90UD.dll. After that error I got the Windows Error screen that is showed when a program stops working that offers debug or close the program.
First problem: I'm running a debug build into the IDE. That screen must not appear.
When pressing "Close Program", IDE Crashes and restarts!!!!!
The demo programs works fine.
The IDE event crash is:
Faulting application devenv.exe, version 9.0.21022.8, time stamp 0x47317b3d, faulting module NatDbgDE.dll, version 9.0.30411.0, time stamp 0x47ff45d0, exception code 0xc0000005, fault offset 0x0000ab6f, process id 0x%9, application start time 0x%10.
My demo program crash is:
Faulting application testTKpro.exe, version 1.0.0.1, time stamp 0x48593802, faulting module ToolkitPro1200vc90UD.dll, version 6.0.6001.18000, time stamp 0x4791a783, exception code 0xc0000135, fault offset 0x0006ecfb, process id 0x1a68, application start time 0x01c8d16090881af9.
After copyng the DLL to the debug folder it worked fine. I'm going to add the folders containing the dll to the system path, restart windows and try again.
Under Vista x64 SP1, with Visual Studio 2008 Team System with buggy Feature Pack installed.
|