![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Basic4ppc Wishlist Missing any feature? |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
I don't know if this is already possible but it would be great to combine two or more DLLs into a single one...
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
||||
|
I was thinking on the simple DLL like scrolbar and clickable label, and a few others...How can we combine them? using the binary DLL?
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
|||
|
If you build a big project or a project with many dlls it would be a good idea to combine them. Each dll under Windows Mobile 5 uses 64K reguardless of size. If you use two 10K dlls, they take up 128K of space. WM5 is notorious for running out of memory and this is the main reason that you run out of VM. When you have other process all doing the same thing you run out of VM very quickly. I work in the PPC world and many developers create a solution by combining multiple executiables. This is, in many cases is better then creating one application with alot of dlls. When you spawn a new application to do some additional work, it starts in it is own process space. The trick then is having them communicate and there are several tricks that can be use such as shared registry keys or INI files. The problem with VM in Pocket PC will not be totally solved until PPC version 7, which is still rather undefined.
Ron |
![]() |
| 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 |
| 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 Sources | J12345T | Questions & Help Needed | 5 | 09-19-2007 09:04 PM |
| renaming DLLs | Cableguy | Questions & Help Needed | 2 | 05-24-2007 05:35 AM |