Ask a Question related to Macromedia Shockwave, Design and Development.

  1. #1

    Default Re: compatibility

    Hi Glenn,

    Check the mfg web sight to see if they have a patch or other solution to
    make the program run on XP

    Richard

    "Glenn" <psapb@vianet.on.ca> wrote in message
    news:0d3b01c34ba2$503dfa10$a101280a@phx.gbl...
    > I used a program under windows 98 and it worked. I have a
    > new machine with XP Pro and it won't work. It's a
    > database program and I get a "Record field seek failed"
    > error. Other program users say that it works fine on
    > Windows 2000. I've tried the windows compatibility
    > manager without success. Any ideas?

    Richard Guest

  2. Similar Questions and Discussions

    1. SDK Compatibility
      We're planning our migraton to Acrobat 8, and prefer to do phased rollouts whenever possible to minimize risk and avoid synchronization issues with...
    2. mac/pc compatibility FH MX
      i have an unregistered demo version of FH MX (w'/a PC - XP OS). I'm trying to open a 2M file .fh10 file created on a MAC. I have another version...
    3. mac compatibility
      M$ is pretty sure anyone using a mac, or any browser other than their own, is not worth wasting their time on. They seem to be ignoring the lesson...
    4. AIX 5.1 compatibility
      Hi all, I have a client who is planning to upgrade their machine, the OS, and Informix. Currently they are running IDS 7.21.UD1 on AIX 4.2 F50...
    5. PC / Mac compatibility
      I'm designing a site for a new company. It will be live in a week. But until then I have uploaded a .swf file (saying that it's coming soon) that...
  3. #2

    Default Compatibility

    I have ID2, Photoshop 7, Illustrator 10 and Image Ready 7.

    I've just bought ID CS tutorial which includes student files on CD, but can't open files in ID2 (says I need to upgrade).

    If I do upgrade, will my other 3 programs still be compatible with ID CS, or would I have to upgrade them as well? (Creative Suite is a bit beyond my pocket if it's not strictly necessary).

    Finally, was there an ID version between 2 and CS (I've seen a version 3 advertised so am a bit confused).

    Many thanks in advance.
    Frank
    Frank.Saunders@adobeforums.com Guest

  4. #3

    Default Re: Compatibility

    ID 2.0 can not open ID CS files.

    You're other applications should work just fine with ID CS (which is ID 3).

    Bob

    Bob_Levine Guest

  5. #4

    Default Re: Compatibility

    Thanks Robert - that was fast!!

    You've prompted another question - Can ID CS open ID 2 files. I ask because I have several I might want to access again.

    Thanks again
    Frank
    Frank.Saunders@adobeforums.com Guest

  6. #5

    Default Re: Compatibility

    IDCS can open ID 2 files. ID 2 cannot open IDCS files.
    Greg_Gaspard@adobeforums.com Guest

  7. #6

    Default Re: Compatibility

    Very many thanks Greg.

    Frank
    Frank.Saunders@adobeforums.com Guest

  8. #7

    Default Compatibility

    I was having the same issue as many posts : ie. 'Vista Business 64 bit having
    compatibility issues with older machines and softwares'. Seems to been on the
    improve though, most of the issues are resolved with recent updates.

    [url]http://www.accommodationsydney.tv/[/url] :: [url]http://melbourneaccommodation.tv/[/url] ::
    [url]http://www.goldcoastaccommodation.tv/[/url] :: [url]http://brisbaneaccommodation.tv/[/url]

    JamieOzz Guest

  9. #8

    Default Re: Compatibility

    I was turned the auto update off on my vista PC. Then probably I should turn back on again for latest update.
    raydiet Guest

  10. #9

    Default Re: Compatibility

    my sister?s 64 machine had problems with flash and shockwave when upgrading
    recently and she had to downgrade


    _ _ _ _ _ __ _ __ _ _ __ _ __ _ _ __ _ __ _ _ _ _ _ _ __ __ _ __

    [url]http://www.hostingtops.com[/url]
    [url]http://www.hostingtops.com/affordable-budget-web-hosting.php[/url]
    [url]http://www.hostingtops.com/affordable-dreamhost-review.php[/url] _ __
    [url]http://www.hostingtops.com/affordable-hostgator-review.php[/url]

    blogono Guest

  11. #10

    Default Compatibility

    Hi Folks,

    I am trying to secure a document through my application using Acrobat 9.0, when i am using compatibility as 3.0 the password is secured properly and when opened it asks for password once when cancelled nothing is happening.

    when i am using compatibility as 7.0 the file is secured and when i am opening it asks for a password and when i am pressing cancel ,it again prompts a dialog with message "Please Enter a File attachment open password".

    How to avoid this dialog?

    How to handle compatibility in Password dialog? what is the differences with compatibility?

    Is there any document is available?

    Please throw ur ideas

    Regards,
    Nethaji.
    Nethaji@adobeforums.com Guest

  12. #11

    Default Re: Compatibility

    HOW are you securing a document via Acrobat 9? What API(s) are you using? What values are you passing?
    Leonard_Rosenthol@adobeforums.com Guest

  13. #12

    Default Re: Compatibility

    Leo thanks for ur input

    I have made some changes on refering the document in SDK.,now it is working fine.

    case (i)
    But there is one problem with reference to compatibility again
    When i am importing a password secure document(Acrobat used :Acrobat 9.0)with compatibility as 3.0 or 7.0 or 9.0 the password dialog is asked for 6 times.

    case (ii)
    But when i am securing a document using Acrobat 7.0 with compatibility 3.0 the file is imported without any problem without asking for password not even once using.

    am expecting the case(ii) scenario in case(i) what is to be done? i have used the below code when running it it throws an exception

    pdDoc = PDDocOpen(acroPdfFileFullPath, ASGetDefaultFileSys(), IfEncrypte, true);
    Nethaji@adobeforums.com Guest

  14. #13

    Default Re: Compatibility

    If you don't use your function, then I suspect it only asks once - correct?

    So that would lead me to suspect your ifEncrypte() method as the culprit.
    Leonard_Rosenthol@adobeforums.com Guest

  15. #14

    Default Re: Compatibility

    No whatever whether it is ifEncrypte or Null the line throws an exception!!!!!!! and password is occuring 6 times

    what might be the reason?

    how to handle it in VC++ CODE?
    Nethaji@adobeforums.com Guest

  16. #15

    Default Re: Compatibility

    Do you have DURING/HANDLER blocks around your call to PDDocOpen? If so, what is the error that is returned?
    Leonard_Rosenthol@adobeforums.com Guest

  17. #16

    Default Re: Compatibility

    I am getting error message as "UnExpected token type" how to over come this error.
    Nethaji@adobeforums.com Guest

  18. #17

    Default Re: Compatibility

    That error usually implies that there is a problem with the PDF itself - in other words, it is not a valid document.

    Can you post a sample PDF that demonstrates this error?
    Leonard_Rosenthol@adobeforums.com 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