TWAIN &/Or Digital Camera's 
Author Message
 TWAIN &/Or Digital Camera's

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!


   Andrew Yu



Fri, 16 Feb 2001 03:00:00 GMT  
 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);}



Fri, 16 Feb 2001 03:00:00 GMT  
 TWAIN &/Or Digital Camera's

Quote:

> :  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.

Kodak sells a 'pro' version of the Wang Imaging software, but the nice thing
they did was to enhance the HELP file with samples of all of the imaging
calls.  You can download the help file from their website:
http://www.eastmansoftware.com/products/ImagingPro/Infodev.htm#win95

They readily identify which calls are part of the extentions and which
ones are the standard ones that are included in the regular Wang Imaging
controls.  That should give you enough information to get started.

--
Brian Abernathy



Sat, 17 Feb 2001 03:00:00 GMT  
 TWAIN &/Or Digital Camera's
Go to the site http://www.twain.org and download the "Developer Toolkit".
This will include a DLL file with full source written in C++ and full source
on how to use it in C++, VB, FoxPro and Delphi. I think it is the best
around and it comes from the people that organize the specifications of
TWAIN. I personally think it is wonderful and works perfectly for me.

Thank You
Farshad Hemmati

Quote:

>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!


>   Andrew Yu



Wed, 21 Feb 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. TWAIN &/Or Digital Camera's

2. TWAIN &/Or Digital Camera's

3. VB & Digital Camera, Twain

4. Talk to Twain driver, or otherwise get pics from Digital Camera

5. Twain and digital cameras WIN98

6. Twain, vb and digital camera

7. Acquire, Twain Twain Twain and Twain Again.

8. TWAIN: Looking for (easy) TWAIN-access-module (16&32bit)

9. use twain acess to a scanner via vb and acess a camera via port

10. Controlling a digital camera from a bound object frame

11. Retrieve embedded information from jpg file (digital camera picture)

12. Windows Application Using A Digital Camera

 

 
Powered by phpBB® Forum Software