![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Code Samples & Tips Share your recent discoveries and ideas with other users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Hi,
Yes, you can combine various b4ppc libraries (official or not) into one. How? Read below. Download from here MSDN Code Gallery illink.zip and extract it to a folder, lets say c:\illink Download also .NET 1.1 or NET 2.0 (for ilasm.exe) and .NET 1.1 SDK or NET 2.0 SDK (for ildasm.exe) from Microsoft. Install them. Add to your path the folder of ilasm.exe and the folder of ildasm.exe. Now you are ready! Lets say, you have three DLLs. dll1.dll, dll2.dll and dll3.dll and you want to combine them all to MyDLL.DLL. Run the following from the command prompt. c:\illink\illink.exe dll1.dll dll2.dll dll3.dll /out=MyDLL.DLL MyDLL.DLL now includes all the functionality of the three DLLs. Edit: illink.zip attached because GotDotNet site has been shut down. Last edited by dzt : 05-20-2008 at 08:18 AM. |
|
||||
|
ilasm.exe - IL Assembler is part of .Net Framework
ildasm.exe - IL Disassembler is part of .Net Framework SDK. You must install the SDK first: http://www.microsoft.com/downloads/d...displaylang=en |
|
|||
|
|
![]() |
| 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 |
| DLLs in a shared directory | John F. Eldredge | Questions & Help Needed | 1 | 05-16-2008 06:39 AM |
| How to combine table control and sqlite database | mozaharul | Questions & Help Needed | 1 | 03-27-2008 01:10 PM |
| Combining DLLs | Cableguy | Basic4ppc Wishlist | 5 | 05-25-2007 05:56 AM |
| renaming DLLs | Cableguy | Questions & Help Needed | 2 | 05-24-2007 05:35 AM |