embedding a text file as a resource in an exe file

  • Thread starter Thread starter Jon Paal
  • Start date Start date
J

Jon Paal

trying to embed a text file as a resource when compiling with vbc.exe

/resource: "readme.txt"

error returned is asking for <resinfo>

what is "<resinfo> " and what is correct command line format required to add a text file as a resource ??
 
Back
Top