585,982 active members*
4,776 visitors online*
Register for free
Login

Thread: Help Please!

Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2012
    Posts
    7

    Question Help Please!

    Hi!
    can any one please help me solve this problem...

    VBA Macro Error
    C:\AlphaCAM\Licomdir\VBMacros\StartUp\XilogPlusPos t\OuputNC_XilogPost.arb

    I am trying to run Alphacam 2018 R2

  2. #2
    Join Date
    Apr 2015
    Posts
    327

    Re: Help Please!

    By this description nobody can solve this problem. Upload your VBA macro or make a screen your error.
    Alphacam post and VBA macros, Autodesk HSM post.
    www.cadcam-softcz.cz

  3. #3
    Join Date
    Sep 2012
    Posts
    7

    Re: Help Please!

    Quote Originally Posted by Maroslav4 View Post
    By this description nobody can solve this problem. Upload your VBA macro or make a screen your error.
    please see attachments,
    Attached Files Attached Files

  4. #4
    Join Date
    Feb 2018
    Posts
    59

    Re: Help Please!

    this error means you are not authorized to use the post,,typically the lincense to the post is linked to your dongle,,,if you need more help email me,,

    keysoftwareservice.com

    PS: if you puchased your post with alphacam 2017---it will not work with any other versions,,unless you hire a post writer or vba specialist,,this looks like this thing belongs to alphacam 7

  5. #5
    Join Date
    Apr 2015
    Posts
    327

    Re: Help Please!

    You have problem with a a 64bit implementation. Post is written for 32 bit Alphacam version.

    Function inside of code must be declare as a PTRSFE.

    Like this.

    Private Declare PtrSafe Function WritePrivateProfileString Lib "kernel32" Alias _
    "WritePrivateProfileStringA" (ByVal lpApplicationname As String, _
    ByVal lpKeyName As Any, ByVal lsString As Any, ByVal lplFilename As String) As Long

    Marek
    Alphacam post and VBA macros, Autodesk HSM post.
    www.cadcam-softcz.cz

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •