We have a WinForms app that runs fine on x86, but has many third-party components that make win32 calls. To get the apps to run on x64, I now compile for ...
I'm having Lex and YACC files to parse my files (.l file and .y file)
How to compile those files and how to make equivalent .c file for this
Which tool i've to ...