wvubiometric
March 30, 2004, 07:22:45
I am currently trying to save the file in a specific directory by using this...
m_pGrabber->getActiveMemBuffer()->save("temp.bmp");
I know that this saves the file to the working directory is there any way to save the file to a directory of your choice....for example
c:\temp\temp.bmp
m_pGrabber->getActiveMemBuffer()->save("temp.bmp");
I know that this saves the file to the working directory is there any way to save the file to a directory of your choice....for example
c:\temp\temp.bmp