Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Debug errors


Duckman
 Share

Recommended Posts

Hi,

 

I am a newbie trying to use VC++ 6 to develop a chook...debug, I get a ton of dll errors:

 

Loaded 'C:Mcam9Mill9.exe', no matching symbolic information found.

Loaded 'C:WINNTSystem32ntdll.dll', no matching symbolic information found.

Loaded 'C:WINNTsystem32OPENGL32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32msvcrt.dll', no matching symbolic information found.

Loaded 'C:WINNTsystem32KERNEL32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32ADVAPI32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32USER32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32GDI32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32RPCRT4.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32GLU32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32DCIMAN32.DLL', no matching symbolic information found.

Loaded 'C:Mcam9Sncapi.dll', no matching symbolic information found.

Loaded 'C:WINNTsystem32WINSPOOL.DRV', no matching symbolic information found.

Loaded 'C:WINNTsystem32SHELL32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32COMCTL32.DLL', no matching symbolic information found.

LDR: Automatic DLL Relocation in Mill9.exe

LDR: Dll smodapi.dll base 10000000 relocated due to collision with C:Mcam9SNCAPI.dll

Loaded 'C:Mcam9Smodapi.dll', no matching symbolic information found.

Loaded 'C:WINNTsystem32MFC42.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32MSVCP60.DLL', no matching symbolic information found.

LDR: Automatic DLL Relocation in Mill9.exe

LDR: Dll CSH.dll base 10000000 relocated due to collision with C:Mcam9SNCAPI.dll

Loaded 'C:Mcam9Csh.dll', no matching symbolic information found.

Loaded 'C:WINNTsystem32COMDLG32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32version.dll', no matching symbolic information found.

Loaded 'C:WINNTsystem32lz32.dll', no matching symbolic information found.

Loaded 'C:Mcam9pskernel.dll', no matching symbolic information found.

Loaded 'C:WINNTsystem32OLE32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32OLEAUT32.DLL', no matching symbolic information found.

LDR: Automatic DLL Relocation in Mill9.exe

LDR: Dll mc9rs.dll base 10000000 relocated due to collision with C:Mcam9SNCAPI.dll

Loaded 'C:Mcam9MC9RS.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32riched32.dll', no matching symbolic information found.

LDR: Automatic DLL Relocation in Mill9.exe

LDR: Dll MCBITMAP.OCX base 10000000 relocated due to collision with C:Mcam9SNCAPI.dll

Loaded 'C:WINNTsystem32MCBITMAP.OCX', no matching symbolic information found.

Loaded 'C:WINNTsystem32OLEPRO32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32MCD32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32msidle.dll', no matching symbolic information found.

LDR: Automatic DLL Relocation in Mill9.exe

LDR: Dll INVIN.DLL base 10000000 relocated due to collision with C:Mcam9SNCAPI.dll

Loaded 'C:Mcam9AppsINVIN.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32NTSHRUI.DLL', no matching symbolic information found.

LDR: Automatic DLL Relocation in Mill9.exe

LDR: Dll NETAPI32.dll base 78000000 relocated due to collision with C:WINNTsystem32MSVCRT.dll

Loaded 'C:WINNTsystem32NETAPI32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32netrap.dll', no matching symbolic information found.

Loaded 'C:WINNTsystem32SAMLIB.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32WSOCK32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32WS2_32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32WS2HELP.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32WLDAP32.DLL', no matching symbolic information found.

Loaded 'C:WINNTsystem32RPCLTC1.DLL', no matching symbolic information found.

 

any idea why these are popping up?

 

Thx

Link to comment
Share on other sites

yup...I have

 

WIN32,_WINDOWS,_WINDLL,_AFXDLL,_MBCS,_USRDLL,_MSVC_,MSWINDOWS

 

as my preprocessor definitions,

 

/nologo /Zp1 /MD /W3 /Gm /GX /ZI /Od /I "C:chook dev kit" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_MSVC_" /D "MSWINDOWS" /Fp"Debug/ExtendPaths.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c

 

in project options

 

are these correct?

Link to comment
Share on other sites

Nope, these are the only "errors" that I am getting...

 

O, just wondering if there is a way to have mastercam load my chook dll upon startup instead of making me press CTL+C? Also, is it possible to speed up the process of debugging in MasterCAM? I mean, everytime I debug it starts a new MasterCAM window, and that takes forever!

Link to comment
Share on other sites

quote:

O, just wondering if there is a way to have mastercam load my chook dll upon startup instead of making me press CTL+C?

In Mastercam go to Screen, Configure, Start/Exit tab, Chooks Start box...

 

[ 05-17-2002, 11:53 AM: Message edited by: Mark H ]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...