![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
OK this may sound stupid...
Imagine I rename a Library, before adding it to my app, and then add it to my app, will it run as usual? The thing is, there are lots of software that tracks repeted files, and if we use the same lib in more than one app, wich HAVE to be in the same dir as the app itself, the user might be tempted to delete the file, and the app no longer runs...
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
|||
|
HI,
I have tried renaming DLL to something like: MyProject.exe MyProject_d1.dll <- actually hardware.dll MyProject_d2.dll <- whatever dll It works. With the dll associated to your project, you need not worry about other applications overwriting your DLL, and this is especially true when your DLL is of latest version while the DLL that will be overwritten is of an earlier version. The only observation I've made is you cannot rename the dll extension to something else, other than .dll. For example: MyProject.exe MyProject.001 <- hardware.dll MyProject.002 <- other dll It'd be great if dll filename/extension can be changed to anything.. Rgds WZSun |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Renaming sorted records in table | aerohost | Questions & Help Needed | 3 | 06-25-2008 05:54 PM |
| Old style DLLs | Jess | Questions & Help Needed | 3 | 06-18-2008 04:37 PM |
| Combine DLLs into one | dzt | Code Samples & Tips | 38 | 05-20-2008 10:56 PM |
| DLLs in a shared directory | John F. Eldredge | Questions & Help Needed | 1 | 05-16-2008 06:39 AM |
| Combining DLLs | Cableguy | Basic4ppc Wishlist | 5 | 05-25-2007 05:56 AM |