Cannot debug Inventor 7

Cannot debug Inventor 7

Anonymous
Not applicable
583 Views
6 Replies
Message 1 of 7

Cannot debug Inventor 7

Anonymous
Not applicable
Anyone managed to runt Inventor 7 trough the debugger?
(VC++ 6)
Inventor 6 worked fine.

It is the release version installed as a trial.

This is the ouput before the crash, seems like it
is creating some stuff in the tempfolder and tries to load it.
Loaded 'C:\Documents and Settings\Magnush\Local Settings\Temp\~ef57d3\DrvMgt.dll', no matching symbolic information found.
Loaded 'C:\Documents and Settings\Magnush\Local Settings\Temp\~ef57d3\~deb532.tmp', no matching symbolic information found.
First-chance exception in Inventor.exe (NTDLL.DLL): 0xC0000142: DLL Initialization Failed.

(works fine when not running trough the debugger)

Anyone got a clue what to do?
Makes it kind of hard to develop for. =(
0 Likes
584 Views
6 Replies
Replies (6)
Message 2 of 7

Anonymous
Not applicable
OMG..what a block of unreadable (Edited)..
Why do my linebreaks dissapear?? Test
test
0 Likes
Message 3 of 7

Anonymous
Not applicable
Anyone managed to runt Inventor 7 trough the debugger?
(VC++ 6)

Inventor 6 worked fine.

It is the release version installed as a trial. This is the ouput before the crash, seems like it is creating some stuff in the tempfolder and tries to load it.


Loaded 'C:\Documents and Settings\Magnush\Local Settings\Temp\~ef57d3\DrvMgt.dll', no matching symbolic information found.

Loaded 'C:\Documents and Settings\Magnush\Local Settings\Temp\~ef57d3\~deb532.tmp', no matching symbolic
information found. First-chance exception in Inventor.exe
(NTDLL.DLL): 0xC0000142: DLL Initialization Failed.

(works fine when not running trough the debugger)

Anyone got a clue what to do?

Makes it kind of hard to develop for. =(
0 Likes
Message 4 of 7

Anonymous
Not applicable
Unfortunately the HTTP web side of the newsgroups is not allowing
carriage returns to show properly. Messages there show as one
long line that just keeps wrapping. This is a known problem and
scheduled for repair.

If you are able to use the NNTP newsgroup reader side of the
newsgroups, carriage returns show properly.

You can also use the following HTML code when you want to add a key to the end of
a paragraph...
< br >
Remove the spaces before the "b" and after the "r". This will create a single
effect. Use it twice to do a double space.

Also please avoid the use of improper language. You may want to review the groundrules

http://discussion.autodesk.com/WebX?groundrules@161.RirGaTk4poR.9@

--
Kent
Assistant Moderator
Autodesk Discussion Forum Moderator Program


"maghj" wrote in message news:f161f1b.0@WebX.maYIadrTaRb...
> OMG..what a block of unreadable (Edited)..
> Why do my linebreaks dissapear??
> Test
> test
>
0 Likes
Message 5 of 7

Anonymous
Not applicable
Does anyone succeeded in debugging an AddIn for Inventor 7. If so, I would appreciate an help because it is quite impossible to debug manually with traces !!!

thanks
0 Likes
Message 6 of 7

Anonymous
Not applicable
If i attach to the process it does work

Still cant start it trough the debugger though..=(
0 Likes
Message 7 of 7

Anonymous
Not applicable
Close Inventor, Open the Addin Dll in VB and add your stop points, hit the run button.
Then run the Reg file for the addin. Now startup Inventor and it will stop on your
breakpoints.

--
Kent
Assistant Moderator
Autodesk Discussion Forum Moderator Program


"bfrezouls" wrote in message news:f161f1b.4@WebX.maYIadrTaRb...
> Does anyone succeeded in debugging an AddIn for Inventor 7. If so, I would appreciate an
help because it is quite impossible to debug manually with traces !!!
> thanks
>
0 Likes