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

  • 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, 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
  2. I am trying to use a Chook to create a .NCI file for an existing operation in the Operations Manager. I am currently using the nci_manager function (defined in AssocHok_CH.h) with mode NCIMGR_POST_ONE. This is successfully creating a .NCI file for the operation, however the file is NOT identical to the .NCI file that is generated if I were to manually post the selected operation using the UI. The main difference is the CHook version is not using GCode 1000 (null tool change) between seperate passes in the toolpath. It is instead using GCode 1002, and reposting the same tool definition (GCode 20001 - 20009) over and over again for every new pass. I am trying to figure out how to get the CHook version to match the .NCI file that is produced manually. The only hint I found on how to use mode NCIMGR_POST_ONE is the comment: //create ascii nci for 1 operation - call post per cfg settings. I then ran the function GetCurrentCfgFilename() to find where the cfg file was located, and made sure that the Mill Post Processor file (.pst) defined there matched the active post Mastercam was using when manually outputting the .NCI file. Still had the same tooling GCode mismatch. Finally, I decided to remove all .pst files from my C-Drive to see what happens. I could no longer create the .NCI file using the Operations Manager because the active post no longer existed, BUT I could still run my CHook version and post the selected operation just like before. That seems to indicate that the CHook version was not actually using the post processor defined in the cfg file (because I removed it from my C-Drive), but I have no idea where to take it from here. Any advice on this would help out a lot. Thanks!
  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...