Compiling INCLUDE progam

I am new to ABAP programming. When I compile an INCLUDE program, sometimes I get the following message:
"REPORT/PROGRAM Statement Missing, or program type is I (INCLUDE)".
But sometimes, when I compile it acts just like a normal program and gives either a regular compilation error or "The program is syntactically correct" message.
I am not able to understand, when do I get which one. Please help.

Hello Raju,
U should not compile Include program(type I). But you can compile with the combination of executable program(Type 1) at a time.
I hope you are cmpiling Include without the main program..thats the reason sometimes you are getting the other error. So try to execute with the main program.
Reward the helpful answers
Thanks
Eswar

Similar Messages

  • Flex Compiler include library

    Dear All,
    We are developing a Flex application in which we are heavily using dynamic object creation using Action Script. For this purpose, we have referanced 2 libraries through compiler include libraries.
    Now for first beta release it works fine as first time we are giving it for integration testing. Currently if we modify the referaned libraries, then always we need to build the complete main project MXML so that linking should happen. But going forward, we want to avaoid the complete build of our main application. Also while patches deliveries to client, we want to provide only newly generated SWCs which are referanced but not complete main application build.
    So please let us know how to acheive this.
    ~SD

    You could try linking your two SWCs as RSLs instead of statically including all the classes. With RSL linking the main application would not contain any of the classes in the two SWCs, those would be loaded by the main application as RSLs. If you want the ability to update your RSLs without recompiling your application you could turn off digest verification on the loaded RSLs. But be aware of the security implications of turning off digest verification.
    -Darrell

  • Compiler Include Directive

    Is there an equivalent to the include directive? I don't mean the import statement, I mean the include directive such as available in many other languages that will place the contents of a file inline with the java source.
    Basically, just like the JSP include. I have a program of about 100 servlets and parts of the code is exactly the same in every servlet.
    The code is too small to create a seperate class and call it from every servlet and I'd consider it needless overhead.
    I've gotten most of the functionality by creating an interface and implementing and using final variables but I have blocks of code that I want inserted inline at different places within some methods. final is okay for variables but I need to insert lines of code, which final won't work for.
    Thanks,
    Bob

    Why not just have all the servlets be subclasses of some servlet class that includes that common code as a method?

  • Error while activation Function module for generic data extraction

    Hi,
    I have created a generic data source ZMATERIAL in which i have selected the Extraction by Function module. I copied the function module RSAX_BIW_GET_DATA_SIMPL to ZMATERIAL_FM, but when i activate this module it gives me error
    REPORT/PROGRAM statement missing, or program type is I (INCLUDE).
    The main program of the function "Z_BWGENDATAMATERIAL" does not begin with "FUNCTION-POOL".
    Please help me in this.

    Hi Dipika,
                  I think a similar issue is discussed
    Refer this thread
    REPORT/PROGRAM statement missing, or program type is I (INCLUDE).
    Compiling INCLUDE progam
    question related to includes
    question related to includes
    Hope these helps
    Regards
    Karthik

  • Ant question: difference btwn source-path/compiler-source-path/include-libraries

    I have a few questions about build.xml include/lib directories (questions in xml file)
    <mxmlc>
    <source-path="../frameworks"/>
    <compiler.source-path path-element="path to include actionscript include similar to c include"/>
    <compiler.include-libraries dir="${basedir}">
        <include name="I have no idea what this is. Does flex generate binaries similar to how c compilers generate .so or .dll?"/>
    </compiler.include-libraries>
    </mxmlc>
    1. What's the difference between source-path and compiler.source-path
    2. So what exactly is a compiler.include-libraries?  Just curious what produces a library.
    I've had success accessing actions script files that reside in other directories using compiler.source-path but not source-path.  Any help appreciated
    Regards,
    Monty

    I have a few questions about build.xml include/lib directories (questions in xml file)
    <mxmlc>
    <source-path="../frameworks"/>
    <compiler.source-path path-element="path to include actionscript include similar to c include"/>
    <compiler.include-libraries dir="${basedir}">
        <include name="I have no idea what this is. Does flex generate binaries similar to how c compilers generate .so or .dll?"/>
    </compiler.include-libraries>
    </mxmlc>
    1. What's the difference between source-path and compiler.source-path
    2. So what exactly is a compiler.include-libraries?  Just curious what produces a library.
    I've had success accessing actions script files that reside in other directories using compiler.source-path but not source-path.  Any help appreciated
    Regards,
    Monty

  • Include file error from a new install of C++ compiler on Solaris 5.7

    Here is the command line being executed:
    CC test.cc
    Here is the sample cc file being compiled:
    #include <iostream>
    int main() {
    std::cout << "Real programmers write C++!" << std::endl;
    return 0;
    Error Output:
    "/opt/SUNWspro/WS6/include/CC/std/stddef.h", line 7: Error: Could not open inclu
    de file <sys/feature_tests.h>.
    "/opt/SUNWspro/WS6/include/CC/std/stddef.h", line 15: Error: Could not open incl
    ude file <sys/isa_defs.h>.
    "/opt/SUNWspro/WS6/include/CC/std/stdarg.h", line 7: Error: Could not open inclu
    de file <sys/feature_tests.h>.
    "/opt/SUNWspro/WS6/include/CC/std/string.h", line 7: Error: Could not open inclu
    de file <sys/feature_tests.h>.
    "/opt/SUNWspro/WS6/include/CC/std/ctype.h", line 7: Error: Could not open includ
    e file <sys/feature_tests.h>.
    "/opt/SUNWspro/WS6/include/CC/std/wchar.h", line 6: Error: Could not open includ
    e file <sys/feature_tests.h>.
    "/opt/SUNWspro/WS6/include/CC/wchar_iso_SUNWCC.h", line 34: Error: Could not ope
    n include file <sys/isa_defs.h>.
    "/opt/SUNWspro/WS6/include/CC/wchar_iso_SUNWCC.h", line 35: Error: Could not ope
    n include file <stdio_tag.h>.
    "/opt/SUNWspro/WS6/include/CC/wchar_iso_SUNWCC.h", line 36: Error: Could not ope
    n include file <wchar_impl.h>.
    "/opt/SUNWspro/WS6/include/CC/std/time.h", line 7: Error: Could not open include
    file <sys/feature_tests.h>.
    "/opt/SUNWspro/WS6/include/CC/std/time.h", line 42: Error: Could not open includ
    e file <sys/types.h>.
    "/opt/SUNWspro/WS6/include/CC/std/time.h", line 52: Error: Could not open includ
    e file <sys/time_impl.h>.
    "/opt/SUNWspro/WS6/include/CC/std/time.h", line 85: Error: Type name expected in
    stead of "pthread_attr_t".
    "/opt/SUNWspro/WS6/include/CC/std/time.h", line 85: Error: No storage class or t
    ype for this declaration.
    "/opt/SUNWspro/WS6/include/CC/std/time.h", line 85: Error: "," expected instead
    of "*".
    "/opt/SUNWspro/WS6/include/CC/std/time.h", line 86: Error: Use ";" to terminate
    declarations.
    "/opt/SUNWspro/WS6/include/CC/wchar_iso_SUNWCC.h", line 38: Error: Could not ope
    n include file <sys/va_list.h>.
    "/opt/SUNWspro/WS6/include/CC/wchar_iso_SUNWCC.h", line 94: Error: __FILE is not
    defined.
    "/opt/SUNWspro/WS6/include/CC/wchar_iso_SUNWCC.h", line 95: Error: __FILE is not
    defined.
    "/opt/SUNWspro/WS6/include/CC/wchar_iso_SUNWCC.h", line 96: Error: __FILE is not
    defined.
    "/opt/SUNWspro/WS6/include/CC/wchar_iso_SUNWCC.h", line 97: Error: __FILE is not
    defined.
    "/opt/SUNWspro/WS6/include/CC/wchar_iso_SUNWCC.h", line 98: Error: __FILE is not
    defined.
    "/opt/SUNWspro/WS6/include/CC/wchar_iso_SUNWCC.h", line 99: Error: __FILE is not
    defined.
    "/opt/SUNWspro/WS6/include/CC/wchar_iso_SUNWCC.h", line 100: Error: __FILE is no
    t defined.
    "/opt/SUNWspro/WS6/include/CC/wchar_iso_SUNWCC.h", line 152: Error: __FILE is no
    t defined.
    Compilation aborted, too many Error messages.
    Could someone please help with solving this compilation error.
    Thanks

    Hi there,
    I guess a simple modification to your PATH statement would solve this, you can also specify "-I /usr/include" in your makefile as a path to search for. So I only think your environment needs a little twinkling.
    M. Poels ([email protected])

  • Library Projects compiled using Flash Builder and ANT have different outputs

    Hi Guys.,
    I am really having hard time to get something work right with RSL projects in Flex 3.2 SDK. Here is my weird problem.
    I have a library projects which has the following settings in Flash Builder
    Link Type : External
    airglobal.swc
    framework.swc
    datavisualization.swc
    rpc.swc
    utilites.swc
    applicationupdater.swc
    applicationupdater_ui.swc
    Link Type: Merged into code
    airframework.swc
    servicemonitor.swc
    Compiler settings
    -directory=true -output=../../lib/core -debug=true -optimize=false -define+=CONFIG::bindingdebug,false -define+=CONFIG::frameworkdebug,false -define+=CONFIG::flexspy,true -define+=CONFIG::debug,true -define+=CONFIG::release,false -define+=CONFIG::logtoconsole,false -allow-source-path-overlap=true  -keep-as3-metadata+=Metadata,DefaultProperty,Required,Event,AssignableTo,Inject,InjectCon structor,Publish,Subscribe,PublishSubscribe,Factory,Init,Destroy,Observe,AsyncInit,Managed Events,MessageDispatcher,MessageHandler,MessageBinding,MessageInterceptor,MessageError,Com mand,CommandComplete,CommandResult,CommandError,CommandStatus,ResourceBinding,Selector,Tar get,Autoremove,Internal,ObjectDefinition,DynamicObject
    When I compile my library projects I get a MyLibraryproject.swc. The SWC has the following files in it
    mx/controls/HTML.png
    mx/core/Windows.png
    library.swf
    Note: airframework.swc and servicemonitor.swc has a many png files and properties files in it. But these properties and png files are not included when compiled in Flash builder.
    But when the same project is compiled using ANT compc task, i get all the png and properties files from airframework.swc and servicemonitor.swc files into my library project SWC file.
    Here is the ANT version which is used to compile the library project
    <compc output="${project.output.dir}/${project.name}.swc"
       include-classes="${as} ${mxml}"
       use-network="false"
       directory="false"
       allow-source-path-overlap="true"
       incremental="${build.incremental}"
       debug="${build.debug}"
       locale="${build.locale}"
       optimize="false"
       >
    <define name="CONFIG::bindingdebug" value="${build.bindingdebug}" />
    <define name="CONFIG::logtoconsole" value="${build.logtoconsole}" />
    <define name="CONFIG::frameworkdebug" value="${build.frameworkdebug}" />
    <define name="CONFIG::flexspy" value="${build.flexspy}" />
    <define name="CONFIG::debug" value="${build.debug}" />
    <define name="CONFIG::release" value="${build.release}" />
    <keep-as3-metadata name="Metadata" />
    <keep-as3-metadata name="DefaultProperty" />
    <keep-as3-metadata name="Required" />
    <keep-as3-metadata name="Event" />
    <keep-as3-metadata name="AssignableTo" />
    <keep-as3-metadata name="Inject" />
    <keep-as3-metadata name="InjectConstructor" />
    <keep-as3-metadata name="Publish" />
    <keep-as3-metadata name="Subscribe" />
    <keep-as3-metadata name="PublishSubscribe" />
    <keep-as3-metadata name="Factory" />
    <keep-as3-metadata name="Init" />
    <keep-as3-metadata name="Destroy" />
        <keep-as3-metadata name="Observe" />
        <keep-as3-metadata name="AsyncInit" />
        <keep-as3-metadata name="ManagedEvents" />
        <keep-as3-metadata name="MessageDispatcher" />
        <keep-as3-metadata name="MessageHandler" />
        <keep-as3-metadata name="MessageBinding" />
        <keep-as3-metadata name="MessageInterceptor" />
        <keep-as3-metadata name="MessageError" />
        <keep-as3-metadata name="Command" />
        <keep-as3-metadata name="CommandComplete" />
        <keep-as3-metadata name="CommandResult" />
        <keep-as3-metadata name="CommandError" />
        <keep-as3-metadata name="CommandStatus" />
        <keep-as3-metadata name="ResourceBinding" />
    <keep-as3-metadata name="Selector" />
    <keep-as3-metadata name="Target" />
    <keep-as3-metadata name="Autoremove" />
    <keep-as3-metadata name="Internal" />
    <keep-as3-metadata name="ObjectDefinition" />
    <keep-as3-metadata name="DynamicObject" />
    <load-config filename="${air.config}"/>
    <compiler.include-libraries dir="${flex.frameworks.dir}/libs/air" append="true">
         <include name="servicemonitor.swc" />
         <include name="airframework.swc" />
    </compiler.include-libraries>
    <external-library-path dir="${build.compc.dir}" append="true">
         <include name="TriGeoFlexFramework/TriGeoFlexFramework.swc" />
         <include name="TriGeoLibrary/TriGeoLibrary.swc" />
         <include name="TriGeoRPCFramework/TriGeoRPCFramework.swc" />
         <include name="Degrafa_Beta3.1_Flex3" />
         <include name="parsley-flex3-2.4.0.swc" />
         <include name="spicelib-flex-2.4.0.swc" />
    </external-library-path>
    <external-library-path dir="${flex.frameworks.dir}/libs" append="true">
         <include name="framework.swc" />
         <include name="datavisualization.swc" />
         <include name="utilities.swc" />
         <include name="rpc.swc" />
         <include name="air/airglobal.swc" />
         <include name="air/applicationupdater.swc" />
         <include name="air/applicationupdater_ui.swc" />
    </external-library-path>
    <source-path path-element="${basedir}/src" />
    </compc>
    </target>
    </project>
    Any insights is greatly appreciated.!

    #1, If it compiles then you have no issue. There's no reason at this point not to use 4.6. You should bundle a captive runtime to assure the users computer won't need to have AIR installed at all.
    #2, Papervision is old. Use the Stage3D and/or a wrapper framework. As far as the generic "If I download lots of data will it take the user more time to load it", well, of course. Just don't make the loading experience painful. Entertain them while they way or find ways of displaying data sooner than later. If it's desirable on the web has more to do with the context of the app and the device displaying it. In other words, a phone user would find it easy but obviously not a desktop user.
    #3, Definitely referring you to Google on that one.
    #4, Size always matters, it's common sense. The more you process the harder it is. While I haven't done AR I've used the Microsoft Kinect SDK and ANE and tracking was extremely fast but limited. From what I've seen and your basic built in location and direction hardware on any mobile device you shouldn't have much trouble. Depends on what you're doing.
    #5, This discussion would be way too large for a forum. You'd need to consult a firm experienced in AR development.
    #6, "Applications using the commercial license do not have to provide source code, but must pay a licensing fee. Contact ARToolworks at [email protected] for more information." They will base your price on your product, there is no single price.
    #7, The models could be huge and elaborate or tiny and simple which changes the answer. Consult the answer in #4. Ultimately most people are getting on fast networks with mobile and excessively fast on desktop/wifi. Size matters a lot less than 3 years ago.
    #8, Depends on what you're doing. You have to explain it.

  • Compilation error : GetJavaVM

    i'm getting the following compilation error.....
    my_file.obj : error LNK2019: unresolved external symbol _GetJavaVM reference
    d in function Javaifswitch_opn@20
    my_file.dll : fatal error LNK1120: 1 unresolved externals
    pls help!!

    We need more info. Let's see the exact code you are trying to compile, including the #include paramters.
    fitz

  • Jit compiler "symcjit" not found

    while installing the database 8i enterprise edition on p4 , win 2000 the net8 configuration assistant succeeded but the oracle database configuration assistant failed.
    note that i can still continuing the installation ... but the details on this error in the detail section note " warning jit compiler "symcjit not foubd.will use interpreter.
    folderstarterdb is an invalid command line argument.
    any solution please?

    symcjit.dll is a library for the Just In Time compiler and this was an issue that made people think there was a but with the Pentium IV CPU. This was due to a but with the jit compiler included with the Oracle install media.
    The problem was specifically when the install process took place on P-IV platfoms, the OUI graphical interface didn't appear. The workaround to solve this issue was to create a stage area where the symcjit.dll file was removed. Afterwards, the install ran smoothly. This should not be an issue during the regular oracle operation since the binaries included the correct symcjit.dll file, so it was not necessary to do anything else. If you removed not only the symcjit.dll file from the install media, but also from the Oracle Home then you can expect this error to show up.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • 2013 include error

    My LabWindows 2009 project includes a .H file from a UIR file and it compiles and runs correctly as expected.  I migrated to LabWindows 2010 and then 2012 without issue.  However, with LabWindows 2013 the compiler includes a different.H.  My UIR is named Control.UIR which created the include file Control.h, but LabWindows 2013 includes
    C:\Program Files\National Instruments\CVI2013\sdk\include\control.h instead of the one in my project.  The #include statement appears to not care about the first letter being capitalized or not.  My work around is rename my UIR and H files to non-conflicting file names.  Is there something I am missing?
    Thanks.

    The key to the problem is that my project has source files in one subfolder and the Control.h file in another folder.  The Control.h file is included in the project (listed on the left hand side of the LabWindows/CVI window).  LabWindows/CVI 2012 finds the correct Control.h, but LabWindows/CVI 2013 does not.
    I created the following simple project to induce the error.  Follow these steps in LabWindows/CVI 2012 with the Windows SDK installed:
    New project named Test1.prj in an empty folder.
    Create a source file named Test1.c with 1 line of code [#include "Control.h"] and put in it in the same folder.
    Add it to the project.
    Compile the Test1.c file and I get the expected compile errors since it found the control.h files in the SDK folder.
    Create an include file named Control.h with one line of code in it [#define ABC 20] and put in it in the same folder.
    Compile the Test1.c file and compiles without error as expected.
    Now create a subfolder named Source and move the Test1.c file into it.
    Replace the Test1.c file in the LabWindows/CVI project to point to the moved file.
    Compile the Test1.c file and compiles without error as expected.
    LabWindows/CVI 2012 works since it finds the Control.h that is in the project.  Now repeat the process in LabWindows/CVI 2013.  It fails in step #9 above.  Even though the Control.h is part of the project, the compiler appears not to find it if it is not in the same folder as the .C file being compiled.
    Nothing is listed in the "Include paths" feature of LabWindows/CVI.
    I hope this makes sense.

  • Will my RoboHelp X5 winhelp compile in RoboHelp 7?

    I currently have a large Winhelp 4 project that I maintain on
    my PC using Robohelp X5. I don't want to update to Robohelp 7 until
    after my next release. However, I would like to install Robohelp 7
    on our server, which does a nightly build, and use it from the
    command line to compile my X5 files to an HLP file. Does anyone
    know if this will work? Our server currently compiles the files
    using the Winhelp compiler, but we are having the dreaded font
    substitution problem. I'm hoping that using Robohelp 7 on our
    server will fix the font problem. Thanks for any advice that you
    can give me.

    Thanks for the help Peter. I haven't installed any version of
    Robohelp on a server yet. I was only considering it, as new
    versions of Robohelp will install the new hpj2hlp.dll that
    automatically removes new Microsoft Word RTF codes. These new RTF
    codes confuse the Winhelp compiler into changing from Arial font to
    the Times Roman font.
    Setting up a remote access to a client machine might work
    really well. Thanks for the offer to test a test project for me. I
    might be able to get one of my colleagues in another division at
    work to do this.
    My normal work environment is to create and edit the help
    project on my PC. Then at night, I push the entire project onto
    R&D's server where the software project is compiled (including
    the help) at midnight. I view the result in the morning. I was
    hoping to run a copy of Robohelp the R&D server via command
    line. Nobody would ever use this copy to create online help, except
    the one daily automatic compile at midnight.
    I really appreciate you thoughts. Thanks. Have a nice
    holiday.
    - Kent

  • C++ Include Paths

    I am just starting to use Sun Studio 12 and I have a problem with include files. I am not sure what I am doing will compile or run but I did not expect to get errors that file s could not be found. in the tools.options.C/C++.Code Assitance.C++ Compile.Include Directories I have:
    /opt/SUNWspro/prod/include/CC/Cstd
    /opt/SUNWspro/prod/include/CC/std
    /opt/SUNWspro/prod/include/CC
    /opt/SUNWspro/prod/include/CC/rw7
    /opt/SUNWspro/prod/include/cc
    /usr/include
    /usr/include/libgnomeui-2.0
    My source file of test.cc has
    #include <stdlib.h>
    #include <gnome.h>
    #include <gtk/gtk.h>
    gnome.h is in /usr/include/libgnomeui-2.0 and I have created symbolic links that define /usr/include/gtk, /usr/include/libgnomeui, /usr/include/gdk and other gnome include directories. gnome.h is in /usr/include/libgnomeui-2.0. From the editor I can access gnome.h and gtk.h by right-clicking and selecting Go To.Include. If I open gtk.h, the editor shows all of the files included in that module as undefined.
    When I compile I get:
    "test.cc", line 9: Error: Could not open include file<gnome.h>.
    "/usr/include/gdk/gdkcolor.h", line 30: Error: Could not open include file<cairo.h>.
    Plus a bunch more
    I expected that the compiler would use symbolic links. What am I doing wrong? Also I wanted to add the "-H" option when the compiler is invoked. Where would I add that in the Tools.Options settings?
    Thanks,

    Try going to Project Properties->C/C++/Fortran->C Compiler->General->Include Directories and adding your include directories there.

  • So, Compilations is now fixed, if you...

    I wanted to start a new thread to clarify the fix to Compilations included with Firmware 1.0.2.
    So, is it agreed that the Compilations sorting problem is now fixed with the new Firmware 1.0.2 if you go into Settings>Music Menu and then check the "Compilations" item? Or do you have to go into Settings>Main Menu and check "Compilations?" Or does it not matter which one you check on?
    Please list your experiences with Compilations after selecting "Compilations" to be checked in the settings menus, and where exactly you have to check it on.

    Compilations work if you enable the Compilations item on either menu.
    It doesn't have to be both or one over the other.

  • RH9 Batch Compile Failures

    I have a batch file set up to batch compile numerous projects one after the other for RoboHelp 9. The output is CHM format. When doing the compile, usually at least one project fails to completely compile and the log file shows only this information:
    Adobe (R) RoboHelp Project Command Line Compiler version 9.0.0.228
    Copyright (C) 2006-2007, Adobe Systems Incorporated and its licensors. All rights reserved.
    Project: C:\TechComm\SPIRIT\source\projects\directd\directd.xpj
    Layout: ssl_directd_hdi.
    Output: C:\TechComm\SPIRIT\output\help\directdhdi.chm.
    Scanning project for compilation....
    Scanning finished.
    Warning: No baggage file description.
    There are no files attached to the project. The baggage file contains some CHMs that were used for remote links, but they are not included in the project.
    Additionally, if I recompile this project using the batch file, it will build fine. How can I stop these initial failures? It's not just this project, but others will randomly not generate and the log file shows the same information.

    Thanks for your suggestions.
    Matt, I have tried "Mass Compile" and it is nothing to do with the FPGA. It just opens all your VIs, resaves them, and relinks them to their subVIs. This helps with some cross-linking issues.
    Bruce, the behavior you describe is what I would have expected initially. However, it seems like I do have to recompile all the subVIs. Right now I don't see anything changing on the FPGA side if I recompile my FPGA shell VI, but not my subVIs.
    It makes some sense that compiling the FPGA shell VI would not automatically recompile all the subVIs - the full compile including all subVIs takes about three hours, as compared to less than an hour to recompile the shell VI alone. So there is a strong reason to want subVI compiles to be independent of the shell compile.
    Thanks,
    Dave

  • Batch compile for FPGA?

    Dear all,
    I have an FPGA VI with many subVIs in my project. I would like to compile the entire project at once, but I can't seem to find a way to do this. So right now I have to pull up 30+ subVIs individually and compile them at the rate of about one every 20 minutes, which is really inconvenient.
    Is there any way to do a batch compile of my project?
    Thanks,
    Dave Kielpinski

    Thanks for your suggestions.
    Matt, I have tried "Mass Compile" and it is nothing to do with the FPGA. It just opens all your VIs, resaves them, and relinks them to their subVIs. This helps with some cross-linking issues.
    Bruce, the behavior you describe is what I would have expected initially. However, it seems like I do have to recompile all the subVIs. Right now I don't see anything changing on the FPGA side if I recompile my FPGA shell VI, but not my subVIs.
    It makes some sense that compiling the FPGA shell VI would not automatically recompile all the subVIs - the full compile including all subVIs takes about three hours, as compared to less than an hour to recompile the shell VI alone. So there is a strong reason to want subVI compiles to be independent of the shell compile.
    Thanks,
    Dave

Maybe you are looking for

  • How To Get A Custom WebDAV To Run in Windows Server 2008 R2 with IIS 7.0

    I am trying to create a WebDAV application using the below link as my starting point. http://sourceforge.net/projects/webdav/ I got it working just fine in IIS6 but can't seem to get it to work in IIS7.  Does anybody know if there are any unique conf

  • ADF: showing error message on a validation rule programatically

    Jdeveloper : 11.1.2.2.0 i m using ADF. i ve a form that contains input text that is binded to a managed bean property. that input text value is inserted into an entity attribute.the attribute in the entity has a validation rule. i submit the form and

  • IBooks outside of US

    The disclaimer says that iBooks is available only in the U.S. Does anyone know what this exactly means? Does this mean that iBooks is available for download in the U.S. (but you can still read the books you buy if you flew to, let's say, Europe) or d

  • Help! Incompatible power adaptor for my WVC54GCA!

    Hi, I just purchased 2 units of refurbished WVA54GCA cameras and realized the power adaptor is only suitable in US (i.e. 110V). I believe the model that works here is DSA-6G-05 FUK 050100. Can someone advise where can I get this type of adaptor from?

  • Zen Xtra froze..stuck in Rescue M

    I was playing a song, and my mpe player started skipping and finally froze. So I tried to reboot it, but it wouldn't shut off. So I took the battery out and it rebooted. But now, I can't get passed the Rescue Mode screen (v.3). I tried "Clean Up", bu