04-19-2005 08:15 AM
04-19-2005 08:45 AM
04-19-2005 09:06 AM
04-23-2005 07:04 AM
04-23-2005 04:57 PM
@CODE WARRIOR wrote:
Thanks,
Now, I'm able to access the (hDC) of the main window, As you said.
But still I'm not able to get the reference of the "object" inside the LabVIEW main window. (for example, I want to send the handle of the Image Window to a DLL, so that I can get the output from DLL as the Image or Graph)
Thanks
CodeWarrior
04-23-2005 09:35 PM - edited 04-23-2005 09:35 PM
Message Edited by Enrique on 04-23-2005 10:37 PM
04-25-2005 08:34 AM
04-25-2005 09:36 AM
@BOB Y. wrote:
I'm trying to do something similar right now and coming to the same problems. I am trying to get the image from a Nikon DXM1200 camera that is mounted on a microscope. It has its own commands and capture card and is not playing well with the imaq stuff. I am using their SDK in an effort to get the images into LabVIEW.
As I said, I am having the same types of problems. I managed to wrap everying into a dll and into a .net assembley, but I have been unable to figure out a way to get it into LabVIEW. I can call either of these things from LabVIEW to make an image capture. But, I have been unable to transfer that image into LabVIEW. I also have been unable to get enough windowing information to get the information into LabVIEW.
I am not sure what Code Warrior is doing, but here is why I have been tracking this thread with great interest.
Thanks for the thread,
Bob
04-25-2005 11:15 AM
@Enrique wrote:
SNIP
An alternative is to write a wrapper dll. You pass the image to the dll you write, create the necessary handlers and pass it over the other dll.
04-25-2005 12:27 PM
@BOB Y. wrote:
@Enrique wrote:
SNIP
An alternative is to write a wrapper dll. You pass the image to the dll you write, create the necessary handlers and pass it over the other dll.
Lets say I wanted to do this, how do you do it?
I am not really a wondows programmer. I have done some C work and lots of LabVIEW, but windowing is a little over my head. Any help that y'all can give me would be appreciated.
I have sent an e-mail to Hytek Automation and may just buy my way out of this, but assuming that I cannot . . .
Thanks,
Bob