How to install GCC or use Forte C++

Hello!
I want to compile the Wine (Windows Emulator) for Solaris 9 (x86). One way is that I install gcc 3.2, and the other is to use the FORTE C++ compiler provided by Sun Microsystems. Now, I have downloaded the gcc-3.2 source code from the sunfreeware.com. But I am unable to install the gcc compiler.
Please guide me (or any reference) to some easy installation methods for gcc, or else, tell me the way, I could use the Forte C++ compilers, provided by SUN. I am unable to find a way to use the Forte.

Hello!
I want to compile the Wine (Windows Emulator) for Solaris 9 (x86). One way is that I install gcc 3.2, and the other is to use the FORTE C++ compiler provided by Sun Microsystems. Now, I have downloaded the gcc-3.2 source code from the sunfreeware.com. But I am unable to install the gcc compiler.
Please guide me (or any reference) to some easy installation methods for gcc, or else, tell me the way, I could use the Forte C++ compilers, provided by SUN. I am unable to find a way to use the Forte.

Similar Messages

  • How to install windows 7 using usb as the bootcamp doesnot have the option of creating a bootable usb. please help

    I have an intel based mac with 10.6.8 mac os x. How to install windows 7 using usb as the bootcamp doesnot have the option of creating a bootable usb. please help

    Welcome to Apple Support Communities
    You can install Windows from a USB drive in one of these computers:
    - MacBook Pro with Retina display.
    - Mac mini (Mid 2010 and newer).
    - MacBook Air.
    - iMac (Late 2012).
    If you don't have any of these Macs, you can't install Windows through a USB drive. Instead, buy Windows on a DVD. Follow Apple's steps > http://support.apple.com/MANUALS/1000/MA1519/en_US/Boot_Camp_Install-Setup_10.6. pdf

  • How to install gcc compiler on mac

    how to install gcc compiler om macair( 2013) ?
        THANKS IN ADVANCE !!!

    In OS X, GCC is part of Xcode's command tools, so first, open the Mac App Store and install Xcode for free.
    Then, open Xcode, go to Xcode menu (on the menu bar) > Preferences > Downloads, and install Command Line Tools. You will get commands like gcc, make, purge...

  • How to install my webcam using my Facebook account in my imac27

    how to install my webcam using facebook in my imac 27?

    If FaceBook is your ONLY problem app, see www.facebook.com/help/
    If you're still having trouble, see http://www.facebook.com/help/198167356899976
    In addition to checking FB Help, you may need to use Apple's http://support.apple.com/kb/HT2090 to check other possibilities.  In that case, be sure to test more than one Apple camera app in more than one user account.
    Message was edited by: EZ Jim
    Mac OSX 10.8.5

  • How to install GCC 3.3 and Berkeley DB ?

    Hi to all
    I am doing a project written in C. It involves the use of BerkeleyDB database too.
    Tthe problem is that the project compiles successfully on GCC 3.3 but on GCC 4.3 its gives error due to strict checking.
    Kindly tell me how can I install GCC 3.3 on archlinux.
    Also how can I install Berkeley DB (including development package) on archlinux with all the header files and configure it.
    thanks to all of you
    regards
    visio159

    Thanks guys I am loving Archlinux, the speed and control is amazing.
    I installed GCC 3.3 and db.h was already in /usr/include/db.h
    but when I compiled the code (MAIN.c) it gave these errors in db.h ??? I don't know what to do now, db.h itself is reflecting errors..huh.
    As you can see the starting lines are directing towards db.h as having errors
    [noface@myhost PROJ]$ gcc-3.3 MAIN.c -ldb
    gcc-3.3: ldb: No such file or directory
    In file included from MAIN.c:3:
    /usr/include/db.h:1201: error: syntax error before "u_int"
    /usr/include/db.h:1206: error: syntax error before '}' token
    /usr/include/db.h:1544: error: syntax error before "u_int"
    /usr/include/db.h:1660: error: `close' redeclared as different kind of symbol
    /usr/include/unistd.h:320: error: previous declaration of `close'
    /usr/include/db.h:1702: error: `remove' redeclared as different kind of symbol
    /usr/include/stdio.h:155: error: previous declaration of `remove'
    /usr/include/db.h:1703: error: `rename' redeclared as different kind of symbol
    /usr/include/stdio.h:157: error: previous declaration of `rename'
    /usr/include/db.h:1740: error: `stat' redeclared as different kind of symbol
    /usr/include/sys/stat.h:210: error: previous declaration of `stat'
    /usr/include/db.h:1742: error: `sync' redeclared as different kind of symbol
    /usr/include/unistd.h:933: error: previous declaration of `sync'
    /usr/include/db.h:1743: error: `truncate' redeclared as different kind of symbol
    /usr/include/unistd.h:949: error: previous declaration of `truncate'
    /usr/include/db.h:1809: error: syntax error before '}' token
    /usr/include/db.h:1916: error: syntax error before "u_int"
    /usr/include/db.h:1923: error: conflicting types for `close'
    /usr/include/db.h:1660: error: previous declaration of `close'
    /usr/include/db.h:1925: error: conflicting types for `del'
    /usr/include/db.h:1664: error: previous declaration of `del'
    /usr/include/db.h:1926: error: `dup' redeclared as different kind of symbol
    /usr/include/unistd.h:490: error: previous declaration of `dup'
    /usr/include/db.h:1927: error: conflicting types for `get'
    /usr/include/db.h:1669: error: previous declaration of `get'
    /usr/include/db.h:1928: error: conflicting types for `get_priority'
    /usr/include/db.h:1687: error: previous declaration of `get_priority'
    /usr/include/db.h:1929: error: conflicting types for `pget'
    /usr/include/db.h:1700: error: previous declaration of `pget'
    /usr/include/db.h:1930: error: conflicting types for `put'
    /usr/include/db.h:1701: error: previous declaration of `put'
    /usr/include/db.h:1931: error: conflicting types for `set_priority'
    /usr/include/db.h:1734: error: previous declaration of `set_priority'
    /usr/include/db.h:1975: error: syntax error before '}' token
    /usr/include/db.h:2126: error: syntax error before "u_int"
    /usr/include/db.h:2145: error: syntax error before "mp_ncache"
    /usr/include/db.h:2211: error: syntax error before "cl_id"
    /usr/include/db.h:2267: error: syntax error before '*' token
    /usr/include/db.h:2282: error: conflicting types for `close'
    /usr/include/db.h:1923: error: previous declaration of `close'
    /usr/include/db.h:2287: error: conflicting types for `err'
    /usr/include/db.h:1665: error: previous declaration of `err'
    /usr/include/db.h:2288: error: conflicting types for `errx'
    /usr/include/db.h:1666: error: previous declaration of `errx'
    /usr/include/db.h:2291: error: conflicting types for `get_cachesize'
    /usr/include/db.h:1672: error: previous declaration of `get_cachesize'
    /usr/include/db.h:2294: error: conflicting types for `get_encrypt_flags'
    /usr/include/db.h:1674: error: previous declaration of `get_encrypt_flags'
    /usr/include/db.h:2295: error: conflicting types for `get_errfile'
    /usr/include/db.h:1676: error: previous declaration of `get_errfile'
    /usr/include/db.h:2296: error: conflicting types for `get_errpfx'
    /usr/include/db.h:1677: error: previous declaration of `get_errpfx'
    /usr/include/db.h:2297: error: conflicting types for `get_flags'
    /usr/include/db.h:1678: error: previous declaration of `get_flags'
    /usr/include/db.h:2312: error: conflicting types for `get_msgfile'
    /usr/include/db.h:1683: error: previous declaration of `get_msgfile'
    /usr/include/db.h:2313: error: conflicting types for `get_open_flags'
    /usr/include/db.h:1685: error: previous declaration of `get_open_flags'
    /usr/include/db.h:2364: error: conflicting types for `open'
    /usr/include/db.h:1698: error: previous declaration of `open'
    /usr/include/db.h:2365: error: conflicting types for `remove'
    /usr/include/db.h:1702: error: previous declaration of `remove'
    /usr/include/db.h:2387: error: syntax error before "u_int"
    /usr/include/db.h:2391: error: syntax error before "u_int"
    /usr/include/db.h:2393: error: syntax error before "u_int"
    /usr/include/db.h:2398: error: conflicting types for `set_alloc'
    /usr/include/db.h:1705: error: previous declaration of `set_alloc'
    /usr/include/db.h:2402: error: conflicting types for `set_cachesize'
    /usr/include/db.h:1713: error: previous declaration of `set_cachesize'
    /usr/include/db.h:2405: error: conflicting types for `set_encrypt'
    /usr/include/db.h:1716: error: previous declaration of `set_encrypt'
    /usr/include/db.h:2406: error: conflicting types for `set_errcall'
    /usr/include/db.h:1717: error: previous declaration of `set_errcall'
    /usr/include/db.h:2408: error: conflicting types for `set_errfile'
    /usr/include/db.h:1719: error: previous declaration of `set_errfile'
    /usr/include/db.h:2409: error: conflicting types for `set_errpfx'
    /usr/include/db.h:1720: error: previous declaration of `set_errpfx'
    /usr/include/db.h:2412: error: conflicting types for `set_feedback'
    /usr/include/db.h:1721: error: previous declaration of `set_feedback'
    /usr/include/db.h:2413: error: conflicting types for `set_flags'
    /usr/include/db.h:1722: error: previous declaration of `set_flags'
    /usr/include/db.h:2431: error: conflicting types for `set_msgcall'
    /usr/include/db.h:1730: error: previous declaration of `set_msgcall'
    /usr/include/db.h:2432: error: conflicting types for `set_msgfile'
    /usr/include/db.h:1731: error: previous declaration of `set_msgfile'
    /usr/include/db.h:2433: error: conflicting types for `set_paniccall'
    /usr/include/db.h:1733: error: previous declaration of `set_paniccall'
    /usr/include/db.h:2448: error: conflicting types for `stat_print'
    /usr/include/db.h:1741: error: previous declaration of `stat_print'
    /usr/include/db.h:2510: error: syntax error before '}' token
    /usr/include/db.h:2632: error: syntax error before "u_long"
    In file included from MAIN.c:6:
    /usr/include/fcntl.h:85: error: `open' redeclared as different kind of symbol
    /usr/include/db.h:2364: error: previous declaration of `open'
    In file included from /media/evt/PROJ/PROJ/include/makeTreeDB.h:2,
    from MAIN.c:19:
    /media/evt/PROJ/PROJ/include/berkeleyDB.h: In function `removeDB':
    /media/evt/PROJ/PROJ/include/berkeleyDB.h:36: warning: passing arg 1 of pointer to function makes pointer from integer without a cast
    /media/evt/PROJ/PROJ/include/berkeleyDB.h:36: error: too few arguments to function
    /media/evt/PROJ/PROJ/include/berkeleyDB.h:37: warning: passing arg 1 of pointer to function from incompatible pointer type
    /media/evt/PROJ/PROJ/include/berkeleyDB.h:37: error: too few arguments to function
    /media/evt/PROJ/PROJ/include/berkeleyDB.h: In function `addNodeToBerkeleyDB':
    /media/evt/PROJ/PROJ/include/berkeleyDB.h:64: error: dereferencing pointer to incomplete type
    /media/evt/PROJ/PROJ/include/berkeleyDB.h:84: error: dereferencing pointer to incomplete type
    /media/evt/PROJ/PROJ/include/berkeleyDB.h:96: error: dereferencing pointer to incomplete type
    In file included from MAIN.c:21:
    /media/evt/PROJ/PROJ/include/scanProc.h: In function `scanProc':
    /media/evt/PROJ/PROJ/include/scanProc.h:92: warning: passing arg 1 of pointer to function from incompatible pointer type
    /media/evt/PROJ/PROJ/include/scanProc.h:92: warning: passing arg 2 of pointer to function from incompatible pointer type
    /media/evt/PROJ/PROJ/include/scanProc.h:92: error: too few arguments to function
    /media/evt/PROJ/PROJ/include/scanProc.h: In function `showSummary':
    /media/evt/PROJ/PROJ/include/scanProc.h:235: warning: passing arg 1 of pointer to function from incompatible pointer type
    /media/evt/PROJ/PROJ/include/scanProc.h:235: warning: passing arg 2 of pointer to function from incompatible pointer type
    /media/evt/PROJ/PROJ/include/scanProc.h:235: error: too few arguments to function
    In file included from MAIN.c:22:
    /media/evt/PROJ/PROJ/include/bigProcessing.h: In function `bigProcessing':
    /media/evt/PROJ/PROJ/include/bigProcessing.h:58: error: dereferencing pointer to incomplete type
    /media/evt/PROJ/PROJ/include/bigProcessing.h:95: error: dereferencing pointer to incomplete type
    /media/evt/PROJ/PROJ/include/bigProcessing.h: In function `scanFS_DB':
    /media/evt/PROJ/PROJ/include/bigProcessing.h:158: error: dereferencing pointer to incomplete type
    /media/evt/PROJ/PROJ/include/bigProcessing.h:178: error: dereferencing pointer to incomplete type
    /media/evt/PROJ/PROJ/include/bigProcessing.h:206: error: dereferencing pointer to incomplete type
    /media/evt/PROJ/PROJ/include/bigProcessing.h:211: error: dereferencing pointer to incomplete type
    /media/evt/PROJ/PROJ/include/bigProcessing.h:219: error: dereferencing pointer to incomplete type
    /media/evt/PROJ/PROJ/include/bigProcessing.h:224: error: dereferencing pointer to incomplete type

  • How to install GCC and DKMS on Oracle Linux?

    Hello,
    I am a newbie to Oracle Linux. I installed Oracle Linux on a virtual machine using Oracle VirtualBox. Now I need to install the packages DKMS and GCC in order to share drives between the host and the ghost.
    Here is what is happening:
    # yum install dkms
    Setting up Install Process
    Setting up repositories
    No Repositories Available to Set Up
    Reading repository metadata in from local files
    Parsing paskage install arguments
    No Match for afgument: dkms
    Nothing to do
    Please, advice what to do.
    Thanks in advance.

    Here is what you need to install under Oracle Linux or Red Hat Enterprise Linux to install the VirtualBox Guest Additions:
    <pre>yum -y install gcc kernel-uek-devel-$(uname -r)</pre>
    The packages are available from the Oracle public yum repository as already mentioned, or on the installation DVD in the server directory.

  • How to install new fonts using code in java?

    Hi,
    How to install font in a system using java, provided i know the font file's address. Is there any specific class/method available for this purpose? Copying the file to windows/font directory will work for windows, but I think it wont be generic to all operating system. So is there anyway to install a font using code?
    I also want to know how to make the font available only until my application window is open, It must be available to all other external applications like photoshop, word etc., When I close my window it must un-install automatically or be made not available to other applications. Any suggestions? Please do help! Thanks in advance...

    I have already tried the above, But the font created using input stream is available only to my application* and is not viewable in photoshop.*. I realize this. Like I said, I know of no method that will register/deregister the font with the system. You'll have to create your own method that takes the operating system into account.
    String os = System.getPropery("os.name");
    if(os.equals("Windows Vista")) {
    }else if(os.equals("Windows XP")) {
    }else if(os.equals("Windows NT")) {
    }else if(os.equals("Solaris")) {
    AIX
    Digital Unix
    FreeBSD
    HP UX
    Irix
    Linux
    Mac OS
    Mac OS X
    MPE/iX
    Netware 4.11
    OS/2
    Solaris
    Windows 2000
    Windows 95
    Windows 98
    Windows NT
    Windows Vista
    Windows XPYou'll need the standard font directory for each system. I think all the window ones are C:\Windows\Font\ . Each OS probably has its own little quark (like having several font directories or throwing different security exceptions). Undoubtly it's going to require some research and a bit of trial and error. You can probably work some magic with Runtime.exec(...) as well.
    The alternative would be to google for some libraries that offer similar functionality, or promt the user for the system's font directory and save the location of the directory in a file somewhere for future use (so the user dosen't have to specify the font directory everytime he/she starts up the application).

  • Self-Registration in OIM 10g: how to install, customize and use of  SPML

    Hello. Can someone point me to any documentation (Oracle or other) on self-registration in OIM 10g. Like doc on how to install it and customize it. Also a doc on how to set up self-registration on a separate server and talk to OIM server using SPML.

    Refer doc below:
    http://download.oracle.com/docs/cd/E14049_01/doc.9101/e14044.pdf
    regards,
    GP

  • HOW TO INSTALL GCC 3.4.6 IN A SOLARIS10 SERVER

    I am trying to install gcc-3.4.6 into a Solaris 10 Server,
    I always get a problem :
    after doing:
    mkdir objdir
    cd objdir
    ../configure with-as=/usr/ccs/bin/as with-ld=/usr/ccs/bin/ld
    *** The command 'cc -o conftest -g conftest.c' failed.
    *** You must set the enviroment variable CC to a working compiler.
    �what can I do and how?
    thanks

    I am trying to install gcc-3.4.6 into a Solaris 10 Server,
    I always get a problem :
    after doing:
    mkdir objdir
    cd objdir
    ../configure with-as=/usr/ccs/bin/as with-ld=/usr/ccs/bin/ld
    *** The command 'cc -o conftest -g conftest.c' failed.
    *** You must set the enviroment variable CC to a working compiler.
    �what can I do and how?
    thanks

  • How to install apps/games using PC in Lumia 920

    If we get hold of xap file, how to install it to Lumia 920?

    You cant .sorry.
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • How to install ios 5 using windows 7 ultimate?

    how to install ios 5 on my iphone 4 useing windows 7 ultimate?

    I don't understand what you're asking. iOS 5.1 is the latest version of iOS that exists. If you have iOS 5.1 on your iPhone now and are trying to go back to an earlier version of iOS, that's not supported.
    If that's not what you mean, then you need to explain more clearly what it is you are trying to accomplish.
    Regards.

  • *Really confused* on how to install Vista 64 using BC

    OK, so I'm now proud owner of a "Harpertown" model Mac Pro Quad Core 2.8, and I want to install Windows Vista Ultimate x64 on it. I have read that you can definitiely install this Windows OS on this model of Mac.
    I have three components here – I've installed and upgraded to 10.5.3, and I have a copy of Boot Camp Assistant 2.0 in my Utilities folder. I just picked up a Vista Ultimate x64 full install disc (don't have the x32 disc). And now I'm downloading Boot Camp Update 2.1 for Windows Vista 64.
    The thing is, I remember reading that I needed the 2.1 update to have the right drivers to install x64. But the 2.1 update is an exe file, meaning I need to have Windows installed already to use it.
    Now I'm really confused – can somebody explain to me (or point me to a web page that does this) how to install an x64 version of Vista using Boot Camp? Do I need anything else other than BC Assistant 2.0, BC Update 2.1 for Windows Vista 64, and the Vista x64 full-install disc?
    Thanks in advance,
    Peter
    Message was edited by: pgwerner

    Hey, it worked!
    I was worried that the installation wouldn't work unless I had the correct drivers in place before I even started, but I guess that wasn't the case.
    For anybody who runs across this message in a future search, I recommend the the Boot Camp Installation pdf, which cleared up a lot of confusion for me:
    http://manuals.info.apple.com/en/BootCampInstall-Setup.pdf
    What I hadn't realized is that what's on the Mac side is Boot Camp Assistant and that Boot Camp proper is a Windows program. The Boot Camp 2.1 Update would be run after installing Boot Camp from the Leopard CD ("Step 3" in the above manual).
    I really like Vista, BTW – its the first Windows OS where I actually like the look and feel of it ("look" and "feel" being one reason I generally stick with Mac OS), so thanks to Hatter for recommending it. Still sticking with Mac OS as my mainstay, but its really nice to have both.

  • How do install printer IP1600 using Windows 7?

    Please, could anyone inform how to install a printer IP1600 when using Windows 7?
    Thanks in advance.
    Carlos

    I don't understand what you're asking. iOS 5.1 is the latest version of iOS that exists. If you have iOS 5.1 on your iPhone now and are trying to go back to an earlier version of iOS, that's not supported.
    If that's not what you mean, then you need to explain more clearly what it is you are trying to accomplish.
    Regards.

  • How to install Muti_node R12 using VMWARE

    Hi,
    Any one have experience on R12 with Linux installing multi node using vmware ,Please let me know, i know single node installation on VMWARE WORK STATION,
    Thanks

    I got this multi node installation procedure from blog,
    http://skrajend.blogspot.com/2007_06_01_archive.html
    R12 MultiNode Installation with VMWare
    Have only one node , don't worry still you can have enjoy R12 MultiNode Installation with VMWare.
    I will share my experience here with all on how to setup R12 in a single node first and then add another Middle Tier.
    Setup Requirement : Node with atleast 1 GB of Ram and 80GB of HardDisk , OS Dump , R12 Dump and VMWare Software
    Download a Copy of VMWare WorkStation from http://www.vmware.com/download/ws/ for Linux
    You will need an evaluation key
    http://www.vmware.com/vmwarestore/newstore/wkst_eval_login.jsp , make sure you have the key before you start the Installation.
    I downloaded an Image of Redhat Linux RHEL4-U4-i386-ES
    Linux Node Setup Information:
    1. Install OS Image on to the Box
    2. Name the host , say r12lab01.r12.com and assign a static IP
    3. Make sure you have all the latest RPM's in place. For more info refer R12 OS Pre-requisite Notes.
    4. Open a VNC Server as Root
    5. Download the VMWare RPM Package "VMware-workstation-5.5.3-34685.i386.rpm"
    6. Install the RPM Package
    7. Configure VMWare using "http://www.vmware.com/support/ws5/doc/ws_install_linux.html"
    8. Start VMware Workstation ( /usr/bin/vmware )
    9. Enter your serial number.
    10. Create a virtual machine using the New Virtual Machine Wizard.
    ( ref : http://www.vmware.com/support/ws5/doc/newguest_ws.html )
    11. Install a guest operating system in the new virtual machine.
    You need the installation media CD-ROM for your guest operating system
    12. Name the New Virtual Host as r12lab02.r12.com and assign a static IP
    13. Make sure that you can communicate between first and the second node.
    I am struck up here, can you explain me how to do this,
    14. Power Off the Node and Start Fresh , make sure you have no OS Issues.
    15. Keep the VNC Session Active. ( If you loose it , your will not have the new node )
    R12 Setup Information:
    1. Download Dump of R12 from http://edelivery.oracle.com
    2. Stage them on the Hard Disk( I did not include the space requirement of the Dump above)
    3. Run a Single Node Installation
    4. Make sure that the Installation Completed Normal and all the Service are Up and Running.
    5. Perform a Complete Health Check.
    Adding a Node to the Existing Setup:
    1. Power on the Second Node
    2. Mount the R12 Mount Points on the Second Node.
    i tried in VMware environment, but i am not able to mount the mount points,
    3. cd /home1/aptest/test/apps/apps_st/comn/clone/bin/
    4. perl adclonectx.pl addnode contextfile=TEST_r12lab01.xml
    Target hostname (virtual or normal) [r12lab02]:
    5. Make sure that the above process generate the Secondary Node's Context File
    6. Make the Service Enabled that you want to run on the Second Node.
    Initially have web service configured and later modify according to your need.
    7. Move into AD_TOP/bin and run adconfig.sh , context_file=TEST_r12lab01.xml
    8. Make sure that Autoconfig Complete's Normal.
    9. Source the Environment File
    10. Start the Service on the Seconday Node
    11. Navigate to OAM and verify that you have the Second Node.
    Edited by: HumanDBA on Apr 27, 2009 7:51 AM

  • How to install Mini SAP using Oralce 10g Express Edition!

    Hi Guys,
    I am fresher in SAP and I want to install Mini SAP on my home desk-top for practicing ABAP, I will be grateful if anybody send`s me links for step-by-step installation guide and another question is, it is to install Mini SAP using Oracle 10g Express Edition?
    Early response would be highly appreciated
    Thanks in advance,
    Reetesh
    Edited by: Reetesh Tiwary on Jan 31, 2008 8:59 AM

    Dear Andreas,
    Thanks for your response!
    SAPDB is in-built or I will have to install it seperately, If I will have to install it seperately from where I will get either of these maxdb or sapdb?
    Thanks,
    Reetesh

Maybe you are looking for

  • Monitor compatibility with mac laptop

    I am using a Mac Pro laptop with an HP 2511x external monitor. There seems to be some incompatability with these devices. When the Mac awakes from sleep mode, the HP monitor will only respond to turn on perhaps 20% of the time to recognize the comput

  • Problem while installing account enrollment template

         Hello,      I've benn facing a serious problem for a week while installing account enrollment template.      System Environment is like this:           -     Windows Server 2003 Enterprise Edition           -     Microsoft SQL Server 2005 SP2   

  • What is the current best possible Qosmio I can buy?

    Hi, only just joined the forum, i run a large pc/laptop/gps reail repair outlet in es***, uk, I'm (for my sins) a microsoft ex employee and left 13 yrs ago to go it alone. I have become something of a Qosmio Addict, now owning 8, my latest aquisition

  • Purchased apps wont open

    I have down loaded two purchased applications for book down loads. The little icon for each is there but when I click on it it just takes me back to purchase it again. I cannot open either of these apps.

  • Parameter field in WD screen

    Hello All, how to create a parameter field (as if it were in abap selection screen ) i am using the wd component WDR_SELECT_OPTIONS in my component. i want to display a parameter field with the description taken from DDIC. iam trying to use the metho