Calling Managed Code From Unmanaged C

后端 未结 3 809
孤城傲影
孤城傲影 2021-01-15 14:17

So after about a day and a half with this I\'ve made zero progress.

I need to write a DLL in C that is used a plugin for an existing application. The DLL has to be c

3条回答
  •  不要未来只要你来
    2021-01-15 14:38

    Unless this is an existing vb.net dll (business layer) that you use everywhere, I'd probably recommend against using it in a C application.

    There are various ways to communicate with MSSQL from C. Either by a native driver or ODBC, etc.

提交回复
热议问题