Questions tagged [rc]

An "rc" file is a file read at startup of a program. It is also the name of the Plan 9 Shell.

Historically, in the days when Unix and other software was distributed on tapes, a tape archive often contained a file named "rc" containing run commands or run code to compile and install the software.

rc, the Plan 9 Shell

257 questions
1
vote
1 answer

MSB6004 The specified task executable location "\rc.exe" is invalid

I am attempting to build USBView, one of the Windows driver samples. I downloaded that from Github yesterday. The problem is that Visual Studio attempts to find the resource compiler at the root, \rc.exe. That directory, \, obviously does not exist,…
Sarah Weinberger
  • 15,041
  • 25
  • 83
  • 130
1
vote
2 answers

Simpler init script for Java daemons?

I've written a small library for creating services/daemons in Java. The idea is simple. When you start your application you pass a command and a port number. If the command is a start command, a new instance of your application will be started on…
lindsten
  • 88
  • 1
  • 6
1
vote
1 answer

Artifacts name should be suffixed with alpha, beta, rc

I want my artifacts to be suffixed with alpha, beta, rc when built by feature/*, develop, release/* branches resp. versions in the pom file should not be changed. I tried with multiple Maven plugins but couldn't find the exact solution. All the…
Vignesh P
  • 9
  • 2
  • 8
1
vote
2 answers

Ubuntu 16.04 rc.local - not running at boot

i got an executable which i would like to run at startup. First of all i checked if my executable works in terminal: /absolute/path/to/executable -> works So i added it to my rc.local: /absolute/path/to/executable -> didnt work at startup As this…
Creative crypter
  • 1,348
  • 6
  • 30
  • 67
1
vote
2 answers

cURL 'rc' is not recognized as an internal or external command

I've looked everywhere for the answer to this, no luck. I'm trying to build cURL for visual studio 2015. nmake /f Makefile.vc mode=static VC=14 debug=no After a couple of seconds of building it, it says 'rc' is not recognized as an internal or…
1
vote
1 answer

Localized rc file will not compile

I have a pretty standard C++ win32 application that has been internationalized. The problem is that the translated rc files will not compile. The only differences between the English rc, which does compile, and the translated rcs, which do not…
Jennifer
  • 41
  • 3
1
vote
2 answers

Can Delphi 2007 IDE use Delphi 2010's cgrc.exe while compile RC files?

The CGRC.exe in Delphi 2010 support using dot as resource name. I wish to use it in Delphi 2007 IDE as well. Is that possible to do so? In Delphi 2007 IDE, when we compile a project that has .RC file, the build message will show something…
Chau Chee Yang
  • 18,422
  • 16
  • 68
  • 132
1
vote
5 answers

"File Not Found" while trying to compile an RC file (probably dumb mistake)

Following these steps for adding a UAC manifest to my C# project embedded as a resource. Step 1 works fine, I create the RC file in my project as a simple text file as described. #include #define IDR_MANIFEST 1 // 2 for a…
Epaga
  • 38,231
  • 58
  • 157
  • 245
1
vote
1 answer

How to selenium.GetXpathCount for this element?

ctl00_Content_ctl00_chkProduct_0 ctl00_Content_ctl00_chkProduct_1 ctl00_Content_ctl00_chkProduct_2 ... ctl00_Content_ctl00_chkProduct_19 ctl00_Content_ctl00_chkProduct_20 What expression should I use to count all 21 elements? I've used decimal…
Prostak
  • 3,565
  • 7
  • 35
  • 46
1
vote
0 answers

Eclipse resource editor for Win32

MS Visual Studio includes the resource editor to create icons, cursors, windows, etc. Is there anything similar for Eclipse? How do developers create Windows with Eclipse? They can be done programmatically, but that's not very convenient, trying to…
Ville
  • 19
  • 1
1
vote
1 answer

Read RC File pyspark 2.0.0 from S3 with partitions

Is there a way that we can load RC Files with partitioned stored in S3 into pyspark Dataframe 2.0.0
braj
  • 2,545
  • 2
  • 29
  • 40
1
vote
0 answers

Issue while debugging angular2 rc project using VS code and chrome debugger extention

I am facing issues while debugging using VS code editor.But I am able to debug using chrome developer tools. Break points are not hitting and its showing in grey circle. Also in console I am getting this error . Here is my launch.json. "version":…
1
vote
1 answer

Running Selenium Tests in Virtual PC

I am creating test scripts in Visual Studio IDE using Selenium RC and executing them thru NUnit. In order to run these tests on Virtual PC, what would I need to do. What all would I need to have on the Virtual machines? Only NUnit or even…
Ame
  • 77
  • 2
  • 4
1
vote
1 answer

script runs twice in raspbian

I am new to Raspberry Pi and I wanted to run a program automatically after the Pi bootsup. I script works fine when I tried to run ./myscript.sh. As it is need to run everytime the Pi powered-up, I have mentioned the script path in /etc/rc.local as…
kar
  • 495
  • 1
  • 8
  • 19
1
vote
0 answers

fatal error CVT1100: ressource en double. Type: VERSION, nom: 1, langage: 0x040C

This morning I have the following error when I attempt to compile my dll with cmake and nmake (Sorry for text in French): Création de la bibliothÞque core.lib et de l'objet core.exp CVTRES : fatal error CVT1100: ressource en double. Type: VERSION,…
Algorys
  • 1,710
  • 2
  • 25
  • 52