- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
I'm trying to make a COM Dll by using the COM Server Wizard. I've followed all the steps as described in "Creating a COM Server" (Project Adder).
After building the project (Adder.dll), I get the following error message:
Linking...
Creating library Debug/Adder.lib and object Debug/Adder.exp
Performing Registration
Error executing c:winntsystem32cmd.exe.
Adder.dll - 1 error(s), 0 warning(s)
What is the problem here?
Thanks,
Hilde
After building the project (Adder.dll), I get the following error message:
Linking...
Creating library Debug/Adder.lib and object Debug/Adder.exp
Performing Registration
Error executing c:winntsystem32cmd.exe.
Adder.dll - 1 error(s), 0 warning(s)
What is the problem here?
Thanks,
Hilde
- Etiquetas:
- Intel® Fortran Compiler
Enlace copiado
2 Respuestas
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
It could be that there is something wrong with a Copy command in your Post-build step in Project Settings.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
To register a dll COM server, the post-build step runs a program called regsvr32, a command-line executable. Apparently this program is failing. To verify that this is the case, look for Adder.dll (probably in the "debug" directory). Open a command prompt and cd to that directory. Then run "regsvr32 Adder.dll". If it works, something is wrong with the post-build step in CVF. If it fails, there's something wrong with your dll or OS installation. Hope this is somewhat helpful.

Responder
Opciones de temas
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla