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:

Search the Community

Showing results for tags 'debug'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Mastercam Forums
    • Industrial Forum
    • Post Processor Development Forum
    • Educational Forum
    • Woodworking Forum
    • Machining, Tools, Cutting & Probing
    • 3D Printing

Categories

  • Mastercam Demo Software
  • Files Referenced in Books and Videos
    • Instructor Files
    • Mastercam X7
    • Mastercam X6
    • Mastercam X5
    • Mastercam X4
    • Mastercam X3
    • Mastercam X2
    • STEM
  • Free Book Samples
    • Mastercam 2020
    • Mastercam 2019
    • Mastercam 2018
    • Mastercam 2017
    • Mastercam X9
    • Mastercam X8
    • Mastercam X7
    • Mastercam X6
    • Mastercam X5
    • Mastercam X4
    • Mastercam X3
    • STEM Curriculum
  • Mastercam eBooks (PDF)
    • Mastercam 2023
    • Mastercam 2022
    • Mastercam 2021
    • Mastercam 2020
    • Mastercam 2019
    • Mastercam 2018
    • Mastercam 2017
    • Mastercam X9
    • Mastercam X8
    • Mastercam X7
    • Mastercam X6
    • Mastercam X5
    • Mastercam X4
  • Mastercam Documentation
    • Brochures
    • Press Releases
    • Tips & Guides
  • Tools
  • Post Processors
    • Post Processor 'How To' Info
    • Mpmaster (all versions)
    • Mplmaster (all versions)
    • Application Specific Posts
    • Educational Post Processors
    • Post Processor Request Forms
    • Post Processor Feature Checklist Forms

Product Groups

  • Sitewide Subscription
  • Books
    • Older Versions (No Demo Software)
  • eBooks (PDF)
    • Mastercam 2023
    • Older Versions (No Demo Software)
  • Multimedia
    • Older Versions (No Demo Software)
  • Clearance
  • eCourses
  • eCourses

Categories

  • General Mastercam
    • Hasp / Sim License Articles
    • Nethasp
  • Lathe
  • Toolpaths
    • FBM Drill
    • FBM Mill
    • Dynamic Milling
    • Contour
    • Drill
    • Pocket
    • Face
    • 2D Highspeed
    • Engraving
    • Surface Rough
    • Surface Finish
    • Surface High Speed
    • Curve 5 axis
    • Drill 5 Axis
    • Swarf 5 Axis
    • Multisurface 5 Axis
    • Flow 5 Axis
    • Rotary 4 Axis
    • Port 5 axis
    • Advanced Multiaxis
    • Circle Paths
    • Circle 5 Axis
  • Wire EDM
  • Art
  • Post-Processing
  • Editors & DNC
  • Add-ons + Chooks & Nethooks
  • Windows, PC & Hardware Troubleshooting
    • Windows Issues
    • Videocards
    • Network & Filesharing
  • Multiaxis
  • eBooks

Blogs

  • Mastercam Training Solutions
  • eMastercam Community
  • Reseller Blog
  • Future of CNC Manufacturing Education
  • Mastercam Xtras
  • Latest News

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Interests


Location


Mastercam SIM Number


AIM


MSN

Found 3 results

  1. Hello, guys, Happy new year 2015 !!! I want to compile my c-hook program in a new computer. I encountered this problem when I transfered my c-hook code from one computer to a different computer. Everything works good in my old computer but not on my new computer. On the new computer, I failed to run MasterCAM in debug mode in 2 ways: 1) Using shortcut mastercam.exe; 2) Debug C-hook dll in visual studio when calling Mastercam.exe; They both gave me the following error message: Can you help me find the problem? My MasterCAM x6 is installed in C:\mcamx6 My sdk is installed in C:\mcamx6\sdk My computer is x64 platform I compiled my c-hook dll in x64 debug mode I also tried the shortcut method to call debug mastercam.exe on two other computers that have mastercam x6 installed and have x6 sdk. Both failed. I then guessed the problem is that I missed some important dlls in system32 folder which debug mastercam.exe needs but not installed on the new computers. What kind of dlls does mastercam needs additionally to enable its debug mode? Thank you! Guangyu ISU
  2. Hello, I have tried looking for some resources on emastercam forum about setting the mastercam debug environment to test my chook dll. Here's what I did: In the VS2010 property sheet, I added the following option: Config Properties -> Debugging -> Command = C:\mcamx6\sdk\x64\debug\Mastercam.exe // This is the path where the 64 bit mastercam is, My chook dll is also 64 bits Config Properties -> Debugging -> Working Dir = C:\mcamx6 When I run from VS, I get the following error, The screenshots also shows what dlls get loaded The same error occurs when I try to run the debug mastercam.exe independently(outside VS). Do I need to configure something else to make it work? If you could point some tutorial that would be good. Thanks Prashant Barnawal
  3. Microsoft Windows 7 64 bit MasterCam X7 rc1?/Mu0? not sure what to call it- but NOT MU1 Visual Studio 2010 Pro SP1 Novice to C++ Trying to stumble through setting my first CHook up to run in debug mode. in my project Debugging properties, my "Command" is set to "C:\Program Files (x86)\mcamx7\sdk\DEBUG\Mastercam.exe", which is the install dir of the SDK. (BTW, tried changing this during install to %MCXINSTALLDIR% but it installed here anyway) "Command Arguments" [blank] "Working Directory" = "C:\Program Files\mcamx7\" //(%MCXINSTALLDIR%) "Attach" No "Debugger Type" Auto "Environment" [blank] "Merge Environment" Yes Env-Var "SDK_X7" =C:\Program Files (x86)\mcamx7\SDK (And I feel like I know SOMETHING if I don't include the 'SQL Debugging' param) When run from the IDE, i get the error "The application was unable to start correctly (0x000007b). Click OK to close the application" Tried making a desktop shortcut; Target="C:\Program Files (x86)\mcamx7\SDK\debug\Mastercam.exe" Start In: "C:\Program Files\mcamx7" When I launch this shortcut I get the same error as launching from the IDE When I directly click on : "C:\Program Files (x86)\mcamx7\sdk\DEBUG\Mastercam.exe", I get the error "The program can't start because IFStitch.dll is missing from your computer. Try reinstalling the program to fix this problem." "ifstitch.dll" is located in my MasterCam Install Dir, but not my SDK dir. When I copied "ifstitch.dll" to my /SDK/Debug dir, I got the same error as when run from the IDE. I'm not a teenager anymore, and don't have much hair left to pull out. Please let me continue to use a comb, and point me to what I've missed ? Thank you so much :/

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...