Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default SDK for CS3

    Is there a new SDK for DreamWeaver CS3? Now that it is running native on the
    IntelMac, there should be a matching SDK so those extension writers who used
    part of the C API can recompile their extensions.

    I've been checking periodically, but the latest I can find is the SDK for MX
    2004 and DW 8.

    Thanks,

    Chris Perkins
    [url]http://www.medialab.com/wellrounded[/url] <-- our DW extension

    cperkinscperkins Guest

  2. #2

    Default Re: SDK for CS3

    c'mon, Adobe. How many years has it been now that Macs have been on the Intel platform? At least have the decency to reply to these questions.
    rubydick Guest

  3. #3

    Default Re: SDK for CS3

    rubydick wrote:
    > c'mon, Adobe. How many years has it been now that Macs have been on the Intel platform? At least have the decency to reply to these questions.
    FYI: These are user to user forums and not monitored by Adobe.

    The c-level extensibility was never part of the SDK that I recall, it was always separate. I've not attempted to make something like this from scratch in so long that I don't recall where the source files were stored. Perhaps they are mentioned in Live Docs.

    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  4. #4

    Default Re: SDK for CS3

    Danilo,

    The SDKs definitely include the C-API.

    I guess we may be the only extension developer to have actually used it
    (needed to generate graphic files). And, unfortunately, the old CodeWarrior
    based MX2004 one doesn't fly for the Universal Binary CS3.

    If this is not the place to ask after the CS3 SDK, where is the right place?

    Chris

    cperkins-medialab Guest

  5. #5

    Default Re: SDK for CS3

    cperkins-medialab wrote:
    > Danilo,
    >
    > The SDKs definitely include the C-API.
    >
    > I guess we may be the only extension developer to have actually used it
    > (needed to generate graphic files). And, unfortunately, the old CodeWarrior
    > based MX2004 one doesn't fly for the Universal Binary CS3.
    >
    > If this is not the place to ask after the CS3 SDK, where is the right place?
    FWIW: I didn't say that I don't use the c-level api, just that I've not built anything from the basic source files provided by Macromedia in quite a long time.

    As for the SDK and the source files, perhaps I'm looking in the wrong place for them as part of the SDK. I've just installed the last available SDK, DWSDK1.mxp that is listed on this page:
    [url]http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1009962[/url]

    I checked through all the files and I don't see anything related to the c-level api except within the PDF files that are installed as part of that MXP, and they explain what the various functions do. The Extending DW PDF mentions looking in the DW install folder for Samples/Extending/ and look at the files there, and there is a zip file containing files that I assume are usable on a Windows system, and a dmg file for Macs (this folder is installed when Dreamweaver is installed, not installed by the SDK). I don't have a Mac so I can't see what is inside of the extending_dw.dmg that is present. But given your question, I'll assume that it doesn't have the necessary files for you to make something for a universal binary easily.

    If you're not getting the sample files you need, maybe check a Mac programming newsgroup, there may be folks out there that can get you started on that route using the current files as a starting point.


    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  6. #6

    Default Re: SDK for CS3

    Hi Chris,
    > Is there a new SDK for DreamWeaver CS3? Now that it is running native on the
    > IntelMac, there should be a matching SDK so those extension writers who used
    > part of the C API can recompile their extensions.
    Yes, the C API works on IntelMac. Take a look at the samples in the
    Adobe Dreamweaver CS3 install folder:
    Sample_files/Extending/extending_dw.dmg

    Let us know if you have any more questions.

    Thanks,
    Randy Edmunds
    DW Engineering
    Adobe Systems, Inc.
    Randy Edmunds Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139