Including XML or text file into DLL

  • Thread starter Thread starter sergeil
  • Start date Start date
S

sergeil

Hi,

We try to build dll file with XML file within it (just a XML file, not
resource).
We succeed to build it in IDE, but we don't know how to do it in
command prompt.

Can anybody explain what is the correct command?

Thanks in advance,

Serg
 
/res compiler option. You can include any kind of file with the /res
option.

-vJ

sergeil said:
Hi,

We try to build dll file with XML file within it (just a XML file, not
resource).
We succeed to build it in IDE, but we don't know how to do it in
command prompt.

Can anybody explain what is the correct command?

Thanks in advance,

Serg
 

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