Re: Problem using ForeignToRTF32
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I regret I can't provide "The answer", but assuming you are running both
pieces of code on the same machine, I don't see why any of the dlls
referenced within this converter would not be available.
Unless there's a permissions problem - presumably with the input file.
Peter Jamieson
"Sterling Wight" <work@xxxxxxxxxxxxxxxxx> wrote in message
news:tt5If.28$Wa2.4@xxxxxxxxxxx
I am having a problem using the word conversion dll (MSWRD832.CNV). I call
the routine from two different programs. One is a typical MFC application,
and the conversion always works without a problem. The other is a service,
with no visible interface, and from there the conversion always fails,
returning -1 (could not open input file). This is true even though I pass
exactly the same arguments to the routine from both programs. Also, I
tested
opening and closing the file just prior to calling the routine in
debugging
code, and the file opens without complaint using standard file system
calls.
I already tried adding an invisible window to my service, in case there is
a
hidden dependency on having a window available from the calling program,
but
that did not change any results. So I'm very puzzled. Anyone got an idea
of
what kind of undocumented dependency the routine could have?
.
Relevant Pages
- Problem using ForeignToRTF32
... I am having a problem using the word conversion dll. ... exactly the same arguments to the routine from both programs. ... I already tried adding an invisible window to my service, ... hidden dependency on having a window available from the calling program, ... (microsoft.public.word.conversions) - Re: Problem using ForeignToRTF32
... There are issues with permissions on ... not DCOM. ... and the conversion always works without a problem. ... exactly the same arguments to the routine from both programs. ... (microsoft.public.word.conversions) - Re: Possible Feature
... Just done a series of big DB changes and needed to recompile all the SPL ... I use 'LIKE' for the input parameters and local variables but you ... Having internal variables within a routine that are defined LIKE table.column is fine as these are used internally and if you modify the table the routine will be recompiled the next time it is run so no problems. ... the routine recompiles and the ESQL/C or ODBC library makes the appropriate automatic conversion from CHARto INTEGER. ... (comp.databases.informix) - Re: Converting a bitmap from 24 bits format to 8 bits format
... First you need to create an empty folder somewhere and then unzip the contents of the zip file that you downloaded into that folder. ... So far the program has performed the conversion but it hasn't saved the result. ... bytes for the pixel data itself with the remaining thousand or so bytes being the header data and the palette data. ... buttons into the "Private Sub cmdConvert_Click" routine and you could hard code an output filename into the "Private Sub cmdSave_Click" routine and comment out the bits that show the save dialog. ... (microsoft.public.vb.general.discussion) - Re: Possible Feature
... Just done a series of big DB changes and needed to recompile all the SPL ... I use 'LIKE' for the input parameters and local variables but you ... Having internal variables within a routine that are defined LIKE table.column is fine as these are used internally and if you modify the table the routine will be recompiled the next time it is run so no problems. ... the routine recompiles and the ESQL/C or ODBC library makes the appropriate automatic conversion from CHARto INTEGER. ... (comp.databases.informix) |
|