Closed deviderx closed 6 years ago
did you read https://github.com/4D/SQLlib_4D/tree/master/lib4d_sql ?
it says make
. are you unfamiliar with make
?
but given that the files are plain C, it shouldn't be difficult to create a Visual C or X code project manually.
are you familiar with Visual C or X code?
I am sorry, but you need to put more effort to ask questions in a way that the reader can understand.
Please explain how to use make itry to compile it in visual c++ 2015 but it faild Code block give me error on secure methods like strcpy_s it doesn't support it
Hi, non-secure methods are just warnings, they don't throw and error unless you explicitly tell the compiler to treat all warnings as errors. You really need to take a step back and learn how to use visual studio and some basic stuff about the visual c language.
Please how to compile and use this lib