|
|
||||
|
||||
|
|
|
|||
|
On Sat, 29 Jan 2011 01:04:16 -0800 (PST), Lucas_be
<lucas_be@advalvas.be> wrote: >Hello, >I import a dbf in the dbserver editor within VO repo, when saving for >creating the code I get apllication sytem library is write protect How >to solve this ? >Thanks in advance Hello Lucas, It seems you are importing in the system library AEF which is indeed write protected (it is a base library with calls to the system DLL). Two solution: 1 Import your code somewhere else and call it there 2 Import the full system source (the SDK library AEF). Modify your codes there and include the SDK instead of the current system library AEF) or create a DLL from it, include the created prototype base lib ans include that and give your users the modified system dll) We do step 2 (but include the full AEF which makes the exe larger) for the Internet SDK because we modify a lot to make sure e-mails are read in correctly in our mailprogram based upon this code. Dick van Kooten |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|