How to compile .rc file?

Hi everyone.
I'm trying to change a version of my plugin in the .r file, but it does not recompile the resource file - the version number stays the same.
I tried copying custom build settings from other project to the .r file, but it doesn't seem to work at all. The .rc file stays the same despite the changes in .r file. If I remove the resource file from the project it is not linked, and if I remove it from the project directory, it says that it can't find the file, and does not compile it.
Can anyone help me?

1>CustomBuild:
1>  Compiling the PiPL
1>  Microsoft (R) C/C++ Optimizing Compiler Version 16.00.30319.01 for x64
1>  Copyright (C) Microsoft Corporation.  All rights reserved.
1> 
1>  BW_Vignette.r
1>ClCompile:
1>  Generating Code...
1>RC : fatal error RC1110: could not open ..\BW_Vignette.rc
In other projects I am able to compile the rc file without any problems, it's just this one that is not working. Normally it says:
1>CustomBuild:
1>  Compiling the PiPL
1>  Microsoft (R) C/C++ Optimizing Compiler Version 16.00.30319.01 for x64
1>  Copyright (C) Microsoft Corporation.  All rights reserved.
1> 
1>  f_crop.r
1>  Microsoft (R) C/C++ Optimizing Compiler Version 16.00.30319.01 for x64
1>  Copyright (C) Microsoft Corporation.  All rights reserved.
1> 
1>  f_crop.rrc
1>ClCompile:
So it looks like something is missing.
Thanks for all your efforts.

Similar Messages

  • How to compile .pll files

    Hi all,
    Seems to be a trivial one but i guess this is the fastest way to get help on how to compile .pll files
    in unix shell. Additionally if someone can also tell how to convert the .pll to a readabe .pld file.
    Regards
    Shishir

    Hi,
    I haven't actually done this on UNIX but I imagine it should be the same as on a Windows PC.
    For Forms 9i/10g try this: ifcmp90 lib.pll user/passwd@db batch=yes module_type=library
    ifcmp90 (ifcmp60 for Forms 6i) is in the bin directory of the developer suite.
    Achim

  • How to compile Java files using Ant in Eclipse

    Hi All ,
    I would like to compile all Java files using Ant in Eclipse.Since am very new to Ant and Eclipse can someone help me to create a build.xml file and let me know how to compile all the java files.
    For ex , I have placed my java files inside the path C:\HEC\Terab.Initially the Terab folder holds 7 jar files which i had decompiled using JD compiler and placed the unzipped 7 folders (which contains the java files ).Now i have imported the HEC project into Eclipse using New ->Project ->Java Project.after importig it throwed me an error saying missing jar files.again i copied the jar files and placed inside Terab folder with other 7 folder.
    Now How i can compile the java files and convert in to class files.Then after compiling the files i will again need to jar all the 7 folder.
    Please tell me the steps i need to follow.How to write an build.xml file ? where i should keep it ? only one build.xml file is enough or should i write 7 build.xml file for each folder ? Please help me out...
    Thanks & Regards
    Kar1983

    put it another way, what I am trying to do is to compile David Brackeen's ch 18 code from his book. The java sourse files can be downloaded here:
    http://www.brackeen.com/javagamebook/
    my question is that how would I complie all of these file so that I can get the program in ch18src\src\com\brackeen\javagamebook\test\ to run?

  • How to compile .ejb files

    Hi,
    I want to compile .ejb files generated through weblogic workshop 8.1, jar it and need to deploy it through Ant scripts(all three tasks). Can anyone help me in doing that?
    Thanks,
    Adwitiya Nigam...

    Compile with javac task.
    <javac classpath="" destdir="" includes="" srcdir=""/>
    Create a jar file with the jar task.
    <jar basedir="${build}" includes="" jarfile="ejb.jar"/>
    Copy jar file to the deploy directoy applications.
    <copy file="${dist}/ejb.jar" todir="${weblogic.deploy.dir}"/>

  • How to compile source file for CUPS ?

    Basicly im trying to install a POS printer in the imac we use with clients. The printer model is ct-s300 .I got this http://www.citizen-systems.co.jp/support/download/printer/driver/cups/ from citizen but i need to compile a file to be able to install it into CUPS. I downloaded Xcode to be able to use gcc but still not working .
    Linux command is gcc -Wl,-rpath,/usr/lib -Wall -fPIC -O2 -o rastertocbm1k rastertocbm1k.c -lcupsimage -lcups
    i tried changing -rpath to -B but still not working and i know nothing about compiling .Any help will be appreciate.
    Thanks

    Thanks a lot , now i got my compiled file but i got another problem . The steps to install this printer are
    Copy the CTS300.ppd file to /usr/share/cups/model/ directory.
    Execute the following command.
    cp CTS300.ppd /usr/share/cups/model
    Copy the rastertocbm1k file to /usr/lib/cups/filter/ directory.
    Execute the following command.
    cp rastertocbm1k /usr/lib/cups/filter
    Add a execute permission to the copied rastertocbm1k file in the /usr/lib/cups/filter/ directory.
    Execute the following command.
    chmod +x /usr/lib/cups/filter/rastertocbm1k
    Restart CUPS to recognize files.
    Execute the following command.
    /etc/rc.d/init.d/cups restart
    I did the first step but on the second the folder /usr/lib/cups/filter dont exist. I´ve been looking for it without look. Any clue on this one?

  • How to compile java files in a bunch of drectories?

    I have a bunch of java files in a bunch of different directories. How can I compile them all at once? Please note I also do not know how to get javac to work outside the java directory.

    put it another way, what I am trying to do is to compile David Brackeen's ch 18 code from his book. The java sourse files can be downloaded here:
    http://www.brackeen.com/javagamebook/
    my question is that how would I complie all of these file so that I can get the program in ch18src\src\com\brackeen\javagamebook\test\ to run?

  • How to Compile servlet files in weblogic

    Hi,
    I would like to know how i can compile the servlet files to deploy in weblogic.
    I searched for servlet.jar or servlet-api.jar files in my weblogic 8.1 installed folder. Could not find it to set the classpath.
    Please help.

    You need to use weblogic.jar for Weblogic 8.1. It should be present under server\lib subdirectory in Weblogic installation directory.

  • How to compile my files seperately.

    Hi,
    Good morning.
    I am Meena.
    I have finished my project by using NetBeans and MS-Access and JFreeReport.
    will you please explain me something about the folowing.
    When I click Build and clean or Build menu item from Build menu a executable jar file is created.When run the jar file It runs well.
    So I send the jar file to my customer for trial use.
    Then I make some changes in one of the .java file in my project.As usual I build it and run.Ok.
    But need I have to send the whole jar file again to my customer to replace the old one?It is very tedious.
    In my office ,they are using different environments they simply do this by compile the changed file .A file with .class is created.They just sent it to the customers.The customer just delete the old .class file and add the new one.
    Problem is finished.
    How can I acheive this in NetBeans.
    Will you please explain me?
    Thank you so much.
    Meena.

    Meena,
    You can unpack your project.jar file to get the class files.
    jar -xvf project.jar
    This will allow you to send only the modified class file to customer.
    But the customer will need to update the JAR file using a command
    like.
    jar uf project.jar xxx/yyy/ModifiedClass.class
    See
    http://java.sun.com/docs/books/tutorial/deployment/jar/update.html
    Maybe, you can send the customer a zip file containing only
    the modified class file, and a BAT file containing the jar uf command.
    Then customer has to unzip the modiifed class file and run your BAT
    command.
    Still not so convenient.
    Is your JAR file size very large ?

  • How to compile jar file including all dependencies ?

    Hi all,
    I have an application with more than 50 classes that use third party libraries.
    I would like to compact everything in just one single jar file BUT just the classes I need, not the whole external libraries.
    Archive builder from JBuilder works pretty fine, but I need a command line tool to integrate this into an automatic compilation process from a bigger project.
    What can I use ?
    Thanks a lot!

    Yes, I can live with it but, I cannot
    believe
    that there is no any command line tool for doingwhat
    Archive Builder from Borland does !!I'd bet a year's salary that Archive Builder isn't
    foolproof anyway. When you consider classes may be
    instantiated dynamically thru reflection and so
    forth, there's no way any tool can really tell with
    100% certainty what all the dependencies are.But apart from dynamic class loading? I can manage dynamical loaded classes manually, but would be really helpful to have an automatic tool for including all 'static' dependecies.
    This is a common task in other programming languages. How to do this using standard (free?) java tools?

  • How to compile .java files in windows server

    Hi All,
    I want to compile my CO.java file in server directly how can i do that my server is windows server
    If it is Linux i can login through putty and go to java top and then file location then i use to do javac filename.java then i use to get filename.class but now same thing i did in windows server which is not working please sugget how to do its bit urgent.

    Why do you want to compile it on the server and not in jdeveloper? You should be able to issue the javac command from the prompt. Your unix account must have permissions to that command though.
    For more info on the javac command:
    http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/javac.html
    Kristofer Cruz

  • How to compile java file in Tomcat ?

    Hi all,
    I have a java file named Ch1Servlet.java under project1/src directory
    there is classes directory project1/classes and web.xml under src directory
    project1/src directory.
    Now to compile i have to give %javac -classpath /your path/tomcat/common/lib/servlet-api.jar -d classes src/Ch1Servlet.java
    What is this your path ? Tomcat 5.0 is installed in C:\Program Files\Apache Software Foundation\Tomcat 5.0\common\lib with servlet-api.jar
    Please help me out.
    Best Regards
    Taton
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class Ch1Servlet extends HttpServlet {
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException {
    PrintWriter out = response.getWriter();
    java.util.Date today = new java.util.Date();
    out.println("<html>"+"<body>"+"<h1 align = center>HF\'s Chapter 1 Servlet</h1>"+"<br>"+today+"</body>"+"</html>");
    }

    understand 1 thing..ur tomcat is not a compiler as u
    think..its a poor web server only..
    Its not mandatory that u need to put the source files
    in tomcat folder.u can put ur java files where ever u
    want..put servlet.jar in ur classpath.
    then start compiling ur java files..once u are done
    with compiling copy the class files alone to ur
    web-inf classes folder.
    thats it!!!
    regards
    shanuservlets12.jar

  • How to Compile Jsp File in Class File , Protect my JSP from outworld

    Hello Friends
    My name is chandra prakash, I'm new for u. I've develop a web based software completely in JSP, some files are also written in Java Script. This software have aprox. 40 files --> 30 in JSP + 2 in Java Script + 8 image files .
    Each JSP calls another. and run this on 58 clints machine simultaneusly. we used Oracle 9iAS as back end and Oracle9iAS web Server . Where we found less clients like 20-30 we use Tomcat 5.0 web server .Sir problem is this we don't wan't to leave our jsp source code on server.
    Is any method or third party tool by which we can convert our JSP source file in CLASS file as like real class files provide by javac.
    For this perpose we make a folder and put all files in it. Create a context on Tomcat for this folder.Create a data source for this in tomcat. Bcase this program uses Data source and connect many times to database & fetches many type of data from database. We use servlet files of tomcat for this context in WORK folder of Tomcat. and after that rename our Source file Folder. and again run our program through batch file i'm strange program runs 2-3 steps, after few times it start producing errors.
    Sir do u hava work on this field can u help me to protect this JSP source code.
    I've Use Jikes.com compiler but not get any succes, It may be i'm not using correctly .
    Pls sir give me any suggesition.
    Chandra prakash

    1. Highlight your web project or the individual file
    2. Right click
    3. Select Rebuild to build all jsp files or Make to rebuilt only changed files

  • How to compile package file?

    I have an actionscript file,it has a package name,it locate C:\demo directory,like follows:
    package demo{
    import flash.display.*;
    public class ABC extends Sprite{
      public function ABC(){
    Then I compile above code like following command,but it raise following error:
    C:\>mxmlc demo\ABC.as
    Loading configuration file C:\sdk\frameworks\flex-config.xml
    C:\demo\ABC.as: Error: A file found in a source-path must have the same package structure '', as the definition's package, 'demo'.
    Where is wrong above command?
    Thanks

    Set source-path, e.g.
    mxmlc demo\ABC.as -source-path=.
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • How to compile this file!!!

    Hi folks
    I'm trying to compile and create jar file from the following but without success
    http://stein.cshl.org/jade/distrib/
    file name is jadex.tar.gz
    Could you please try it and reply
    best regards

    X-post

  • How to Compile & Deploy the Java Concurrent Program File

    Hi,
    There is a requirement to create the Java Concurrent Program in Oracle eBusiness. I am able to create the Java Concurrent Program file. But unable to do the following things:
    1.Since it is custom file, which location I will deploy the file?
    2. How to compile the file?
    3. In the execution file path and executable file name what should I specify for JCP?
    Please guide me.
    Thanks

    Please see (How to register and execute Java Concurrent Program ?in Oracle Applications R11i ? [ID 186301.1]) for the complete steps (i.e. define concurrent program and add it to the request group, .etc.) -- This is also applicable to R12.
    You may also see:
    Classpath Setting of Third Party Jar Files in R12 Java Concurrent Program (JCP) [ID 1292694.1]
    Integrating Custom Applications with Oracle Applications [ID 176852.1]
    Java Concurrent Program FAQ [ID 827575.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Java+AND+Concurrent+AND+Program&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

Maybe you are looking for

  • I have a Mac Mini and it crashes every few hours

    A description of the problem, he writes me : Mon Jan 26 05:24:22 2015 *** Panic Report *** panic(cpu 4 caller 0xffffff8024a1e80a): Kernel trap at 0xffffff80249759b7, type 14=page fault, registers: CR0: 0x000000008001003b, CR2: 0x0000000000000ff0, CR3

  • Play back video clip is not working in the event browser...

    Hello, I have a problem in the event browser only. If I place the skimmer in any clip and press the space bar, nothing happen. If I press the "play" arrow" it does not work neither nor through the presentation menu. The space bar shortcut to play wor

  • Delivery Cost in MIGO of Service PO

    Hi, User has created service PO with the freight condition. He created the service entry sheet against the PO. so for each service entry sheet in PO history delivery cost quantity  generated. now he did the MIRO for delivery cost using the full deliv

  • Tutorial without using JDeveloper Wizard!

    Hello, Does anybody here know any link of ADF Faces/BC tutorial without using JDeveloper Wizard! Manual coding of pagedefs, and manipulating view objects thru backing beans... Our project is quite complex and the tutorials from the Oracle website is

  • Mail Triggering point

    hello, we configured an EDI output for PO. when ever this EDI output triggers one mail communication is being sent to vendor. Problem is this was done long before and we could not find from where it is being triggered. we need to change the message b