Open API compile *.c in Windows with gcc

Hello,
Here is my Code I want to compile:
http://rafb.net/p/h0qYEL56.html
my compiler is gcc and I compile it like that:
gcc -WALL -o traverse.exe -c traverse.c -Ic:/orav60/FORMS60/API
he compile my traverse.c with warnings, but the exe is not executable.
please help
Paul

YEAH I got it!
the Solution is
gcc -o traverse.o -c traverse.c -IC:\orav60\FORMS60\API
gcc traverse.o c:/orav60/FORMS60/API/ifd2f60.LIB -o traverse
1. Compile an Objectfile from the c and you get *.o
2. bind the *.o with the c:/orav60/FORMS60/API/ifd2f60.LIB and compile it
greetings
Paul

Similar Messages

  • Create a dll for windows with gcc

    hello!
    I have made a program in 'C' under linux and i want to make it into a dll with gcc to use it in labview under windows.
    Has anyone already done a such thing? so what is the magic option to pass to gcc to make it properly?
    Thank you.

    vincent72 wrote:
    Thank you for your replies. unfortunately, these options don't work on our computer. the keyword 'declspec' wasn't reconnised by our gcc. we also tried the keyword '__attribute ((dllexport))__' but it didn't work anymore.
    I think the standard gcc attribute is more
    something like attribute(export). After all gcc environments typically
    use shared libraries and not DLLs. But then again not every gcc
    compiler will be able to just create proper Win32 executables. As
    explained already, there needs to be quite a lot in the toolchain for
    the intended target.
    For instance the compiler/linker should support COFF library format in
    order to create a valid Win32 executable file unless you have a your
    own format specific Win32 compatible loader that gets linked in and
    understands your library format. Also declspec() is a Microsoft
    specific extension not supported by off the shelf gcc. And gcc has no
    intentions to add anything they consider non-standard, and most
    Microsoft extensions are non-standard.
    MingW does come with a patched gcc, that supports the most important
    things to be able to create valid Win32 executables but most other gcc
    versions don't.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • When I click on a website it opens a new tab or window with an advertisement

    When I click on a website, whether it be after doing a search to open a site or when I hit enter after entering a password or even just click on next to go to the next page, mozilla pops up a new tab or window with an advertisement in it. It has been doing this for several weeks now. I have tried running antivirus software and it hasn't helped.

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    Please scan with all programs because each program detects different malware.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Compiling Apache 1.3 with gcc

    Hi all,
    I have trying to set up Apache server in Soalris 10, and to compile with gcc but I am having problems.
    The first part of ./configure --prefix=... is fine, but when I type make I am getting this:
    # make
    ===> src
    ===> src/regex
    <=== src/regex
    ===> src/os/unix
    gcc -c -I../../os/unix -I../../include -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` os.c
    In file included from /usr/include/sys/wait.h:24,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/sys/procset.h:24,
    from /usr/include/sys/wait.h:25,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1096,
    from os.c:21:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `os.o'
    Current working directory /web-download/apache_1.3.33/src/os/unix
    *** Error code 1
    The following command caused the error:
    for i in regex os/unix ap main lib modules; do \
    echo "===> src/$i"; \
    case ".Solaris 2100" in \
    .OS390 | .TPF) ( cd $i && make SDP='src/' OPTIM='') || exit 1;; \
    *) ( cd $i && make SDP='src/' CC='gcc' AUX_CFLAGS=' -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`' RANLIB='ranlib' OPTIM='') || exit 1;; \
    esac; \
    echo "<=== src/$i"; \
    done
    make: Fatal error: Command failed for target `subdirs'
    Current working directory /web-download/apache_1.3.33/src
    *** Error code 1
    The following command caused the error:
    case "xi86pc-sun-solaris2.2100" in \
    x*390*) C89STEPS="0xffffffff"; export C89STEPS;; \
    esac; \
    cd ./src; make SDP=src/ all
    make: Fatal error: Command failed for target `build-std'
    Current working directory /web-download/apache_1.3.33
    *** Error code 1
    The following command caused the error:
    make -f ./Makefile root= build-std
    make: Fatal error: Command failed for target `build'
    # svcadm
    Usage: svcadm [-v] enable [-rt] {FMRI | pattern}...
    svcadm [-v] disable [-t] {FMRI | pattern}...
    svcadm [-v] restart {FMRI | pattern}...
    svcadm [-v] refresh {FMRI | pattern}...
    svcadm [-v] mark [-It] {degraded | maintenance} {FMRI | pattern}...
    svcadm [-v] clear {FMRI | pattern}...
    svcadm [-v] delegate restarter_FMRI {FMRI | pattern}...
    svcadm [-v] milestone [-d] milestone_FMRI
    # svcadm -v
    Usage: svcadm [-v] enable [-rt] {FMRI | pattern}...
    svcadm [-v] disable [-t] {FMRI | pattern}...
    svcadm [-v] restart {FMRI | pattern}...
    svcadm [-v] refresh {FMRI | pattern}...
    svcadm [-v] mark [-It] {degraded | maintenance} {FMRI | pattern}...
    svcadm [-v] clear {FMRI | pattern}...
    svcadm [-v] delegate restarter_FMRI {FMRI | pattern}...
    svcadm [-v] milestone [-d] milestone_FMRI
    # make
    ===> src
    ===> src/regex
    <=== src/regex
    ===> src/os/unix
    gcc -c -I../../os/unix -I../../include -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` os.c
    In file included from /usr/include/sys/wait.h:24,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/sys/procset.h:24,
    from /usr/include/sys/wait.h:25,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1096,
    from os.c:21:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `os.o'
    Current working directory /web-download/apache_1.3.33/src/os/unix
    *** Error code 1
    The following command caused the error:
    for i in regex os/unix ap main lib modules; do \
    echo "===> src/$i"; \
    case ".Solaris 2100" in \
    .OS390 | .TPF) ( cd $i && make SDP='src/' OPTIM='') || exit 1;; \
    *) ( cd $i && make SDP='src/' CC='gcc' AUX_CFLAGS=' -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`' RANLIB='ranlib' OPTIM='') || exit 1;; \
    esac; \
    echo "<=== src/$i"; \
    done
    make: Fatal error: Command failed for target `subdirs'
    Current working directory /web-download/apache_1.3.33/src
    *** Error code 1
    The following command caused the error:
    case "xi86pc-sun-solaris2.2100" in \
    x*390*) C89STEPS="0xffffffff"; export C89STEPS;; \
    esac; \
    cd ./src; make SDP=src/ all
    make: Fatal error: Command failed for target `build-std'
    Current working directory /web-download/apache_1.3.33
    *** Error code 1
    The following command caused the error:
    make -f ./Makefile root= build-std
    make: Fatal error: Command failed for target `build'
    And I have no idea what is the problem. Has anyone experience the same?
    I am newbie so...
    Thanks,
    Juan

    Compiling Apache 1.3 with gcc on linux or unix? If you are using unix, I would be compiling with cc and not gcc. You have gcc set to compile using regular expressions and I believe that has to be specified during SunOS install as posix compliant.

  • Opening OA page in new window with parameters

    Hi all,
    Hi need to open a new page in a new window with some parameters to be passed to that page.
    Here is the code i have written.
    But i am not sure how to pass parameter in java script string
    String userid = new Integer(pageContext.getUserId()).toString();
    OAButtonBean go = (OAButtonBean) webBean.findChildRecursive("go");
    String url1 = "javascript:openWindow(top,'OA.jsp?page=/aos/oracle/apps/per/payslip/webui/AGSBPaySlipPG&userid={@userid}, null, {width:750, height:550},false, null, null);void(0);";
    go.setDestination(url1);
    Thanks,
    Devang

    hi mani,
    I didn't got wat u meant by binding the attribute.
    I tried another way.
    I had a OAButtonBean GO
    I have 2 messagechoices one for month and another for year
    So in page A in month it shows Jan in starting (till Dec) and in year it shows 2006 as per the picklist view attribute. Also I have attached the VO and view attribute for both the messagechoices.
    Now in the setDestination of the GO button i have url of my pageB with retainAM=Y and target frame as _blank.
    So i select "Oct" from messageChoice and year as 2006 and click GO but still when it goes to pageB and when i try System.out.println(<the view object attribute value>)
    i get "Jan" instead of "Oct". Below is the code in pageB i am using to get the value of the month from VO
    MonthVOImpl monthVO = (MonthVOImpl)pslip.getMonthVO();
    //pslip is AM object
    RowSetIterator monthrowsetiterator = monthVO.findRowSetIterator("monthvo");
    if (monthrowsetiterator == null)
    monthrowsetiterator = monthVO.createRowSetIterator("monthvo");
    // monthrowsetiterator.reset(); I NEED TO COMMENT THIS OUT - RIGHT ??
    MonthVORowImpl monthrow = (MonthVORowImpl)monthrowsetiterator.next();
    String month = monthrow.getMonth().toString();
    System.out.println(month);
    So how do i resolve this issue. I thought that retaining the AM will take care of the value which i am selecting in the messagechoice in pageA.
    Any ideaz??
    Thanks,
    Devang

  • Unable to open a seperate java console window with javascript:window.open()

    Hi All,
    I am opening a new window using javascript:window.open() function by clicking an hyperlink in a html document. In this new windows I am trying to load an applet. Only for the first time a java console window is displayed in windows system tray . How can I open a different java console window each time I open a new window ? Basically I want to run each applet in its own JVM and it seems that each applet loaded in new window is using the same JVM and hence only one java console window is seen in my system tray.
    Please help ...
    Thanks & Regards,
    Ravi.

    Hi,
    We are currently facing this exact issue. Did you ever find a resolution?
    Any input would be appreciated.
    Thanks,

  • Pages always opens in a super wide window with extra columns

    I work with simple spreadsheets, often with just two or three columns, and usually with just one table that fits easily on a single page.
    In spite of this, when I open files the opened windows are much wider that they were when saved and have additional columns that were not there when last saved. I believe sometimes the columns are wider than they were when last saved.
    How can I stop this from happening?
    Thanks,
    Eric Weir

    EricWeir wrote:
    In spite of this, when I open files the opened windows ... have additional columns that were not there when last saved. I believe sometimes the columns are wider than they were when last saved.
    Hi Eric,
    Your tables are definitely not likely to be growing new columns or wider columns as they sleep unopened. I don't doubt that it looks that way to you, but we need to find something else to blame this on.
    With Numbers, it's best to eliminate all unused rows and columns before working with your data or Saving. Whatever columns or rows you don't need for data or calculations, delete them. Then Save. Otherwise, when you go to print your work, you'll get extra pages with blank cells on them. The Numbers way of doing spreadsheet work is that when you need to do a summary or add some different type of data, don't appropriate some unused cells in your main table, make a new table that fits what you are about to do. This way you don't have a patchwork of occupied and unoccupied cells in an oversize table.
    Hope this help.
    Jerry

  • Open PDF-Output in browser window with full height

    Hi,
    I must open some BIP-Reports as PDF in a browser window via URL. The problem ist, that the height of the PDF-Output is fixed, as the PDF is shown in an iframe with fixed height.
    The height can be set in the BIP preferences, but only to a fixed value (not to something like "100%"). If the height is smaller than the users browser window, then there is unused space below the pdf output. If the height is greater than the users browser window, there are two scrollbars to the right: One for the html-Page and one for the PDF.
    I tried the following options:
    1. http://<bip-server:port>/xmlpserver/public/<report-name>.xdo?_xmode=4&_xf=pdf
    -> Output is PDF, only the PDF is shown (_xmode=4), opens in same browser window but height is limited.
    2. http://<bip-server:port>/xmlpserver/public/<report-name>.xdo?_xmode=4&_xf=pdf&_xpt=1
    -> PDF is not opend in browser window, but can be downloaded or opened in a separate PDF-Viewers window.
    I would like to just open the PDF in the browser window in full height. How can I achive this?

    Hello Yesh,
    you can open PDFs as a guest user (without authentification):
    1. Allow Guest Access (Admin -> Security Configuration -> Check "Allow Guest Access" and select a folder name).
    2. Copy your Report into this guest folder
    3. You can open the Report as PDF with a link like this:
    http://(bip-server-name):9704/xmlpserver/(guest-folder-name)/(report-name)/(report-name).xdo?_xpt=0&_xf=pdf&_xmode=4(&report-parameters)
    Just replace the strings in brackets. You find a great description of the URL parameters in Tim Dexters Blog
    http://blogs.oracle.com/xmlpublisher/2006/07/accessing_xmlp_enterprise_repo.html
    I didn't find an option to set the height of the PDF-Output for the guest user in the BIP-UI. Maybe I missed something. But you can manually edit the configuration file. It is located on your BIP server direcory in the subdirectory xmlp/XMLP/Users. Select the guest users subdirectory and edit the configuration file "user~.profile".
    In this XML config file there is an entry "viewerHeight". In the Value-Tag you can enter the PDF output windows height in pixel (but unfortunaly not in % - this was the question of my original posting).
    Hope that helps...
    Sascha
    Edited by: sascha@tesat on Oct 26, 2009 9:02 AM

  • How to restrict Firefox to open word document in browser window with href

    How to restrict firefox to open word document from a website link to open in the browser window, instead it should open in native program.
    1.I have tried other website, and have clicked on similar links they are opening word document correctly in native program
    2. MS word document from one specific site is opening in browser causing junk character in place of word document.
    Could you please help on this.

    Thanks for your response...
    But As i said, I have tried with other website on the same browser, there it is opening word document in native program. Also the above mentioned options have been tried earlier.
    I have some questions related to this?
    How is this href link is behaving differently opening in browser for mozilla only. Technically, Can we make it open it native program only? If so, then how?

  • Open executable [.exe] vi at windows with specific file

    Hello!
    I would like to know how to open executable vi, made with Application
    Builder, at windows [Win 2000] if I have file with specific extension [let's
    say ].
    I have seen some article at NI Developer Zone but I cat find that now.
    regards
    Zbigniew StS

    Yes you can get the command-line args, but this only works when first launching the application. It will not work if the application is already running. For this, you need to message into the running application using some other mechanism. Most apps use DDE for this.
    Here is a utility that will allow you to get the command-line arguments using a WinAPI call:
    http://www.openg.org/tiki/tiki-index.php?page=Command Line Arguments
    Also, if you are using LabVIEW 7.0 you can get the command-line arg's using the VI Server property "App::Command Line Arguments".
    -Jim

  • Compiling a universal binary with GCC

    How would I go about building a universal binary just using gcc from the terminal? Also, how can I make it so the resulting binary can be used on other computers than my own?

    You have to add the following parameters to your compile and/or link step:
    -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -mmacosx-version-min=10.4
    This will build for 10.4 or later on Intel. If you are really sure that your code can compile with all the same settings regardless of architecture, you could add "-arch ppc" to build a universal binary. A safer alternative would be to do:
    -isysroot /Developer/SDKs/MacOSX10.3.9.sdk -arch ppc -mmacosx-version-min=10.3
    to give you a 10.3-compatible Universal Binary.
    Finally, lipo the executables together with:
    lipo -create <myapp>.ppc <myapp>.i386 -output <myapp>
    assuming, of course, that you have instructed your build scripts to append the architecture onto the end of the executable name, as in this example.
    To make sure your app can run on any machine, you could just link with static libraries. That might be difficult because most packages build dynamic libraries by default. What you can do is include your dynamic libraries with your application. MacOS X executables are actually folders with lots of files inside. Some of those files can be dynamic libraries. After you build your app, create a "Run Script" build phase to use the "installnametool" to tell the executable that its dynamic libraries are located inside its bundle. I have a more detailed write up if you want to try it.

  • Opening application then closing its window with Applescript.

    Hello there. I am trying to write a Applescript the will open the Application XQuartz (X11), but then close its xterm window as soon as it opens, so I don't have to close it manually. This script will be run at login. This is what I have so far: 
    tell application "XQuartz"
    activate
    end tell
    tell application "System Events"
              repeat while (count (process whose name is "xterm")) is 0
                        delay 0.5
              end repeat
              if (count (process whose name is "xterm")) is 1 then
                        do shell script "killall xterm"
              else
                                  return
              end if
    end tell
    which results in the error Can’t get process whose name = "xterm". Any help would be much appreciated.
    Also, I have tried;
    tell application "XQuartz"
    activate
    end tell
    tell application "System Events"
    key down {command}
    keystroke "w"
    key up {command}
    end tell
    which does not close the xterm window.

    well, the simple fix to your problem is the addition of the keyword 'every':
    count (process whose name is "xterm") --> doomed to failure
    count (every process whose name is "xterm") -- returns the number of matching processes
    There's a second problem in that I never see any process called 'xterm', so your initial loop (waiting for the app to load) is doomed to failure - or, at least, doomed to wait indefinitely.
    On my machine, the only relevant processes I see are 'X11.bin' and 'quartz-wm'. You should delve a little more deeply to identify the process in question.
    Once you have that, I suspect the command-W solution is your best bet, but that should be written like:
      keystroke "w" using {command down}
    rather than emulating (and holding) the command key.

  • Please,how do I open a DVD (recorded in windows) with a thumbs file?

    Hello
    a question please:
    a few years ago (6/7) I recorded a DVD of pictures in my old Windows
    Now on my Mac, I can not open the contents of the DVD,a Thumbs.db file
    What and how do I convert the format?
    Thanks for your help

    A .db file extension indicates it's some type of database per:
    http://filext.com/alphalist.php?extstart=%5ED
    I would say your best bet is to contact the FilemakerPro developers to see if they can import that file format. You can find information for FileMakerPro at:
    http://info.filemaker.com/GL-en-US-FMP12-LP-PPC.html?source=ppc
    They make versions for Windows & OS X, specify what you want to do and see if they can help you out. 

  • HT2090 When I open Photo Booth appears a window with this message:

    Photo Booth couldn't save your photos:
    Photo Booth encountered an error when trying to save your photos. Your photos cannot be saved at this time.
    Help please!

    I have the same issue... have searched and read many threads trying to resolve but nothing works. Only suggestion I have seen is to check folder permissions...if permissions are set to Read&Write and Photo Booth still doesn't work then what? WHY DOESN'T ANYONE HAVE A SOLUTION TO THIS????

  • Links that open a new window with javascript:void(null); do not work in 3.1

    I've been noticing that any site I go to that opens content in a new window with "javascript:void(null);" will be ignored by Safari 3.1. The links work in Firefox and used to work in Safari as well. Any suggestions?

    General rule of thumb in the Mac universe...
    When Safari is updated most if not all third party add-ons break. That's because most don't play by the rules. The developer thinks they know how to do it better than Apple so they just do it their way. So the first rule of survival is to KNOW what you have installed on your machine at all times. Use something like textedit to create a document listing all of the third party stuff you have installed and religiously update the list. Second rule is to wait a few days before applying an update. Third rule is to visit your third party developers' sites and make sure their little gadget is compatible with the new Safari update.
    Being aware of things will make life much easier for you in the long run.

Maybe you are looking for

  • Can you dual-boot arch linux with Windows 7 ?

    Here is my current dilemna; I have Windows still on my netbook for the only reason that I use it for gaming . Other than that I have Linux Mint dual-booted with it . Now my question is, can I just instruct arch to install into the already existing li

  • I have a playlist of tracks that are not in my music library

    It is my understanding that all of your music resides within your Music Library and from there you can create playlists, whether Smart Playlists or just Playlists, but your playlists do not contain anything that isn't in your main Music Library. I ha

  • Java.lang.NullPointerException when  uploading a template using XML Admin R

    Morning All, i have some issue when i try to upload my templates in Oracle Applications. I was able to upload just one of my templates becasue on some of them i get the java.lang.NullPointerException from the system. Anyone has alredy experienced som

  • External LDAP Server

    Hello. Is it possible to configure WebLogic to use external LDAP server, which in turn is "built in" in other WebLogic (at other physical machine)? And if it is possible, can I use OracleInternetDirectoryAuthenticator provider for this? (sorry for my

  • WatchESPN app stutters / speeds up

    Hi -- I'm running Apple TV connected to Time Warner provided wireless. My router clocks in a 30 mbps down ad 5 mbps up, verified through speed tests. When I watch ESPN through the Apple TV app, it is pretty finicky. I experience some of the following