
TWAIN &/Or Digital Camera's
[Some newsgroups removed.]
:To anyone and everyone!!!
:
: I need to find a way to integrate a TWAIN device or digital camera into
my
:program. I don't want to buy a 3rd party control if I don't have to, but
:there's got to be a way to do it with the TWAIN DLL's that are included
with
:Windows95/98!! If someone could e-mail me that would be great!
If you have Win95 OSR2/Win98, check out the \Windows\Wangsamp folder for a
VB4 example.
--
Damit Senanayake
ICQ#: 6930718
#include <stdio.h>
#include <ctype.h>
void main(){ const char*
s="\x044\x061\x06D\x069\x074\x020\x069\x073\x020\x040\x020\x061\x06C\x074\x0
61\x076\x069\x073\x074\x061\x02E\x06E\x065\x074"; char d[24]; for(int
i=0;i<25;i++) ;{d[i]=toascii(s[i]);} puts(d);}