Results 1 to 3 of 3

Thread: Example VBA for RD

  1. #1
    Member
    Join Date
    2003-07
    Posts
    2
    Login to Give a bone
    0

    Default Example VBA for RD

    Please, how porting example VBA code RD 2010,2011 32bit to 64 bit?

    Thank
    Paul

    WinXP64 + Autocad 2010(Inventor)+RasterDesign2010

  2. #2
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,409
    Login to Give a bone
    0

    Default Re: Example VBA for RD

    There is no difference in the code. You need to install the right version of vba, though. See this page to download the 64bit version. Once the correct vba engine is installed, you will also probably need to force your dvb to recompile. To do this, make some small edit to the code, delete it and then do Debug>Compile. Then save your dvb.
    C:> ED WORKING....


    LinkedIn

  3. #3
    Member
    Join Date
    2003-07
    Posts
    2
    Login to Give a bone
    0

    Default Re: Example VBA for RD

    I have instaling 64VBA from autocad. / autocad2010vbaenabler640.exe /

    I lerning VBA with Raster design 2010. Help hat example VBA code.
    I copy this code from VBA project and run macro.

    In this line code AutoCAD+Raster Design crash:

    Sub Example_AecImageObjectList()
    ....

    For I = 0 To coList.CurrentSpaceCount -1 ..........' / 0
    imID = coList.CurrentSpaceObjectID(I) ..........'/ -6883280
    coFileName.ImageObjectID = imID ...........'/ error and
    ...
    crash AutoCAD

    Help???

    Paul.

Posting Permissions

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