4d / SQLlib_4D

SQL library for 4D
http://4d.github.io/SQLlib_4D
12 stars 7 forks source link

I can't compile this lib #5

Closed deviderx closed 6 years ago

deviderx commented 6 years ago

Please how to compile and use this lib

miyako commented 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.

deviderx commented 6 years ago

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

miyako commented 6 years ago

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.