You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for the excellent product. It works flawlessly with Linux (Tested with Ubuntu), however I am unable to compile the 'C' file in Windows, shows some error with the Header files.
Could you kindly make the 'C;' file windows compatible for use with MingW GCC. This will benefit a lot of Window Users.
Please also add #define _GNU_SOURCE at top of the 'C' file to suppress GCC compiler error:
implicit declaration of function ‘asprintf’
Warm regards,
Jayadev
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for the excellent product. It works flawlessly with Linux (Tested with Ubuntu), however I am unable to compile the 'C' file in Windows, shows some error with the Header files.
Could you kindly make the 'C;' file windows compatible for use with MingW GCC. This will benefit a lot of Window Users.
Please also add #define _GNU_SOURCE at top of the 'C' file to suppress GCC compiler error:
implicit declaration of function ‘asprintf’
Warm regards,
Jayadev
The text was updated successfully, but these errors were encountered: