Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
165 views

Google Chrome: OpenScripting.framework - can't find entry point InjectEventHandler

I try to inject several SIMBL plugins (e.g. Afloat and FScriptAnywhere) into Chrome and other applications. It works fine on all other applications but not on Chrome. There I get this output on ...
1
vote
3answers
929 views

“Cannot find entry point sqlite3_open_v2 in DLL sqlite3” when using System.Data.Sqlite

I am having problems connecting to a Sqlite database through System.Data.Sqlite. I was trying to use FluentNhibernate but that didn't work, so I went back to basics but got the same error: Cannot find ...
0
votes
0answers
75 views

Extension Method behaving Strangely C#

I have and extension method for Forms.DataVisualization.Charting.Chart. In the extension method I'm accessing the chartareas array and manipulating the chartarea object in it. However, every time I ...
0
votes
1answer
102 views

OpenCV on MS Visual Studio 10: cv::cvtColor causes Entry Point Not Found Error Message

I am using OpenCV 2.3.1 Win Superpack on MS Visual C++ 10.0.4 on MS Windows 7. Some OpenCV functions run file but cv::cvtColor seems to call msvcp80d.dll, msvcr80d.dll, gpsvc.dll, IEShims.dll and ...