[Openroad-users] Defining dll path
Paul White
shift7solutions at gmail.com
Tue Feb 26 22:18:05 EST 2008
Hi Allan,
We set II_LIBU3GL using ingsetenv in order to configure a PC as production.
installation time
ingsetenv II_LIBU3GL
"c:\winnt\system32\kernel32.dll;c:\winnt\system32\user32.dll;c:\winnt\system
32\gdi32.dll;c:\winnt\system32\advapi32.dll;c:\winnt\system32\comdlg.dll;c:\
winnt\system32\ntdll.dll;c:\winnt\system32\msvcrt.dll;S:\ingres\banking.dll"
"
But for testing, we temporarily modify the paths with a SET statement in the
script which starts OpenROAD
runtime script
SET
II_LIBU3GL="c:\winnt\system32\kernel32.dll;c:\winnt\system32\user32.dll;c:\w
innt\system32\gdi32.dll;c:\winnt\system32\advapi32.dll;c:\winnt\system32\com
dlg.dll;c:\winnt\system32\ntdll.dll;c:\winnt\system32\msvcrt.dll;C:\mytestDL
LS\banking.dll"
You dont need to specify the full paths if the DLLs appear in the normal
PATH. I suppose you could then change PATH as required.
SET
II_LIBU3GL="kernel32.dll;user32.dll;gdi32.dll;advapi32.dll;comdlg.dll;ntdll.
dll;banking.dll"
SET PATH=%MYTESTDLLS%;%PATH%;S:\ingres\
w4glrun ... etc
Paul
-----Original Message-----
From: openroad-users-bounces at peerlessit.com
[mailto:openroad-users-bounces at peerlessit.com]On Behalf Of Allan Biggs
Sent: Tuesday, 26 February 2008 8:46 PM
To: openroad-users at sealion.peerlessit.com
Subject: [Openroad-users] Defining dll path
We have an issue in implementation and final user testing we modifying 3gl
procedures in a DLL I wonder if anyone has a solution.
We are deploying an OpenROAD application (4.1) in a windows environment.
We have some 3GL code in several DLL's.
We have chosen to define a path for some of the dll's
e.g. C:\test\testing.dll
The problem is trying to do final user testing on the users PC when the
procedures in the DLL have been modified.
Is there a way of referring to the dll path with an environment variable
and using this to point to different versions of the DLLs for testing and
production images?
To complicate matters we have another DLL in ingres/bin i.e. no path was
defined for this 'main' dll.
thanks in advance Allan
This communication is for use by the intended recipient and contains
information that may be Privileged, confidential or copyrighted under
applicable law. If you are not the intended recipient, you are hereby
formally notified that any use, copying or distribution of this e-mail,
in whole or in part, is strictly prohibited. Please notify the sender by
return e-mail and delete this e-mail from your system. Unless explicitly
and conspicuously designated as "E-Contract Intended", this e-mail does
not constitute a contract offer, a contract amendment, or an acceptance
of a contract offer. This e-mail does not constitute a consent to the
use of sender's contact information for direct marketing purposes or for
transfers of data to third parties.
Francais Deutsch Italiano Espanol Portugues Japanese Chinese Korean
http://www.DuPont.com/corp/email_disclaimer.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.peerlessit.com/pipermail/openroad-users/attachments/20080226/5c1f97b4/attachment.html
More information about the Openroad-users
mailing list