Compiling flex file into dll.

...gcc -c lekser.c ... gcc -shared -o lekser.dll lekser.o. Dll file was created but it does not work. I've tried to access the library using the...