Newbie needing help to compile the code example

Hello

I know this is a newbie question very.
Could someone please help me on how to compile the example code?

[root@localhost getting_started] # gcc-I/usr/src/db-4.7.25.NC/build_unix gettingstarted_common.c example_database_read.c
/tmp/ccMnYv8b.o: in function 'open_database ':
gettingstarted_common.c: (.) Text + 0xeb): refers to 'db_create' the undefined
gettingstarted_common.c: (.) Text + 0xFC): refers to 'db_strerror' the undefined
/tmp/ccMnYv8b.o: in function 'databases_close ':
gettingstarted_common.c: (.) Text + 0 x 513): refers to 'db_strerror' the undefined
gettingstarted_common.c: (.) Text + 0 x 565): refers to 'db_strerror' the undefined
gettingstarted_common.c: (.) Text + 0x5ba): refers to 'db_strerror' the undefined
collect2: ld returned 1 exit status


Thank you very much.
JB

Libraries are probably located in the .libs subdirectory (/ usr/src/db-4.7.25.NC/build_unix/.libs). You should probably run "make install" before attempting to use the library, it makes things a little easier.

Tags: Database

Similar Questions

  • Need help to update the code to be AS3 compatible...

    RTS and programmers in the AS3/Flash community,

    First of all, thanks in advance for any help and advice that you can offer. I'm completely out of my depth here...

    I'm a bit new to Flash. I know enough to get me into trouble, which is pretty much exactly what I did. I am the Department of design together for a small industrial rental company and we just decided to do a series of online ads. I used Flash MX back 3-4 years ago and he knew enough to make simple movies and add actions to buttons, etc so I felt sufficiently comfortable help out by creating these ads.

    Well, to my surprise, when I was doing ads and went to add in some code i was provided by the specifications of the site we do advertising, it is possible to add actions to objects in AS3.

    And this is where I come to you for help, I have no idea how to change this code, which seems to have been written for Flash MX and earlier, to be applied to a button, to work in Flash CS4 / ActionScript 3.

    Here's the code I received:

    on (release) {}

    If (clickTAG.substr (0,5) == ' http: ' | clickTAG.substr (0.6) == ' https: ') {}

    getURL (clickTAG, _blank);

    }

    }

    Based on some fairly basic Googling, I learned enough to create a very simply the button action to visit a URL, but the site we want to advertise on will not use this method.

    I could get help, if this is possible?

    Thanks again for everything understand

    Brandon

    There is no need necessarily modify the code to AS3.  You can simply change your publication settings Flash to use AS2 than AS3 and the code that show you will be able to be used in the way you are familiar.  AS3 has drawn a line in the sand and put an end to the (undesirable) practice to place the code on the objects.

  • Need help to understand the code


    Hi all

    I was reading an article related to fill the list item, but I don't get some codes (see the code in red), I really appreciate if someone explain it to me.

    Thanks in advance

    link real =Oracle application development: how to dynamically populate a Pop list?

    Code

    DECLARE

    group_id RecordGroup;

    GroupName varchar2 (10): = 'abc ';

    status NUMBER;

    BEGIN

    group_id: = find_group (group_name);

    If not id_null (group_id) then

    delete_group (group_id);

    end if;

    group_id: = Create_Group_From_Query (groupname, 'select DNAME, TO_CHAR (DEPTNO) Department');

    / * Select statement must have two column * /.

    status: = Populate_Group (group_id);

    Populate_List('DUMMY.) TXT_LIST', group_id);

    END;

    Concerning

    Line

    POPULATE_GROUP is a function (not a procedure) and must be called in this way.

    State could be verified - see forms help:

    "After a successful query, POPULATE_GROUP returns a 0 (zero)."

    Kind regards

    Zlatko

  • need help to modify the code for the timer

    Hello

    I hope that it's fairly easy. I have a code for a timer that counts down 60 seconds. So to start the countdown, a start button is pressed and once the countdown starts, there is a stop button. I want to change the code so that the timer starts automatically (I will be embedding in a web page). I know that to hide a button, I just need changevisible = true, visible = false. I basically just need to know hot to start automatically.

    Code in force here.

    clock_val = '60: 00.
    _root.old_time = '0 '.

    fscommand ("ShowMenu", "false")

    my_milli = 0
    old_time = 0

    function is_digit (x) {}
    var numbers = "0123456789".
    If (digit. IndexOf (x) > = 0) {}
    Returns true
    } else {}
    return false
    }
    }
    function first_digit_bunch (x) {}
    var x_len = x.length
    var xresult = «»
    var yresult = «»
    var xmode = 0
    var count_3 = 0
    for (i = 0; i < x_len; i ++) {}
    xchar var = x.charAt (i)

    if(xMode == 0) {}
    {if (is_digit (Xchar))}
    xMode = 1
    }
    }

    if(xMode == 1) {}
    {if (is_digit (Xchar))}
    xResult += xchar
    } else {}
    xMode = 2
    }
    }

    if(xMode == 2) {}
    If (xchar == ":") {} ")
    xMode = 3
    count_3 = I have
    } else {}
    xMode = 9
    }
    }
    If (xmode == 3 & & I > count_3) {}
    {if (is_digit (Xchar))}
    yresult += xchar
    } else {}
    xMode = 4
    }
    }

    }
    If (xresult == "") {}
    xResult = '0 '.
    }
    If (yresult == "") {}
    yresult = '0 '.
    }
    var zresult = Math.round (parseFloat (xresult) * + impose_range (parseFloat (yresult), 0, 59.99) 60) / 60
    return zresult
    }
    function extract_min() {}
    minutes0 var
    {if(!_root.is_set)}
    minutes0 = 5
    _root.num_minutes = 5
    _root.is_set = true
    } else {}

    If (_root.paused_time! = clock_val) {//edited
    minutes0 = first_digit_bunch (clock_val)
    //}
    } else {}
    minutes0 = _root.num_minutes
    }
    If (minutes0 < = 0) {}
    minutes0 = _root.num_minutes / / reset to the last value
    }
    minutes0 = impose_range (minutes0, 0, 99.99)
    _root.num_minutes = minutes0
    _root.num_seconds = _root.num_minutes * 60
    display_time()
    }

    function startTimer() {}
    extract_min()
    stopTimer()
    _root.milli_value = my_date.getTime)
    _root.my_milli = (new Date()) .getTime)
    _root.old_time = _root.my_milli
    btn_stop._visible = true
    btn_start._visible = false
    msg_stopped._visible = false
    _root ["timer0" + xmodule] .gotoAndPlay (2)
    _root ["timer00"] .gotoAndPlay (2)
    }
    stopTimer() {} function
    clock_val = _root.num_minutes + ": 00".
    stopTimer0()
    extract_min()

    }
    function stopTimer0() {}
    _root.timer00.gotoAndStop (1)
    display_time()
    btn_stop._visible = false
    btn_start._visible = true
    times_up._visible = false
    msg_stopped._visible = true
    _root.paused_time = clock_val
    _root.timer01.stop)
    _root.timer02.stop)
    _root.timer03.stop)
    }

    function endTimer() {}
    stopTimer()
    times_up._visible = true
    msg_stopped._visible = false
    the_audio.gotoAndPlay (2)
    }

    function decrement_seconds() {}
    _root.num_seconds-
    _root.old_time = _root.my_milli
    if(_root.my_milli == 0) {}
    _root.my_milli = (new Date()) .getTime)
    }
    _root.my_milli = (new Date()) .getTime)
    var my_diff = _root.my_milli - _root.old_time
    num_seconds-= (my_diff/1000)
    Alert ("num_seconds =" + num_seconds)

    }

    function calc_time (cur_frame, end_frame) {}
    var frames_remaining = end_frame - cur_frame
    var secs_remaining = _root.num_seconds //frames_remaining / 5 / / assuming that the fps is 5
    trace ("secs_remaining =" + secs_remaining)
    var display_result = seconds_to_minsec (secs_remaining)
    return display_result
    }
    function impose_range (x, lower, upper) {}
    if(x < Lower) {}
    lower back
    }
    if(x > Upper) {}
    back to top
    }
    return x
    }
    function (dry) seconds_to_minsec {}
    var mins_val = Math.floor(secs / 60)

    mins_val = impose_range (mins_val, 0, 99.99)

    var secs_val = Math.floor (seconds % 60)
    secs_val = impose_range (secs_val, 0, 59)
    var result = x_digit_string(mins_val,2) + ': ' + x_digit_string(secs_val,2)
    trace ("result =" + result)
    Returns the result
    }

    function x_digit_string (JNombre, x) {}
    no worry about more than numbers 999 or negative numbers
    var vstring = String (JNombre)
    return x_fill_zero (vstring, x)
    }


    function x_fill_zero (str, len) {}
    will not shorten
    var len = vresult_length
    var vstring_length = str.length
    var distance = vresult_length-vstring_length
    var vresult = str
    for (var i = 0; I < gap; i ++) {}
    vresult = '0' + vresult
    }
    return vresult
    }


    function start_timer_begin_exam() {}
    _root.controller9.gotoAndStop ("Start")
    //}

    function display_time() {}
    var clock_hexagesimal = calc_time(_root.num_seconds,_root.num_minutes*60)
    _root.clock_val = clock_hexagesimal
    trace (clock_hexagesimal)
    clock_num = clock_num + 1
    }

    You must remove the onENterFrame activity: delete onEnterFrame;

  • Some newbie need help to display the Properties window

    Hello!

    I am writing this issue on behalf of another Member of our association, which does not much English. We bought him Final Cut Pro X, so that he can learn a few video do, and he is very enthusiastic about it. We first had a try of FCP X, and then we bought and installed the version full (10.2.3). He is still learning the basics, and today he said he can not find the property field in the upper right corner that he used in the trial version. I don't know what the problem is, so I asked for a screenshot:

    https://drive.Google.com/a/hyvanmielenpelit.fi/file/d/0B26s9BQiLuATRVRob0lnNFY3Q m8/view? USP = share

    Apparently, the Properties window does not appear when he wrote a large '3D text' on a purple background. I'm not sure if it is just using the program wrong, or what is the problem, but in any case, I promised to write a post on a forum of FCP X, so that someone could help it how to get properties appears. He wants to see properties, for example, for the 3D text, when added to the timeline. No idea what is the problem?

    Best regards

    Tommi Gustafsson

    President

    Hyvan mielen pelit ry

    It should be as simple as clicking on this button:

    Command-4 is the keyboard shortcut.

    If this does not work as it should try to reset the preferences of FCP X.

    Hold down Option + command like FCP X starts.

    Al

  • Need help to solve the code 52 on Windows 7. Can anyone help?

    I looked at recently getting a code 52 of the Standard PCI to USB Host Controller and not solution I find works. I can't use all the devices usb without an advanced start and disabling driver signing frame and it sometimes leads to me the BSOD USB_BUG_CODE error. It is very annoying and infuriating. Someone has encountered this and found a solution?

    You have TrendMicroAND AVAST and AVG search safe, all installed and running at the same time. It's a perfect recipe for a conflict, which leads to corruption.

    Image path: \SystemRoot\system32\DRIVERS\tmlwf.sys
    Image name: tmlwf.sys
    Timestamp: Mon Nov 08 05:58:39 2010 (4CD7D7DF)

    Description of the driver: Trend Micro

    Driver update site: http://us.trendmicro.com/us/downloads/home-and-homeoffice/

    Image path: \SystemRoot\system32\drivers\C:\windows\system32\drivers\aswmonflt.sys
    Image name: C:\windows\system32\drivers\aswmonflt.sys
    Timestamp: Thu Nov 06 07:53:07 2014 (545B6F33)

    Description of the pilot: avast! Minifilter driver of file system

    Driver update site: http://support.avast.com/

    Run the removal/cleaning tools linked below and then reinstall AVAST, as it is the only one who is up to date. If I make a suggestion, I install Microsoft Security Essentials, place and add MBAM free version as a backup, second opinion scanner.

    Uninstall Trend Micro Titanium and older programs, using the Diagnostic tool.

    http://eSupport.trendmicro.com/solution/en-us/1105809.aspx?referral=1056551

    AVAST uninstall utility.

    http://www.avast.com/uninstall-utility

    Uninstall AVG bar tools, homepage and search secure from your browser.

    http://support.Avg.com/SupportArticleView?l=en_US&URLName=how-to-uninstall-AVG-toolbar-homepage-and-secure-search-from-your-browser

    Microsoft Security Essentials.

    http://Windows.Microsoft.com/en-us/Windows/Security-Essentials-download

    ==========

    Please uninstall atksgt.sys

    atksgt.sys Sat Jun 04 11:22:26 2011 (4DEA4DB2): http://sysnative.com/drivers/driver.php?id=atksgt.sys

    Image path: \SystemRoot\system32\DRIVERS\atksgt.sys
    Image name: atksgt.sys
    Timestamp: Sat Jun 04 11:22:26 2011 (4DEA4DB2)

    ==========

    Please update or uninstall UltraVnc miniport driver2

    Image path: \SystemRoot\system32\DRIVERS\mv2.sys
    Image name: mv2.sys
    Timestamp: Wed Feb 06 16:02:40 2008 (47AA2070)

    Description of the driver: UltraVnc miniport driver2

    Driver update site: http://www.UVNC.com/download/index.html

    Perform the steps above, then let us know if it is solved accidents

  • PS Newb needs help with resizing the image and print several sheet

    Hi, I am using PS CS3 to resize an image, I have so I can print to use as a map for a miniatures game.  I have no problem of scaling of the image to the appropriate size, but I can't understand how to print multiple image 8.5 x 11 sheets.  I thought I saw an option for such a procedure before, but maybe it was in another editing program.  If anyone has any ideas on how I could do this I would really appreciate hearing about them.  Thank you!

    Illustrator and InDesign are tiled printing, like CorelDraw. Photoshop, this title is not, but may be a few script for this. In your case, the simplest solution would be to save the file in PDF format and have Acrobat print a tiled (Page scaling of parameter in Acro print dialog box). You just need to make sure that your page corresponds to several pages. Unliek AI and ID, Acro chop only stuff based on standard paper sizes...

    Mylenium

  • Need help to remove the zeros on the right

    Hello.

    I need help to replace the zeros in the string.

    I have a string which is the output of the network packet. There are a few trailing zeros in the package.

    I don't see them in normal mode, but the size of the string tells me that it's bigger then it looks like.

    When I pass in hexadecimal mode, you can see zeros.

    I tried to use the find/replace function allows you to search for 0 and replace it with an empty string constant. But, for some reason any, that he took no zeros.

    I need to stop the string that follows * 69.

    Show your code.  You won't find and replace with all zeroes.  These 00 in hex mode they are null characters.  (not printable byte with a value of zero).  You need search and replace on that character.  (replace string should look like 00, when it is set to display the hexadecimal code.

  • Need help to identify the type of object in the loop of pl/sql

    Hello

    I need help to identify the Type of object declared beneath a procedure as shown below:

    I need to pass the parameter to the procedure as a TYPE of OBJECT and also refer to variables of Type Object in a loop

    create or replace type TEST_VALIDATION_REC is RECORD (order_num varchar2 (30),)

    number of inventory_item_id

    reserved_YN varchar2 (1).

    error_flag varchar2 (1).

    Error_message varchar2 (2000)

    );

    CREATE OR REPLACE TYPE VALD_TBL AS VARRAY (10000) OF TEST_VALIDATION_REC;

    PROCEDURE ADD_TO_ORD)

    p_lot_number_list IN VALD_TBL,

    p_ord_number IN Varchar2,

    p_user_id in NUMBER: = fnd_profile.value ('USER_ID'),-change 1.10

    p_responsibility_id in NUMBERS: = fnd_profile.value ('RESP_ID'),-change 1.10

    p_application_id IN VARCHAR2: = 'PO',-change 1.10

    x_error_flag OUT Varchar2,

    x_error_msg OUT Varchar2

    )

    In the above procedure, I had the VALD_TBL. Is it OK?

    And how in the loop if the records if I use:

    FOR indx1 IN 1.p_lot_number_list. COUNTY

    LOOP

    BEGIN

    SELECT

    inventory_item_id

    IN

    ln_item_id

    Of

    dummy_lot_tab

    WHERE

    lot_number = p_lot_number_list (indx1); - > how direct the item here?

    EXCEPTION

    WHILE OTHERS THEN

    ln_item_id: = NULL;

    END;

    Records are PL/SQL objects.  They are not the SQL objects.  You can create a SQL TYPE (schema level) as a collection (variable-tables only, tables nested).

    So therefore your first statement is syntactically incorrect

    CREATE OR REPLACE TYPE TEST_VALIDATION_REC IS RECORD
    (order_num VARCHAR2(30),
    inventory_item_id NUMBER,
    reserved_YN VARCHAR2(1),
    error_flag VARCHAR2(1),
    Error_message VARCHAR2(2000)
    );
    

    You must put in an anonymous PL/SQL block or the stored procedure

    DECLARE
    
       TYPE test_validation_rec IS RECORD
       (
        order_num VARCHAR2(30),
        inventory_item_id NUMBER,
        reserved_YN VARCHAR2(1),
        error_flag VARCHAR2(1),
        error_message VARCHAR2(2000)
       );
    
       TYPE vald_tbl iS VARRAY(10000) OF test_validation_rec;
    
       lv_tbl vald_tbl;
    
    BEGIN
    
       lv_tbl := vald_tbl();
      -- insert your code here 
    
    END;
    
  • I need help to use the 3D feature in Photoshop CC on my Windows 7, everything is gray and I can't use anything

    I need help to use the 3D feature in Photoshop CC on my Windows 7, everything is gray and I can't use anything... Here is my system info:

    Adobe Photoshop Version: 14.2.1 (14.2.1 20140207.r.570 2014/02 / 07:23:00:00) x 64

    Operating system: Windows 7 64-bit

    Version: 6.1 Service Pack 1

    System architecture: Intel CPU Family: 6, model: 7 Stepping: 10 with MMX, entire SSE, SSE, SSE2, SSE3 FP

    Physical processor count: 2

    Processor speed: 2194 MHz

    Built-in memory: 4056 MB

    Free memory: 942 MB

    Memory available to Photoshop: 3399 MB

    Memory used by Photoshop: 71%

    Tile image size: 128K

    Image cache level: 1

    Overview of fonts: medium

    TextComposer: Latin

    Display: 1

    Limits of the display: top = 0, left = 0, low = 768, right = 1366

    OpenGL drawing: enabled.

    OpenGL allows old GPU: not detected.

    OpenGL drawing mode: basic

    OpenGL allows Normal Mode: fake.

    OpenGL allows Advanced Mode: fake.

    AIFCoreInitialized = 1

    AIFOGLInitialized = 1

    OGLContextCreated = 1

    NumGPUs = 2

    GPU [0]. OGLVersion = "2.1".

    GPU [0]. MemoryMB = 1804

    GPU [0]. RectTextureSize = 4096

    GPU [0]. Renderer = "Mobile Intel (r) 4 Series Express Chipset Family"

    GPU [0]. RendererID = 10818

    GPU [0]. Vendor name = "Intel."

    GPU [0]. VendorID = 32902

    GPU [0]. HasNPOTSupport = 1

    GPU [0]. DriverVersion = "8.15.10.1994."

    GPU [0]. Driver = "igdumd64.dll, igd10umd64.dll, igdumdx32, igd10umd32.

    GPU [0]. DriverDate = "20091106000000.000000 - 000.

    GPU [0]. CompileProgramGLSL = 1

    GPU [0]. TestFrameBuffer = 0

    GPU [0]. OCLPresent = 0

    GPU [0]. CUDASupported = 0

    GPU [0]. OCLBandwidth = 0

    GPU [0] .glGetString [GL_SHADING_LANGUAGE_VERSION] = ' 1.20 - Intel Build 8.15.10.1994.

    GPU [0] .glGetProgramivARB [GL_FRAGMENT_PROGRAM_ARB] [GL_MAX_PROGRAM_INSTRUCTIONS_ARB] = [1024]

    GPU [0] .glGetIntegerv [GL_MAX_TEXTURE_UNITS] = [8]

    GPU [0] .glGetIntegerv [GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS] = [16]

    GPU [0] .glGetIntegerv [GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS] = [16]

    GPU [0] .glGetIntegerv [GL_MAX_TEXTURE_IMAGE_UNITS] = [16]

    GPU [0] .glGetIntegerv [GL_MAX_DRAW_BUFFERS] = [7]

    GPU [0] .glGetIntegerv [GL_MAX_VERTEX_UNIFORM_COMPONENTS] = [512]

    GPU [0] .glGetIntegerv [GL_MAX_FRAGMENT_UNIFORM_COMPONENTS] = [1024]

    GPU [0] .glGetIntegerv [GL_MAX_VARYING_FLOATS] = [41]

    GPU [0] .glGetIntegerv [GL_MAX_VERTEX_ATTRIBS] = [16]

    .extension GPU [0] [AIF::OGL:GL_ARB_VERTEX_PROGRAM] = 1

    .extension GPU [0] [AIF::OGL:GL_ARB_FRAGMENT_PROGRAM] = 1

    .extension GPU [0] [AIF::OGL:GL_ARB_VERTEX_SHADER] = 1

    .extension GPU [0] [AIF::OGL:GL_ARB_FRAGMENT_SHADER] = 1

    .extension GPU [0] [AIF::OGL:GL_EXT_FRAMEBUFFER_OBJECT] = 1

    .extension GPU [0] [AIF::OGL:GL_ARB_TEXTURE_RECTANGLE] = 1

    .extension GPU [0] [AIF::OGL:GL_ARB_TEXTURE_FLOAT] = 1

    .extension GPU [0] [AIF::OGL:GL_ARB_OCCLUSION_QUERY] = 1

    .extension GPU [0] [AIF::OGL:GL_ARB_VERTEX_BUFFER_OBJECT] = 1

    .extension GPU [0] [AIF::OGL:GL_ARB_SHADER_TEXTURE_LOD] = 0

    GPU [1]. OGLVersion = "2.1".

    GPU [1]. MemoryMB = 0

    GPU [1]. RectTextureSize = 4096

    GPU [1]. Renderer = "Mobile Intel (r) 4 Series Express Chipset Family"

    GPU [1]. RendererID = 0

    GPU [1]. Vendor name = "Intel."

    GPU [1]. VendorID = 0

    GPU [1]. HasNPOTSupport = 1

    GPU [1]. DriverVersion = "8.15.10.1994."

    GPU [1]. Driver = "igdumd64.dll, igd10umd64.dll, igdumdx32, igd10umd32.

    GPU [1]. DriverDate = "20091106000000.000000 - 000.

    GPU [1]. CompileProgramGLSL = 1

    GPU [1]. TestFrameBuffer = 0

    GPU [1]. OCLPresent = 0

    GPU [1]. CUDASupported = 0

    GPU [1]. OCLBandwidth = 0

    GPU [1] .glGetString [GL_SHADING_LANGUAGE_VERSION] = ' 1.20 - Intel Build 8.15.10.1994.

    GPU [1] .glGetProgramivARB [GL_FRAGMENT_PROGRAM_ARB] [GL_MAX_PROGRAM_INSTRUCTIONS_ARB] = [1024]

    GPU [1] .glGetIntegerv [GL_MAX_TEXTURE_UNITS] = [8]

    GPU [1] .glGetIntegerv [GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS] = [16]

    GPU [1] .glGetIntegerv [GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS] = [16]

    GPU [1] .glGetIntegerv [GL_MAX_TEXTURE_IMAGE_UNITS] = [16]

    GPU [1] .glGetIntegerv [GL_MAX_DRAW_BUFFERS] = [7]

    GPU [1] .glGetIntegerv [GL_MAX_VERTEX_UNIFORM_COMPONENTS] = [512]

    GPU [1] .glGetIntegerv [GL_MAX_FRAGMENT_UNIFORM_COMPONENTS] = [1024]

    GPU [1] .glGetIntegerv [GL_MAX_VARYING_FLOATS] = [41]

    GPU [1] .glGetIntegerv [GL_MAX_VERTEX_ATTRIBS] = [16]

    .extension GPU [1] [AIF::OGL:GL_ARB_VERTEX_PROGRAM] = 1

    .extension GPU [1] [AIF::OGL:GL_ARB_FRAGMENT_PROGRAM] = 1

    .extension GPU [1] [AIF::OGL:GL_ARB_VERTEX_SHADER] = 1

    .extension GPU [1] [AIF::OGL:GL_ARB_FRAGMENT_SHADER] = 1

    .extension GPU [1] [AIF::OGL:GL_EXT_FRAMEBUFFER_OBJECT] = 1

    .extension GPU [1] [AIF::OGL:GL_ARB_TEXTURE_RECTANGLE] = 1

    .extension GPU [1] [AIF::OGL:GL_ARB_TEXTURE_FLOAT] = 1

    .extension GPU [1] [AIF::OGL:GL_ARB_OCCLUSION_QUERY] = 1

    .extension GPU [1] [AIF::OGL:GL_ARB_VERTEX_BUFFER_OBJECT] = 1

    .extension GPU [1] [AIF::OGL:GL_ARB_SHADER_TEXTURE_LOD] = 0

    License type: Perpetual

    Serial number: 91198700731897176156

    The application folder: C:\Program Files\Adobe\Adobe Photoshop CC (64-bit).

    Temporary file path: C:\Users\Owner\AppData\Local\Temp\

    Zero Photoshop has async I/O active

    Scratch the volumes:

    C:\, 931.4 G, 429,1 free G

    Required plugins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit) \Required\Plug-Ins\

    Main Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit) \Plug-ins\

    Installed components:

    ACE.dll ACE 2013/29/10-11: 47:16 79,548223 79.548223

    adbeape.dll Adobe EPA 2013/02/04-09: 52:32 0.1160850 0,1160850

    AdobeLinguistic.dll Adobe linguistic Library 7.0.0

    AdobeOwl.dll Adobe Owl 2013/10/25-12: 15: 59 5.0.24 79.547804

    AdobePDFL.dll PDFL 2013/29/10-11: 47:16 79,508720 79.508720

    Adobe AdobePIP.dll 7.0.0.1786 product improvement program

    AdobeXMP.dll Adobe XMP Core 2013 10/29-11: 47:16 79,154911 79.154911

    AdobeXMPFiles.dll Adobe XMP files 2013 10/29-11: 47:16 79,154911 79.154911

    AdobeXMPScript.dll Adobe XMP Script 2013 10/29-11: 47:16 79,154911 79.154911

    adobe_caps.dll Adobe CAPS 7,0,0,21

    AGM.dll AGM 2013/29/10-11: 47:16 79,548223 79.548223

    ahclient.dll AdobeHelp Dynamic Link Library 1,8,0,31

    aif_core.dll AIF 5.0 79.534508

    aif_ocl.dll AIF 5.0 79.534508

    aif_ogl.dll AIF 5.0 79.534508

    AMTLib.dll AMTLib (64 Bit) 7.0.0.169 BuildVersion: 7,0; Brand: Monday, April 8, 2013 02:31:50) 1.000000

    ARE.dll ARE 2013/29/10-11: 47:16 79,548223 79.548223

    Axe8sharedexpat.dll AXE8SharedExpat 2011/12/16-15: 10: 49 66,26830 66.26830

    AXEDOMCore.dll AXEDOMCore 2011/12/16-15: 10: 49 66,26830 66.26830

    Bib.dll BIB 2013/29/10-11: 47:16 79,548223 79.548223

    BIBUtils.dll BIBUtils 2013/29/10-11: 47:16 79,548223 79.548223

    boost_date_time.dll product DVA 7.0.0

    boost_signals.dll product DVA 7.0.0

    boost_system.dll product DVA 7.0.0

    boost_threads.dll product DVA 7.0.0

    CG.dll NVIDIA Cg Runtime 3.0.00007

    cgGL.dll NVIDIA Cg Runtime 3.0.00007

    Adobe CIT.dll CIT 2.1.6.30929 2.1.6.30929

    Adobe CITThreading.dll CITThreading 2.1.6.30929 2.1.6.30929

    CoolType.dll CoolType 2013/29/10-11: 47:16 79,548223 79.548223

    dvaaudiodevice.dll product DVA 7.0.0

    dvacore.dll product DVA 7.0.0

    dvamarshal.dll product DVA 7.0.0

    dvamediatypes.dll product DVA 7.0.0

    dvaplayer.dll product DVA 7.0.0

    dvatransport.dll product DVA 7.0.0

    dvaunittesting.dll product DVA 7.0.0

    Dynamiclink.dll product DVA 7.0.0

    ExtendScript.dll ExtendScript 2013/10/30-13: 12: 12 79,546835 79.546835

    FileInfo.dll Adobe XMP FileInfo 2013 10/25-03: 51:33 79,154511 79.154511

    filter_graph.dll AIF 5.0 79.534508

    icucnv40.dll International Components for Unicode 2011/11/15-16: 30:22 Build gtlib_3.0.16615

    icudt40.dll International Components for Unicode 2011/11/15-16: 30:22 Build gtlib_3.0.16615

    imslib.dll IMSLib DLL 7.0.0.145

    JP2KLib.dll JP2KLib 2013/29/10-11: 47:16 79,248139 79.248139

    libifcoremd.dll Intel Visual Fortran compiler 10.0 (A patch)

    libiomp5md.dll Intel(r) OMP Runtime Library 5.0

    libmmd.dll Intel(r) C Compiler, Intel C++ Compiler, Intel Fortran compiler 12.0

    LogSession.dll LogSession 2.1.2.1785

    mediacoreif.dll product DVA 7.0.0

    MPS.dll MPS-2013/29/10-11: 47:16 79,535029 79.535029

    msvcm80.dll Microsoft® Visual Studio® 2005 8.00.50727.6195

    msvcm90.dll Microsoft® Visual Studio® 2008 9.00.30729.1

    MSVCP100.dll Microsoft® Visual Studio® 2010 10.00.40219.1

    msvcp80.dll Microsoft® Visual Studio® 2005 8.00.50727.6195

    MSVCP90.dll Microsoft® Visual Studio® 2008 9.00.30729.1

    msvcr100.dll Microsoft® Visual Studio® 2010 10.00.40219.1

    MSVCR80.dll Microsoft® Visual Studio® 2005 8.00.50727.6195

    Msvcr90.dll Microsoft® Visual Studio® 2008 9.00.30729.1

    PatchMatch.dll PatchMatch 2013/29/10-11: 47:16 79,542390 79.542390

    pdfsettings.dll Adobe PDFSettings 1.04

    Photoshop.dll Adobe Photoshop CC CC

    Adobe Photoshop CC CC plugin.dll

    PlugPlugOwl.dll Adobe CSXS PlugPlugOwl Dll Standard (64 bit) 4.2.0.36

    PSArt.dll Adobe Photoshop CC CC

    PSViews.dll Adobe Photoshop CC CC

    SCCore.dll ScCore 2013/10/30-13: 12: 12 79,546835 79.546835

    ScriptUIFlex.dll ScriptUIFlex 2013/10/30-13: 12: 12 79,546835 79.546835

    svml_dispmd.dll Intel (r) C Compiler, Intel C++ Compiler, Intel Fortran compiler 12.0

    TBB.dll Intel Threading Building Blocks for Windows 4 1, 2012, 1003

    tbbmalloc.dll Intel Threading Building Blocks for Windows 4, 1, 2012, 1003

    updaternotifications.dll Adobe Updater Notifications Library 7.0.1.102 (BuildVersion: 1.0;) Brand: BUILDDATETIME) 7.0.1.102

    WRServices.dll WRServices Monday, February 25, 2013 16:09:10 build 0.19078 0,19078

    Required plugins:

    3D Studio 14.2.1 (14.2.1 x 001)

    Accented edges 14.2.1

    Adaptive wide-angle 14.2.1

    Angular Strokes 14.2.1

    Average 14.2.1 (14.2.1 x 001)

    Bas-relief 14.2.1

    BMP 14.2.1

    Camera Raw 8.3

    Camera Raw Filter 8.3

    Chalk and charcoal 14.2.1

    14.2.1 charcoal

    Chrome 14.2.1

    Cineon 14.2.1 (14.2.1 x 001)

    Clouds 14.2.1 (14.2.1 x 001)

    COLLADA 14.2.1 (14.2.1 x 001)

    Halftone color 14.2.1

    Color pencil 14.2.1

    CompuServe GIF 14.2.1

    Pencil tale 14.2.1

    Craquelure 14.2.1

    Crop and straighten Photos 14.2.1 (14.2.1 x 001)

    Crop and straighten Photos 14.2.1 filter

    Hatch 14.2.1

    Crystallize 14.2.1

    Cutting 14.2.1

    Dark strokes 14.2.1

    Deinterlacing 14.2.1

    DICOM 14.2.1

    Difference clouds 14.2.1 (14.2.1 x 001)

    14.2.1 glow

    Move 14.2.1

    Dry brush 14.2.1

    Eazel acquire 14.2.1 (14.2.1 x 001)

    Embed watermark 4.0

    Entropy 14.2.1 (14.2.1 x 001)

    Extrude 14.2.1

    FastCore 14.2.1 routines (14.2.1 x 001)

    Fiber 14.2.1

    Film Grain 14.2.1

    14.2.1 Filter Gallery

    3D Flash 14.2.1 (14.2.1 x 001)

    Fresco 14.2.1

    Glass 14.2.1

    Scarlet contours 14.2.1

    Google Earth 4 14.2.1 (14.2.1 x 001)

    Grain 14.2.1

    Graphic pen 14.2.1

    Halftone Pattern 14.2.1

    HDRMergeUI 14.2.1

    IFF Format 14.2.1

    Outlines in ink 14.2.1

    JPEG 2000 14.2.1

    Flattening coefficient 14.2.1 (14.2.1 x 001)

    Blur of the lens 14.2.1

    Correction of the 14.2.1 goal

    Lens Flare 14.2.1

    Liquefy 14.2.1

    Operation of Matlab 14.2.1 (14.2.1 x 001)

    maximum 14.2.1 (14.2.1 x 001)

    14.2.1 average (14.2.1 x 001)

    Measure Core 14.2.1 (14.2.1 x 001)

    Median 14.2.1 (14.2.1 x 001)

    Mezzotint 14.2.1

    Minimum 14.2.1 (14.2.1 x 001)

    MMXCore Routines 14.2.1 (14.2.1 x 001)

    Mosaic tiles 14.2.1

    Multiprocessor support 14.2.1 (14.2.1 x 001)

    Neon 14.2.1

    Paper notes 14.2.1

    Color NTSC 14.2.1 (14.2.1 x 001)

    Ocean Ripple 14.2.1

    14.2.1 oil painting

    OpenEXR 14.2.1

    Paint Daubs 14.2.1

    14.2.1 palette knife

    Patchwork 14.2.1

    Paths to Illustrator 14.2.1

    PCX 14.2.1 (14.2.1 x 001)

    Photocopy 14.2.1

    14.2.1 Photoshop 3D engine (14.2.1 x 001)

    Photoshop Touch 14.0

    Photo filter package 14.2.1 (14.2.1 x 001)

    Pinch 14.2.1

    Pixar 14.2.1 (14.2.1 x 001)

    Plaster 14.2.1

    Plastic wrap 14.2.1

    PNG 14.2.1

    Pointillism 14.2.1

    Polar coordinates 14.2.1

    Portable bitmap 14.2.1 (14.2.1 x 001)

    Poster edges 14.2.1

    Radial blur 14.2.1

    Radiance 14.2.1 (14.2.1 x 001)

    14.2.1 range (14.2.1 x 001)

    Read watermark 4.0

    Crosslinking 14.2.1

    14.2.1 the ripple

    Rough Pastels 14.2.1

    Save for Web 14.2.1

    ScriptingSupport 14.2.1

    Shake Reduction 14.2.1

    14.2.1 shear

    14.2.1 asymmetry (14.2.1 x 001)

    Smart Blur 14.2.1

    Smudge Stick 14.2.1

    Solarize 14.2.1 (14.2.1 x 001)

    Splash 14.2.1

    Spherize 14.2.1

    Sponge 14.2.1

    Sprayed strokes 14.2.1

    Stained glass 14.2.1

    Stamp 14.2.1

    SD 14.2.1 (14.2.1 x 001)

    STL 14.2.1 (14.2.1 x 001)

    14.2.1 Sumi-e

    14.2.1 summons (14.2.1 x 001)

    Targa 14.2.1

    Texture veneer 14.2.1

    14.2.1 tiles

    Torn edges 14.2.1

    14.2.1 twirl watch

    Draft 14.2.1

    Vanishing Point 14.2.1

    14.2.1 variance (14.2.1 x 001)

    14.2.1 variations (14.2.1 x 001)

    Water paper 14.2.1

    Watercolor 14.2.1

    Wave 14.2.1

    Wavefront | OBJ 14.2.1 (14.2.1 x 001)

    WIA support 14.2.1 (14.2.1 x 001)

    Wind 14.2.1

    Wireless Bitmap 14.2.1 (14.2.1 x 001)

    Zig - zag 14.2.1

    Plug-ins option and the third: NONE

    Plug-ins that could not load: NONE

    Flash:

    Mini Bridge

    Adobe Exchange

    Kuler

    Install TWAIN devices: NONE

    Unfortunately, it seems that your computer is not only at the height... And thanks for the info detailed immediately, it helps refine the problems more quickly.

  • Need help to find the "main point size.

    Hello

    I need help to find the "main point size.

    Any style of Pará which is more than 2 points of my font size, I need the alert message "His more than 2 points for your font size". For example, the font size of my para 10 here is my attack should be 12 points rather than his 14 points, I need the alert message.

    Is it possible by script?

    by

    hasvi

    Hi Hasvi,

    Try this.

    var doc = app.activeDocument;

    var texts = doc.stories.everyItem ().textStyleRanges.everyItem () .getElements ();

    pstyle var = ' Suite of paragraph styles have more leadings: \r\r ";

    for (var i = 0; i)<>

    {

    PS var = text [i] .pointSize;

    If (texts [i] .leading > ps + 2).

    {

    pStyle += text [i].appliedParagraphStyle.name;

    }

    }

    Alert (pStyle)

    While it is true that mark as answer correct and do not select your question as a correct answer.

    Kind regards

    Cognet

  • Do not install the 'Online Store' Application and the Code example

    The following error occurs when you try to install
    the file imported, online_store_installer_1.0.sql
    the application of the "shop online" and the Code examples.
    downloaded yesterday from:

    http://www.Oracle.com/technology/products/database/application_express/packaged_apps/packaged_apps.html#store

    I had created beforehand the user "eshop".

    I have the Version 3.1.1 of the Apex



    1 error has occurred
    NOT COMPATIBLE (your export may contain calls not supported by your version of the application.)


    Connected to the workspace: ESHOP

    Export the WorkspaceID file: 1150504199010437
    Export Application file: 129
    Version of the export file: 2007.01.08
    Analysis of export in the form of schema file: EBA
    Origin of the application: the application has been exported from a different workspace.

    Hello

    Maybe you need to grant more \n(Assurez-vous ESHOP?
    try to give this user DBA \n(Assurez-vous and see the results.

    See you soon,.

    Peter

  • Need help to diagnose the regular system analysis on iMac - processors maxed out

    I need help to identify the cause of a problem that occurs at least 2 - 3 times per day using my iMac (27-inch, mid 2010) running 10.11.5.

    I will use my iMac and then all at once things will start to really trolling. To the point of being completely unusable. Even if I'm able to move my cursor, then click to drag the windows around the screen nothing does really.

    I have iStat menus running so that can see graphics in my menu bar that all 4 cores are completely overfished. Occasionally, I was fast enough to launch the activity monitor to try to see what applications / services are responsible for, the use of % CPU column is completely empty of values, so I can't identify the culprits in a reliable way. I try to keep that column sorted by % CPU use in the hope that he could reveal something and normally it's the kernel_task who is up there.

    I use a Wacom Bamboo dated Tablet (MTE - 450 has) instead of a mouse, and at one point, I was convinced the pilot of PenTabletDrive it is based on was to blame. I contacted Wacom on this subject, and although there is no known issues they pointed out that although the latest drivers will allow me to use the tablet that they no longer support older devices. I was wondering if there was a problem of communication between the device and a driver that is no longer supported. I installed the latest driver supported for my tablet, but the problems persist.

    It may be interesting to note that, when my computer is in this semi-frozen state, I am able to launch the window enough force and quit all open applications leaving me with only the Finder. I guess that means that there are none of my apps running and it is probably one of the services. If I restart the Finder system grinds to a completely enclosed holt.

    I hope someone can let me know what I can find in the Console or elsewhere to help me finally zero in on what is to blame. I can share a log if that helps.

    Thank you in advance!

    Information that might be useful:

    Kept by I tend to be running: Adobe InDesign, Photoshop, Acrobat (all CC 2015), Mail, Safari with several tabs & Dropbox sync constantly.

    Download and run EtreCheck, created by one of his own assistants here in CSA. It is a diagnostic tool that is very useful for us to find problems. It will also give us additional specifications on your Mac. After his execution after the logfile here. It will never contain any personal information.

  • cq57: need help cq57 enter the password administrator or power on password... deisabled system 58555314

    need help cq57 enter the password administrator or power on password... deisabled system 58555314

    Thank you!!!

    @clatimer

    Enter 47433930

    REO

  • Need help in using the ActiveX to retrieve a VARIANT

    Need help in using the ActiveX to retrieve a VARIANT.

    Variant is shown as var {VT_Ul1, 1} in debugging

    By using the following

    HR = CA_VariantGetShort (& var, &value);)

    I get 0 for my answer instead of 1.

    Answered my own question.

    VT_Ul1 is an unsigned char and not a short.

Maybe you are looking for

  • Web page not icons

    Some Web sites may not display icons or fonts correctly, only boxes with the code.I tried the following recommendations:Subject: config - gfx.downloadable_fonts.enabled, trueChecked = Allow pages to choose their own fonts, instead of my selections ab

  • Adding new RAM iMac 27 "mid-2011

    Hello My iMac is very slow. I have 4 GB of internal RAM and you want to update. I'm not sure (without opening things), if the 4 GB of RAM is 2 x 2GB or just the only card of 4 GB. Can I add 2 x 8 GB to the existing RAM to give me a total of 20 GB? Or

  • SA30-213 keyboard problem

    Hello worldMy laptop model number is SA30-213.Three keys on the keyboard are broken, and as said to me, I need to replace. I have a few questions1 - What is the model number of my laptop keyboard2. How do I know this model number3 - from where to get

  • HP envy 15-j140na: maintenance of fan for a hp envy 15

    Hello. I am the owner of a HP Envy 15-j140na and wonder about the maintenance of my computer, I had the laptop for over a year and the warrinty has expiered, unfortonatly is when defects and problems begin to occoure in my computer, like the fan. The

  • Could EA2700 updates its firmware

    My EA2700 router has a firmware of version1.1.40.162751 and the most recent is 1.1.40.166516. But when I click on "check for updates", it does not work. And I can not open the firmware, I downloaded on the web (denunciation"Broken Files" (FW_EA2700_1