May 2, 2003 #1 bubbly Programmer Mar 28, 2003 74 AE Hi Can we change the PBD reference at runtime in the EXE file? If so... how do we go about it?
May 6, 2003 #2 6112 Programmer Mar 18, 2002 10 AU 1. Define a ini file, in which creates a MyAppLibs section: MyAppLibs=d:\installation\a.pbd,c:\temp\b.pbd.... 2. in your program, at beginning always reads the ini file and load this path and set it as your application libraries path. Now you can change your PBDs list dynamically all the time. Upvote 0 Downvote
1. Define a ini file, in which creates a MyAppLibs section: MyAppLibs=d:\installation\a.pbd,c:\temp\b.pbd.... 2. in your program, at beginning always reads the ini file and load this path and set it as your application libraries path. Now you can change your PBDs list dynamically all the time.
May 8, 2003 #3 rawhide58 Programmer Oct 16, 2002 9 US Clarification - I believe you can only reset your library list in the application open event. Upvote 0 Downvote