07-13-2007 01:44 AM
07-17-2007 10:40 AM
Hello,
I'll be taking a look into your issue, but you'll probably get a better return for your question on a more appropriate board.
Measurement Studio for VB6 or Machine Vision are probably your best bet.
Ill post back here with anything I can find on this issue. The best thing to do would be to make sure that the same Vision components are present on your previous development machine as your new development machine.
Cheers
Tom | NIUK
07-23-2007 10:44 AM
Hello,
The CWIMAQBCGOptions function is part of Vision and is used to adjust the brightness, contrast, and gamma parameters. Therefore, if this function is in fact responsible for the problem, then we need to take a closer look at whats happening when you include the Vision libraries into Visual Basic.
How do you know that this function is responsible for the compile error? Have you taken steps to include the Vision libraries into your project? One easy way to test if this is the case is to try and compile a simple program that uses any other Vision function to see if the same problem occurs. Please provide any details on the error message that you are getting. I have a useful guide for dissecting the error to help locate the cause listed below:
Vision Errors, and where to find help on them
Before we progress any further we must make sure the other Vision functions behave as expected within your program. Also post back with a link to any other threads you may have created regarding this issue.
Cheers
Tom | NIUK
07-23-2007 11:47 AM