Creating resource DLL

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

Jon

One of the quickstarts for localization has an example of how to make a DLL
out of a resrouce file. In the example, they do the following:

resgen string.txt string.resources
al /embed...yada yada yada

I got the resgen portion working fine, but no where on my PC can I find this
al program to turn it into an assembly. I have VS.Net 2003 EE installed.
Can anyone point me to what I'm doing wrong? thanks
 
Try running commands from the "Visual Studio .NET 2003 Command Prompt". It
sets the correct path for running programming tools and saves you from loads
of trouble.

Actually it's located in here:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
 

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