Ask a Question related to Macromedia Shockwave, Design and Development.
-
Richard #1
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
-
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... -
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... -
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... -
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... -
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... -
Frank.Saunders@adobeforums.com #2
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
-
Bob_Levine #3
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
-
Frank.Saunders@adobeforums.com #4
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
-
Greg_Gaspard@adobeforums.com #5
Re: Compatibility
IDCS can open ID 2 files. ID 2 cannot open IDCS files.
Greg_Gaspard@adobeforums.com Guest
-
Frank.Saunders@adobeforums.com #6
Re: Compatibility
Very many thanks Greg.
Frank
Frank.Saunders@adobeforums.com Guest
-
JamieOzz #7
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
-
raydiet #8
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
-
blogono #9
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
-
Nethaji@adobeforums.com #10
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
-
Leonard_Rosenthol@adobeforums.com #11
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
-
Nethaji@adobeforums.com #12
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
-
Leonard_Rosenthol@adobeforums.com #13
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
-
Nethaji@adobeforums.com #14
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
-
Leonard_Rosenthol@adobeforums.com #15
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
-
Nethaji@adobeforums.com #16
Re: Compatibility
I am getting error message as "UnExpected token type" how to over come this error.
Nethaji@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #17
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



Reply With Quote

