Search found 2 matches
- 2017-09-03T11:46:00-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: COM object noob question
- Replies: 2
- Views: 85784
Re: COM object noob question
It doesn't throw any errors but returns an empty string. I'm using AHK and % is a special character there but it's not supposed to do anything inside quotes. I've checked and some of the working COM calls I have use unescaped % characters without problems. Edit: I've tinkered with it a bit and now ...
- 2017-09-01T11:58:03-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: COM object noob question
- Replies: 2
- Views: 85784
COM object noob question
Hello, I've got a piece of code that's not working :( compList := objIM.convert(fname , "-colorspace", "gray" , "-negate" , "-threshold", "5%" , "-define", "connected-components:verbose=true" , "-define", "connected-components:area-threshold=300" , "-connected-components", "8" , "info:") I've ruled ...