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
 
Back
Top