hello robert,
thank you for your reply. i'd like to compile the "hlsequence.c" example...
i installed the trial version of cvi. today i'm able to compile the code, but i get warnings and can't start the .exe-file.
-----
Linker Parameter (Dev-C++):
imaq.lib
cvi_lvrt.lib
cvintwrk.lib
cvirt.lib
cvirtsup.lib
instrsup.lib
cvirtsupp.lib
cviwmain.lib
----
Warnings:
.drectve -'defaultlib:LIBC' unrecognized
.drectve -'defaultlib: OLDNAMES' unrecognized
----
Error Message (while executing):
'Error in call to LoadPanel
Error Code: -86
UIR File Name: hlsequence.uir
Panel Resource ID: 1
Parent Handel: 0'
----
the example is just a general test...
my real goal is to film a sample with a laser point on it and to determine the coords of it's center.
therefore i want to use some image analysing functions that i found when i createt an example builder file
in the vision asistant.
----
Example:
Image* MyImage;
imaqAutoThreshold(MyImage, MyImage, 2, 4);
----
is there an easier way to get access to that kind of functions or do i have to use CVI?
thank you very much and best regards,
malte
Message Edited by asmodi on 10-07-2005 04:00 AM
Message Edited by asmodi on 10-07-2005 04:01 AM