flat assembler
Message board for the users of flat assembler.
Index
> Windows > Where is wininet.inc? |
Author |
|
masterducky 29 May 2010, 07:19
I dont have it in my INCLUDE folder.
Thanks! |
|||
29 May 2010, 07:19 |
|
baldr 29 May 2010, 07:25
masterducky,
Well, it isn't in FASM distribution too. Probably you've lost it somehow. |
|||
29 May 2010, 07:25 |
|
cod3b453 29 May 2010, 08:36
Try this: http://board.flatassembler.net/topic.php?t=3229 , which will generate the include file you need for any DLL. (There are other 'dll2inc' converters too).
|
|||
29 May 2010, 08:36 |
|
masterducky 29 May 2010, 15:25
Awesome cod3b453!
Thanks a lot! @baldr If it isnt in FASM distribution, how could i lose it? |
|||
29 May 2010, 15:25 |
|
baldr 29 May 2010, 16:10
cod3b453,
Imports are small part of the deal: one can easily write library / import for needed functions. #defines, enums and structs are more precious. For WinInet.h function prototypes are only ~25% lines of entire file (and since FASM import needs only names/argcount, it's more like 5% of work ). ----8<---- masterducky, That was simply a conclusion: you're looking for wininet.inc in INCLUDE folder and it's not in distribution, hence you put it there yourself; it's not there now, then you've lost it. If your only need is to import some functions, you may look here for another solution. |
|||
29 May 2010, 16:10 |
|
cod3b453 30 May 2010, 08:04
True, it only solves the API issue; I haven't seen a c header converter for the equates and I usually look look at the c includes anyway.
|
|||
30 May 2010, 08:04 |
|
TmX 30 May 2010, 14:39
I usually use this:
http://board.flatassembler.net/topic.php?t=7647 |
|||
30 May 2010, 14:39 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.