![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I have a text file used for localisation string, now i want to create .resource file from this text file at runtime. I am able to create it with Resgen externally, but how can do that through program? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
When i try to run the following code, it shows invalid operation exception Pinfo.FileName = "d:\\Software\\vs\\Installed Components\\SDK\\v2.0\\Bin\\Resgen.exe"; Pinfo.Arguments = " /compile D:\\Resource Files\\resbource.en-US.txt"; Pinfo.UseShellExecute = false; Process cv=System.Diagnostics.Process.Start(Pinfo); |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |