Adding External Files to an Assembly

  • Thread starter Thread starter Barry Simon
  • Start date Start date
B

Barry Simon

Is it possible to add any arbitrary file to an assembly manifest?

Thanks in advance
 
Barry,
Is it possible to add any arbitrary file to an assembly manifest?

Yes - how you do it depends on the compiler you're using. CSC has the
/linkres option, AL has /link.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top