vtorri

Results 124 comments of vtorri

this PR seems good

and the static lib has also the .lib suffix... that's why dll.a is better. also the name says that it is explicitely a file related to the dll. anyway, do...

import lib is not necessary for a DLL with VS, you can use a def file (https://docs.microsoft.com/en-us/cpp/build/reference/module-definition-dot-def-files?view=msvc-170). def files are also supported with ld.

I have just tried with zlib (import lib : libz.dll.a) and the function zlibVersion(). The program compiles and links with Visual Studio, and prints the zlib version when I execute...

@data-man interesting, muon+samourai == build system in C :-)

@rushter try https://github.com/lexbor/lexbor

look at https://github.com/lexbor/lexbor instead, modest is not maintained anymore and is replaced by lexbor

just for your information, Modest is deprecated in favor to lexbor, where the work is done : https://github.com/lexbor/lexbor

@lexborisov : do that for lexbor, even if it's in the website

@hbakhtiyor modest is being rewriting, look at https://github.com/lexbor/lexbor