flat assembler
Message board for the users of flat assembler.
Index
> Windows > Creating *.h from *.DLL files |
Author |
|
Yardman 13 Jul 2007, 07:56
[ Post removed by author. ]
Last edited by Yardman on 17 Jan 2012, 03:43; edited 1 time in total |
|||
13 Jul 2007, 07:56 |
|
vid 13 Jul 2007, 09:45
Chewy: It's not possible to create .h file just from .dll. It would be problem even to do it from .asm sources. Problem is that in C, you need to know arguments of functions, and also their types.
Code: int func1(char* x, int y); int func2(char** x, int y); int __stdcall func3(); So i would suggest to create that .h file yourself, i think you don't have that many exported functions in FASM dll to really need some tool. |
|||
13 Jul 2007, 09:45 |
|
Vortex 13 Jul 2007, 17:49
def2lib can create import libraries from module definition files :
http://vortex.masmcode.com/files/def2lib10.zip http://board.flatassembler.net/topic.php?t=6422 _________________ Code it... That's all... |
|||
13 Jul 2007, 17:49 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.