pillii
July 19th, 2005, 16:05
hello,
im pretty new to c++, i have visual studio 7 and want to know how i can make a lib with the new ollydbg110 apis.
i already have a lib that works, but its from an old sdk and doesnt support the Attachtoactiveprocess api, which i need, from ollysdk 110 .
i guess i have to make it with 'lib /def
llydbg.def /machine:ix86' , but the generated lib file doesnt import any funktions to me when i add it to my c++
project.
this is what lib outputs to me:
H:\olly plugins\plug110>lib /def
llydbg.def /machine:ix86
Microsoft (R) Library Manager Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
ollydbg.def(2) : warning LNK4017: NAME-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
ollydbg.def(3) : warning LNK4017: DESCRIPTION-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
ollydbg.def(4) : warning LNK4017: EXETYPE-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
ollydbg.def(5) : warning LNK4017: CODE-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
ollydbg.def(6) : warning LNK4017: DATA-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
Bibliothek 'ollydbg.lib' und Objekt 'ollydbg.exp' wird erstellt
pls help me
pillii
im pretty new to c++, i have visual studio 7 and want to know how i can make a lib with the new ollydbg110 apis.
i already have a lib that works, but its from an old sdk and doesnt support the Attachtoactiveprocess api, which i need, from ollysdk 110 .
i guess i have to make it with 'lib /def

project.
this is what lib outputs to me:
H:\olly plugins\plug110>lib /def

Microsoft (R) Library Manager Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
ollydbg.def(2) : warning LNK4017: NAME-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
ollydbg.def(3) : warning LNK4017: DESCRIPTION-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
ollydbg.def(4) : warning LNK4017: EXETYPE-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
ollydbg.def(5) : warning LNK4017: CODE-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
ollydbg.def(6) : warning LNK4017: DATA-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
Bibliothek 'ollydbg.lib' und Objekt 'ollydbg.exp' wird erstellt
pls help me
pillii