thnx cod actually i am making prog in vc++ which pass the data to another prog written in VB. i have to draw graphics in vb and vc++ handles interrupt of irq7.
my sir told me to use "callback". whn i saw ths function on MSDN, there is "A callback function is code within a managed application that helps an unmanaged DLL function complete a task. Calls to a callback function pass indirectly from a managed application, through a DLL function, and back to the managed implementation." wht is managed & unmanaged dll? --- cod <[EMAIL PROTECTED]> wrote: > the difference between #include <iostream.h> and > "iostream.h" > is in the folder .. > > <> look the iostream.h in include directory (a > environment variable) and "" > look the file only in project folder. > > cod >
