|
-
Aug 21st, 2000, 11:54 AM
#1
Thread Starter
Lively Member
I've download the Gif89 from one of the website recommended in this forum. However, I am having problem with this gif89 and can't seems to get it going...
When I look into the unzip screen there are 3 files inside the download i.e. gif89.dll, gif89.oca and readme.txt.
I extract into one of the folder, but only managed to have gif89.oca extracted. gif89.dll is no where to be seen. I have try the start/find but could only manage to locate the gif89.oca file.
When I run VB6 project/components, I did a browse and manage to locate the gif89.oca. Error message appear when I try to incorporated it into the form.
c:\window\system2\gif89.oca was not registrable as an activex component??
Can someone kindly help me!
Best wishes
CT
-
Aug 21st, 2000, 12:09 PM
#2
Frenzied Member
DLLs don't show up unless you change the properties. Email me, I know mine works...
[email protected]
-
Aug 21st, 2000, 12:15 PM
#3
Place both files in your system directory and register them. To register them, go to Start > Run and type Regsvr32 gif89.dll.
-
Aug 21st, 2000, 02:08 PM
#4
transcendental analytic
You can drag and drop the the files on a shortcut to regsvr32.exe, which you can put on the desktop or quicklaunch. Also they don't need to be in registry either, especially if youre not sure if you want to keep them, you can unregister them any time.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 21st, 2000, 02:24 PM
#5
Monday Morning Lunatic
.oca files are information about the ocx file, not the control.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 21st, 2000, 08:08 PM
#6
Thread Starter
Lively Member
Million thanks to all who has response to my question above. Last night i follow Megatron advise and did a start/Run regsvr32 gif89.dll.
My animation is working fine now!
Again thank you very much for your help.
Best wishes
CT
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|