in reply to par procedure entry point error

Have you looked inside PAR package to verify if the Oracle dll are included on package ?

Try to rename the .exe file to .zip and open by any Zip manager file (like Winzip) and compare this structure with main outside structure.

I'd had problem is the past with the case of files/directory name of Win32::Lanman module, where the all file and dirctory name where in low case, and the module has the first letter in upper case.

Solli Moreira Honorio
Sao Paulo - Brazil

Replies are listed 'Best First'.
Re^2: par procedure entry point error
by SamCG (Hermit) on Aug 29, 2005 at 21:04 UTC
    Interestingly, I can't find the dll noted in the error message on my PC at all. . . do you know if it would be a matter of simply including it into the existing archive, or would I need to use the command line and specifically require it when creating the exe?