Include cin tools

I am building dll (dll.dll) in LabVIEW 2011 to be called somewhere else. Its dll.h file includes reference to extcode.h from LabVIEW\cintools.
If there is no LabVIEW on target machine, there are no cintools, they are not installed with run-time engine
Without extcode.h and linked fundtypes.h file types are not recognized (including int32_t and etc) and it can not build functions prototype based on header file automatically (matlab).
Do I need only type definitions from cintools, specific for each compiler?
Any correct solution?
Including cintools folder manually next to dll does not seem to be a right solution
Mainly it will be called from Matlab or LabVIEW, possible solution is to make a simplified extcode.h with simple type definitions for Matlab only..

I've created DLLs that were called from C++ with no header file problems. Perhaps this is a MATLAB issue?
Mike...
Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion
"... after all, He's not a tame lion..."
Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

Similar Messages

  • Labview Full 6.1 - You get CIN Tools header files and what else?

    We have Labview 6.1 Base Level and are developing 3rd party instrument drivers, initially implementing the AI functions. I have disovered it would be nice to beable to use NumericArrayResize for which we need CIN Tools and may need to upgrade. What else would we get?
    Can we build polymorphic Vis?
    Can we include our third party driver in the Measurement and Instrument Explorer?
    Can we have DAQ channels registered to our instrument?
    Can we create a functions palette for our interface?
    Are we able to build a Labview installer for the driver?

    You can go to www.ni.com and get a complete list of all the features but briefly, the full version adds analysis, signal processing, custom graphics and animation, CIN/DLL tools. The professional version adds the applicaton builder, source code control, a differencing tool, and polymorphic VI creation.
    MAX is for NI hardware and IVI drivers - not LabVIEW instrument drivers. You say that you're using the AI functions which implies an NI DAQ board so the board should already be visible in MAX as well as the channels.
    I believe all versions of LabVIEW can create a custom palette. On your function palette, click the Options button and see if there's a Edit Palettes button. If there is, the LabVIEW help can guide you in the creation of your own .mnu fil
    es that you can save and distribute.
    The application builder (which is also available separately) includes an installer that could probably be used for driver installation but I've never tried it for that. When I've created LabVIEW instrument drivers, all I usually did was zip up the LLB and mnu files, place them in the instr.lib folder and then unzip them.

  • Will Java 8 include a Tool that will allow multiple versions of Java to run together?

    We continue to struggle with an absolute need to run multiple versions of JAVA at the same time on the same PC.
    Will JAVA 8 include a Tool, add--on, extension, something, that will allow this requirement to be executed?

    Given that that's been possible for over a decade, there's no need for such "tools". All you need is knowledge of your operating system.

  • To include gaming tool

    hi
    I just want the coding in SWING to include the gaming tool (eg:dice tool) in the IDE so that the users can create their own games using this tool.
    since I am new to software field and this is my first project please suggest your ideas.

    There are a lot of game types.
    Do you want universal gaming tool?
    If you want to create games for mobile phones
    you should read J2ME tutorial first. For example:
    http://today.java.net/pub/a/today/2005/07/07/j2me3.html

  • Does the free download of CS6 Photoshop includes 3D tools ?

    Hello.
    I read that now, the download of Photoshop CS6 is called "Photoshop CC", and includes all the features of Photoshop CS6 standart, and extended versions. But, I downloaded Photoshop with Adobe Application Manager, and there is not any features from extended version. And the software is called "Photoshop CS6", and not "[...] CC".
    So, I wonder if the "Photoshop CC" with standart+extended features are not restricted to users who took out a subscription ?

    Photoshop CC and all other CC apps are not available yet.
    they will be available later this month.
    See FAQ : http://www.adobe.com/products/creativecloud/faq.html
    As of now we only have CS 6 as the latest version available.
    If you purchase PS CS 6 subscription, it will not have Extended features
    If you purchase full Creative cloud subscription, then it will all the Extended features.

  • CIN tools missing from LabView 6i

    I'm trying to communicate with an external .dll but the necessary header files are absent. I saw an earlier post in this vein, and obtained extcode.h from it, but everything that it calls is also missing. The earlier suggestion about a custom installation of the toolbox has also proved ineffectual, since it doesn't seem to be extant at all.

    The CD is marked "Base Package for Windows 2000/NT/Me/9x" so I bet that's the problem. Now to go talk someone into springing for the professional version...
    Although now I do have to wonder why in the "examples" folder there is a "dll" folder with sample VI's that use external code. And what's more, they work. Oh, well. Thanks!

  • I just installed Illustrator CC and none of the new features are included (Join tool, curve tool, ect).

    Yet, when I go to see if I need an update from the creative cloud, it says the application is up to date. I'm running on the newest version of Mac.

    This is what I see when I hit Get Info. There isnt a version under General Info.
    As for Elwood's solution, I restarted my Mac and saw this when I started Creative Cloud instead of updates.
    I'm going to try to uninstall it and try again.

  • Multitouch zoom in google maps on a windows 7 tablet leads to a zoom of the whole browser window including tools.

    Using a tablet with windows 7 and multitouch screen and the actual firefox version. If i open google maps and want to zoom the map with the zoom gesture, firefox zooms the hole browser window including the tools instead of the map. If i open another empty tab and closing it before using the zooming gesture, everything will work. Would be helpful if someone could give me a hint how to overcome these problems without always opening a new empty tab.

    Well, the touch problem was first observed with Firefox Version 21. The Versions 21 to 23 offers the workaround with opening and closing a new tab. Since Version 24 also the workaround didn't work anymore and the problem, that the multitouch gestures zooms the hole browser window is still present. Maybe this makes it clear for now. So would be helpful if anybody could give me a real hint how to overcome these problem.

  • Putting code into CIN makes errors

    Hi,
    I am sorry to ask so many questions, but I am having a terrible time with
    this. My code compiles perfectly when I compile it by itself. However, as
    soon as I paste it into the space in the CIN provided c code, I get 11 errors.
    Why is this? I would appreciate any info I can get. Thanks for your time
    JMH

    "JMH" wrote:
    >>Hi,>>I am sorry to ask so many questions, but I am having a terrible time
    with>this. My code compiles perfectly when I compile it by itself. However,
    as>soon as I paste it into the space in the CIN provided c code, I get 11
    errors.>Why is this? I would appreciate any info I can get. Thanks for your
    time>>JMH
    If you can compile your C code into a dll, then I recommend that you use
    a Call Library Function (CLF) instead of a CIN. The amount of steps that
    you need to follow to make a CIN work can become frustrating. With a CLF,
    you need only make a function prototype, and you're done! The main advantage
    that a CIN gives is that you have the ability to resize the dataspace a variable
    has inside the code. For example, if you pass an a
    rray of 100 DBLs out of
    LabVIEW (into your C code)and try to pass 150 DBLs back into LabVIEW (from
    your C code)then bad things will happen. There exists CIN tools that allow
    you to resize the dataspace, so that LabVIEW will allocate a larger buffer
    for the return data, and no errors will occur. If you are not resize dataspaces,
    then don't worry. If you are, then just include the labview.lib library
    in the LabVIEW/cintools/win32 directory.
    For more information on calling dlls, look at this article: http://ni.com/support/labview/program/callcode/callmain.htm
    Cheers!
    Joel Andersen

  • ACROBAT XI Pro -EDIT TOOL SET  - POP-UP WINDOW IS TOO LARGE

    Good Day -
    I've been experiencing very nagging problem since installing recent Acrobat Xi Pro uodate (on windows 7 system):
    Specifically - I cannot edit/change the TOOL SET to include needed TOOLS (i.e., that were all previously in my Tool set) as the EDIT TOOL SET WINDOW (i.e., pop-up
    window) is TOO LARGE and does not allow scrolling/ or moving down to SAVE  any tool sets and or tool set changes. Very frustrating as all attempts (and recommendations from reviews/support) for decreasing the size of EDIT TOOL SET WINDOW (popup) in order to save (i.e. include ANY) tools have been unsuccessful.  So for past week I've been unable to include/use any TOOLS for working in (i.e., editing/commenting etc) pdf's.  Has anyone else experienced this problem?  Would greatly appreciate any / all steps & recommendations for fixing.
    Thank-you!

    First, make sure you are on the latest update 11.0.09. Help->check for updates should get you there.
    If check for updates says that you have the latest, see if the setting: Edit->Settings->General->Basic Tools->Scale for screen resolution and try various options (you'll have to restart Acrobat with each selection)

  • Tool icons, navigation, elements need to be larger for those that want it

    I have read through many forums from May 2012 right up through the current ones about this issue. There are a lot of Photoshop users who are complaining about the size of tool icons and other elements as being way too small. Then there are others who defend the size of Photoshop and some who say the icons haven't really changed. Finally, there are some who say Adobe will not do anything about this.
    Let me offer a perspective as a 15 year user of Photoshop and other Adobe products. Under the earlier versions of CS, Photoshop would follow the Windows sizing instructions inputed by the user. So if we wanted everything to be large and 150% of normal size, Photoshop would follow those instructions regardless of the monitors resolution. In CC especially, it appears Adobe has abandoned any connection in its software to what the user has defined in Windows about sizing. This isn't so much about the actual size as defined in Adobe's code but how those sizes vary or don't vary based on Windows settings.
    This is no minor matter. We are now working on a high resoltuion, 23" Apple Cinema Monitor at top resolution. We do that to get maximam clarity. At the same time, we know that we cannot possibly use any software that looks as small as it would in that resoltuion without adjustment. So we turn around and crank Windows up to maximum oversize in every setting that exist. The result is that desktop icons show at the size we want and other major software also shows at the size we want. The best example is Cubase which is a professional digital audio workstation. Cubase is to muisic what Photoshop is to images. Both highly professional tools. The difference is that even in high resolution, Cubase defers to the Windows sizing. All the icons, menus, navigation bar, track workspace and more are very large just like the icons on our desktop.
    This means that we know it is possible and not difficult for all software to follow the Windows settings inspite of the native resolutlion. So far Adobe has chosen not to do this. Below is a screen shot of PS CC on our monitor (actually 2 monitors with Apple Cinema on the left where PS is). Unlike all the screen shots that have been shown by others during the last 18 months, we made sure that our desktop icons could be clearly seen as well. Notice the size difference between PS icons, navigation and elements versus our desktop icons. Cubase looks like our desktop icons. So why can't PS?
    It is our recommendation that Adobe do the following immediately. You can't ignore 18 months or more of complaints from a large number of users without addressing the problem. The world has gone to high resolution monitors but for many of us, we need the size of software to be larger than the native resolution we are using. It's not a matter of dropping the resolution. That is not desirable and not necessary based on our actual experience. That produces other types of problems with lack of clarity that don't work. Try to select a single strand of a sound wave when there are one hundred a second in low resolution. We need the resolution but we also need the software to show larger for those that want it. For those that don't, you may be happy but why should everyone else be unhappy or unable to use the new software.
    1. Provide a yes/no option to allow Adobe CC to follow the Windows sizing settings inspite of monitor resolution. Those that don't want to do this can leave it no. Those that want it can turn it on and make the entire program look bigger.
    2. Provide internal CC settings to increase the size of any and all visual workspace elements and tools on a percentage basis for maximum flexibility. There may be good reasons why some people don't want to change their Windows sizing but do want to increase the visual size of CC programs.
    Frankly, this is not rocket science and I'm amazed Adobe didn't jump on solutions after the 2012 forum discussions. To hear from people that nothing is gong to be done is scary for the user and should be scary for Adobe since it could result in losing customers and sales. Let's make this program work for all users on all resolution monitors in the way they need it to work. Other major software companies have done this. Why is Adobe the odd company out on this.

    Thanks for your thoughtful answer. I do appreciate the issues here.
    I'm aware of the problems in how applications work in an OS when that OS keeps changing (too much?!). Yes, this could be very consuming from a resource perspective and could take some time.
    That's why my second recommendation addresses this problem without having to worry about the OS. It is not a huge resource or time issue for Adobe to provide internal sizing controls for all aspects of its software that have nothing to do with the OS or the resolution of monitor. We've had that sizing control for how big the file we are working with shows on the screen since Photoshop 1.0. I am aware of applications that added such sizing controls over 10 years ago and one of them over 15 years ago. This isn't new.
    So let's put aside the disucssion about the OS and just focus on a way to define how big the entire PS program shows including all tools, elements and navigation on a percentage basis. Just an addition to the internal Preferences of the program itself. If I want PS to show at 200% or 300% of it's standard size, let me do it
    The time and resources to add this to the program are not huge. Further, since this issue has been discussed for a long time, it should have been much higher on the priority list. If I was running product development, I would have made this a mandatory part of the introduction of CC. The number of complaints are simply too high to ignore this or say that it's going to take time. That tells me it's not a high enough priority on the development list.
    Let's remember that for every person who does complain on these forums, there are a hundred or more that don't but are experiencing the same thing. The small size of PS tools, icons, elements and text is simply unacceptable to too many users for it to have gone on unaddressed this long.

  • Error in ABAP Docs 2.0 tool

    Hello Experts,
    Have anyone tried ABAP Docs 2.0 tool in SAP version 4.7?
    This is a good tool. Actually we have a plan to include this tool and customize it for our purpose. But while installing the tool, i found some issues. So, i seek some clarifications.
    Is the ABAP Docs tool only applicable for Ecc 6.0 and above? Since the documentation of this tool has all the screen shots of ECC 6.0 system.
    I have tried it in SAP version 4.7. While executing "ABAP Docs 2.1 Cockpit" transaction, it goes for a short dump, stating that SAP_BOOL (data type used in public section of class ZFLC_ALV_GRID_GC) is not available. SAP_BOOL data type doesnot exist in SAP v4.7. But it is available in SAP ECC 6.0. I have checked it.
    Since, this is one of the errors i found, i seek your valuable clarifications regarding the following:
    What are the pros and concerns to be taken care, when i need to install the tool in SAP v4.7? What are all the issues i will face other than the error SAP_BOOL?
    Please help me with your valuable suggestions.
    Thanks and Best Regards,
    Suresh

    Hello experts,
    Please help me... It is an important task...
    I find someother issues also.
    Any helpful measures please.
    Best Regards,
    Suresh

  • Is there any option in captivate to capture tool tips

    Hello Friends
    I'm using Captivate 4 .is there any option in captivate4 to record the mouse movement so that i can capture the Tool Tips in the software which i am making the Demo.Hope some one will help me..
    Crazdobe

    Hi there,
    My preferred method would be to capture the initial screens using Adobe Captivate 4, use an screen grabbing application such as SnagIt or the built-in Windows Vista / Windows 7 Snipping Tool to grab just the tool tips and then insert these as images in Adobe Captivate. This method gives you full control over the tool tips which can be faded in and out using Adobe Captivate's Transition Effects (see screen shot below).
    Another way would be to capture the tool tips using FMR (Full Motion Recording). To do this you would simply press F9, roll over the object that includes the tool tip and then press F10 to exit FMR mode. However, it is important to stress that FMR is real-time video and may not be the best solution.
    HTH
    Best - Mark

  • Tool tips in second level navegation

    Hi Experts,
        I'm working with SAP Portal 6.0 and I need to implemet the next functionality:  It is possible to include a tool tip in the second level of top navegation menu?
    Any help would be appreciate.
    Thanks,
    Sergio Sepúlveda M.

    ok, no problem.
    I modified the file toplevelnavigationJS.jsp in D:\<PORTAL INSTALATIONS>\irj\root\WEB-INF\portal\portalapps\com.sap.portal.navigation.toplevel\pagelet
    The functions to replace is
    return "<TD nowrap id=\"navNode_" + level + "_" + id + "\" " +
                "onkeydown=\"navNodeKeyDownHandler(" + level + ", " + id + ")\" " +
                "class=\"" + tdClassName + "\" " + onMouseClickEvent + onMouseEnterEvent + ">" +
                "<A id=\"navNodeAnchor_" + level + "_" + id + "\" " + title508 + " href=\"#\" " + nodeName + " class=\"" + aClassName + "\" tabIndex=\"" + tabIndex + "\" " + ">" + visibleTitle + "</A>" +
                "</TD>" + sepTD + lastTD;
    for
    return "<TD nowrap id=\"navNode_" + level + "_" + id + "\" " +
                "onkeydown=\"navNodeKeyDownHandler(" + level + ", " + id + ")\" " +
                "class=\"" + tdClassName + "\" " + onMouseClickEvent + onMouseEnterEvent + ">" +
                "<A id=\"navNodeAnchor_" + level + "_" + id + "\" " + title508 + " href=\"#\" " + nodeName + " class=\"" + aClassName + "\" tabIndex=\"" + tabIndex + "\" " + accessKey + " title=\""+ <b>FUNC_VISUALIZAR(visibleTitle)</b> +"\">" + visibleTitle + "</A>" +
                "</TD>" + sepTD + lastTD;
    // Funcion creada por Sergio Sepulveda
    // 06 Sep 2005
    // 08 Sep 2005 - Modificado
    function <b>FUNC_VISUALIZAR(Nombre)</b>{
       if (Nombre == "Datos Maestros")
         return "Datos Maestros";
       else if (Nombre == "Inicio")
            return "Inicio";
    this is working ok now, but if anybody knows how to do it in a simple way, it will be very usefull for us
    Thanks in advance
    Sergio

  • How to add default tools in HTML panel?

    For my workflow in Photoshop I've created this panel:
    using Adobe Configurator. It has some scripts and those default PS tools.
    As you know in Configurator is just a matter of drag'n'drop and that's about that.
    Is there any way to include those tools in an HTML extension?
    I found these lines of code in the panel's xml:
    <ps_tool _selectID="penTool" _itemId="Tool-Pen_Tool" icon="SP_VectorDraw_Lg_N" overIcon="SP_VectorDraw_Lg_N_D" toolTip="$$$/Tool-Pen_Tool/desc" scriptID="Tool-Pen_Tool" iconx2="SP_VectorDraw_Lgx2_N" overIconx2="SP_VectorDraw_Lgx2_N_D" click="onClick" cfgVisible="$$$/Configurator/Attribute/visible/value###31" width="29" height="26" iconWidth="22" iconHeight="18" left="25" x="25" y="350">
          <eventListeners>
            <function id="onClick" actionType="jsfunction" jsFunctionName="ps_invoke_script">
              <param id="scriptID"/>
            </function>
          </eventListeners>
        </ps_tool>
        <image id="SP_VectorDraw_Lg_N" swf="bundles/PHSP-14/PHSP14Bundle.swf_" className="PHSP14Bundle" varName="SP_VectorDraw_Lg_N"/>
        <image id="SP_VectorDraw_Lg_N_D" swf="bundles/PHSP-14/PHSP14Bundle.swf_" className="PHSP14Bundle" varName="SP_VectorDraw_Lg_N_D"/>
        <image id="SP_VectorDraw_Lgx2_N" swf="bundles/PHSP-14/PHSP14Bundle.swf_" className="PHSP14Bundle" varName="SP_VectorDraw_Lgx2_N"/>
        <image id="SP_VectorDraw_Lgx2_N_D" swf="bundles/PHSP-14/PHSP14Bundle.swf_" className="PHSP14Bundle" varName="SP_VectorDraw_Lgx2_N_D"/>
      <script id="Tool-Pen_Tool"><![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( 'slct' );     var desc112 = new ActionDescriptor();     var idnull = charIDToTypeID( 'null' );         var ref112 = new ActionReference();         var idpenTool = stringIDToTypeID( 'penTool' );         ref112.putClass( idpenTool );     desc112.putReference( idnull, ref112 ); executeAction( idslct, desc112, DialogModes.ALL ); } catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]></script>
    which I presume create and call the default Pen Tool.
    How could I use the above lines of code and add it to an HTML extension?

    I'm afraid life isn't easier without Configurator.
    These snips might help:
    // Switch Background / Foreground
    var idExch = charIDToTypeID( "Exch" );
        var desc1 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref1 = new ActionReference();
            var idClr = charIDToTypeID( "Clr " );
            var idClrs = charIDToTypeID( "Clrs" );
            ref1.putProperty( idClr, idClrs );
        desc1.putReference( idnull, ref1 );
    executeAction( idExch, desc1, DialogModes.NO );
    function stepHistoryBack(){
        var desc = new ActionDescriptor();
            var ref = new ActionReference();
            ref.putEnumerated( charIDToTypeID( "HstS" ), charIDToTypeID( "Ordn" ), charIDToTypeID( "Prvs" ));
        desc.putReference(charIDToTypeID( "null" ), ref);
    executeAction( charIDToTypeID( "slct" ), desc, DialogModes.NO );
    function stepHistoryForward(){
        var desc = new ActionDescriptor();
            var ref = new ActionReference();
            ref.putEnumerated( charIDToTypeID( "HstS" ), charIDToTypeID( "Ordn" ), charIDToTypeID( "Nxt " ));
        desc.putReference(charIDToTypeID( "null" ), ref);
    executeAction( charIDToTypeID( "slct" ), desc, DialogModes.NO );
    The Brush thing is trickier, see this snip by Jacob Rus from this original topic:
    // a shortcut for stringIDToTypeID, to save typing
    var $s = function (s) { return app.stringIDToTypeID(s); };
    // Accepts a "features" object as input, with possible parameters:
    //     diameter, hardness, angle, roundness, spacing,
    //     interpolation, flipX, flipY
    // Example:
    //     setBrushFeatures({diameter: 10, flipX: false, roundness: 50})
    var setBrushFeatures = function (features) {
        var app_ref, prop, tool_opts, brush, possible_features, i, n, prop, id,
            unit_type, brush_ref, set_brush_desc;
        app_ref = new ActionReference();
        app_ref.putEnumerated($s("application"), $s("ordinal"), $s("targetEnum"));
        // get the "type" of the brush, and get the brush's settings. If the type
        // isn’t "computedBrush", then bail out of this function, because there’s
        // no currently known way to set other kinds of brush settings.
        tool_opts = (app.executeActionGet(app_ref)
                        .getObjectValue($s('currentToolOptions')));
        if (tool_opts.getObjectType($s('brush')) != $s('computedBrush')) {return;}
        brush = tool_opts.getObjectValue($s('brush'));
        // the list of features we might pass in here.
        possible_features = {
            diameter: 'unit', hardness: 'unit', angle: 'unit', roundness: 'unit',
            spacing: 'unit', interpolation: 'bool', flipX: 'bool', flipY: 'bool'};
        // loop through all the features in the passed-in object, and for any
        // of them that match our list of possible features, change that setting
        // in the 'brush' descriptor that we fetched earlier, making sure to
        // set the proper type of value (either "unit double" or "boolean")
        for (prop in features) {
            if (prop in possible_features) {
                id = $s(prop);
                if (possible_features[prop] === 'unit') {
                    unit_type = brush.getUnitDoubleType(id);
                    brush.putUnitDouble(id, unit_type, features[prop]);
                } else if (possible_features[prop] === 'bool') {
                    brush.putBoolean(id, features[prop]);
        // get a reference to the "target" brush (i.e. the current brush)
        brush_ref = new ActionReference();
        brush_ref.putEnumerated( $s('brush'), $s('ordinal'), $s('targetEnum'));
        // make an action descriptor for the action, with the target set
        // to the current brush, and the content set to our brush descriptor
        // with our custom settings.
        set_brush_desc = new ActionDescriptor();
        set_brush_desc.putReference($s('target'), brush_ref);
        set_brush_desc.putObject($s('to'), $s('brush'), brush);
        executeAction($s('set'), set_brush_desc, DialogModes.NO);
    // Copyright (c) 2012 Jacob Rus
    Hope this helps!
    Regards
    Davide Barranca
    www.davidebarranca.com
    www.cs-extensions.com

Maybe you are looking for

  • Not able to call the process after submit

    In APEX Page, I have created the button and named as Save. When user clicks the Save button, I am calling the custom java script function. In Java Script function, I am doing doSubmit(NAME_OF_THE_BUTTON); to invoke the PLSQL Process. But it showing "

  • I just want to save my photos- why is this so fraught with danger?

    Many of you must have had this problem: iPhoto is full (I currently have over 2,500 images in there) .. and it is really slow to open and operate. The solution seems to be to empty out contents - copying them to an external HD or onto my iPod being u

  • GET IXOS PDF

    Hello experts!!! I need to print pdf files from IXOS, The requirement is this:  when the invoice send to the printer o via e-mail also need to send their delivery PDF documents to print. Does anybody knows the function module to get the pdf file from

  • Why can't I upload photos in Facebook?

    The uploader freezes when I try to upload photos to a Facebook album. I have to quit Firefox and use IE to upload.

  • Off topic: Video management software

    I'm wondering if anyone can suggest a good utility for managing video clips.. something similar to Lightroom or iPhoto designed specifically for video clips... I dont like that they are currently together with photos, also playback isn't easy... This