
c#
lovekiss2012
这个作者很懒,什么都没留下…
展开
-
sqlite异常:链接close()和dispose()之后任然不能释放与db文件的连接
c#使用sqlite 1.0.97.0版本,string dbFile = @"G:\test.db"; string connenctStr = string.Format(@"Data Source={0};Pooling=true;FailIfMissing=false", dbFile); SQLiteConnection m_Conne原创 2015-06-08 16:20:49 · 7934 阅读 · 3 评论 -
native c++/qt中如何调用c#dll
native c++/qt中如何调用c#dll具体需求:qt程序中调用c#提供的dll开发环境:vs2013参考链接:链接1:https://support.microsoft.com/en-us/kb/828736,这个是微软的官方链接,在这个文档中Register the Managed DLLfor Use with COM or with Native C++是用不到的。原创 2015-11-21 13:03:52 · 4136 阅读 · 3 评论