ADD NEW DLL
-
venerdì 27 luglio 2012 18:10
I'm add new dll for animated gif but error not casual leave me.
Tutte le risposte
-
venerdì 27 luglio 2012 18:41
When do you get this message?
Is the dll a standard dll or a COM dll?
With a standard dll, use the Declare statement to declare external functions. In this link, there's also a reference to the alternative DllImportAttribute.
Armin
- Contrassegnato come risposta Mark Liu-lxfModerator martedì 7 agosto 2012 08:08
-
lunedì 30 luglio 2012 08:06Moderatore
Hi yousufk,
Welcome to the MSDN forum.
Armin only showed the way how to deal with standard dll. And if git89 is a COM dll, you need to register it before you used it. You need to check the versions (64bit or 32bit) of your dll as well as OS.
In general, the way we register the dll file: go to the Run item on the Start menu, and type: regsvr32 <path & filename of dll or ocx>.
But if you want to use the COM dll in 64bit machine, you need to run Regsvr32.exe from the %SystemRoot%\Syswow64 folder.
Here is the article: Error Message When You Run Regsvr32.exe on 64-Bit Windows: http://support.microsoft.com/kb/282747
If there is error message appearance, please check the following links: Explanation of Regsvr32 usage and error messages: http://support.microsoft.com/kb/249873
Hope it helps.
Mark Liu-lxf [MSFT]
MSDN Community Support | Feedback to us
- Modificato Mark Liu-lxfModerator lunedì 30 luglio 2012 08:07
- Contrassegnato come risposta Mark Liu-lxfModerator martedì 7 agosto 2012 08:08
-
martedì 7 agosto 2012 08:08Moderatore
Hi yousufk,
We haven’t heard from you for several days. I’d like to mark the helpful replies as answer firstly. If you have any additional questions, you also can unmark the replay and post your question here.
Sorry for any inconvenience and have a nice day.
Mark Liu-lxf [MSFT]
MSDN Community Support | Feedback to us
- Modificato Mark Liu-lxfModerator martedì 7 agosto 2012 08:09

