J
JOSE RIVAS
HI PLEASE HELP
Im making a program, that makes a process (OCR process) so
i reach to automate it in order to open a file
("c:\image.bmp") and then executes the ocr process
ok.. it is working fine.. i just need to change that
static route ("c:\image.bmp") for a parameter and generate
a dll or exe file.. cause i will send via VFOXRO this
parameter (in order to automate a batch process of
numerous images)
here some code:
==============
Public Sub OpenFile(ByVal Filename As String)
'(this opens a file)
End Sub
==============
OpenFile "c:\image.bmp"
==============
Ok so that i need is something like
==============
OpenFile myRoute
==============
so i can in FOXPRO:
run myOCRprogram.exe theRoute
ok so..
question: where i have to tell my program it will receive
a parameter? in order to send that route as a parameter
via foxpro??
Q2: and i have to build a dll? or EXE file in order to
accomplish that? (i have many modules and forms)
PLEASE HELP!!!!
THANKS SOME MUCH IN ADVANCE FOR ANY ADVICE!!
(provide code if possible)
JOSE R. LIMA PERU
Im making a program, that makes a process (OCR process) so
i reach to automate it in order to open a file
("c:\image.bmp") and then executes the ocr process
ok.. it is working fine.. i just need to change that
static route ("c:\image.bmp") for a parameter and generate
a dll or exe file.. cause i will send via VFOXRO this
parameter (in order to automate a batch process of
numerous images)
here some code:
==============
Public Sub OpenFile(ByVal Filename As String)
'(this opens a file)
End Sub
==============
OpenFile "c:\image.bmp"
==============
Ok so that i need is something like
==============
OpenFile myRoute
==============
so i can in FOXPRO:
run myOCRprogram.exe theRoute
ok so..
question: where i have to tell my program it will receive
a parameter? in order to send that route as a parameter
via foxpro??
Q2: and i have to build a dll? or EXE file in order to
accomplish that? (i have many modules and forms)
PLEASE HELP!!!!
THANKS SOME MUCH IN ADVANCE FOR ANY ADVICE!!
(provide code if possible)
JOSE R. LIMA PERU