- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I have built a DLL with a Version resource in it and want to access it during the running of a program which is calling the DLL. The Version info routine that I've been using is accessing the version of the program fine, but I need the version number off the DLL.
Linda
- Marcas:
- Intel® Fortran Compiler
Link copiado
3 Respostas
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
You can get the handle (HINSTANCE/HMODULE) of a Dll either by:
* Using GetModuleHandle("DllName.dll"C), or
* Writing a DllMain routine and storing hModule argument, then reusing it later.
I believe that's the missing chain?
Jugoslav
* Using GetModuleHandle("DllName.dll"C), or
* Writing a DllMain routine and storing hModule argument, then reusing it later.
I believe that's the missing chain?
Jugoslav
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Thanks, will give that a try and let you know.
Linda
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
That was the key to getting it done, thanks.
Linda

Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora