RE: Assembly & Compilation by NoSpamMgbworld
NoSpamMgbworld
Mon Jun 27 08:02:01 CDT 2005
You can compile multiple executables in one assembly using al.exe (assembly
linker). Check the help file for syntax.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
"Frederic H" wrote:
> Hi all!
>
> I just want to know if it's possible to include assemblies in another one.
> I try to have only 1 .exe without external files...
>
> Can ressources be a solution (+Assembly.Load) or do you know a better way to
> complete that ?
>
> Thx for the answers!