Does Sun Studio C++ support Dirext9 SDK?

Hi, Im doing a school project developing a 2D game using DirectX 9. I knew that Sun Studio C++ is free to use. But I not sure whether it can support DirectX9 SDK. Hopefully, some of you have the answer and reply it back to me. I wll greatly appreciate it. Thx.

Alright, thx so much...maybe i will just stick to Visual Studio 2003..

Similar Messages

  • Why does Sun Studio need NetBeans?

    Hi!
    Why does Sun Studio need a NetBeans installation for running successfully? If I am not too wrong, I believe Sun Studio has the same relation to the NetBeans project as Star Office has to OpenOffice.org?
    Now, coming to the solution. I am using Sun Studio 12 on Solaris:
    amit@opensolaris:~$ sunstudio --netbeanshome /export/home/amit/netbeans-6.5beta/bin/
    Validating NetBeans IDE at: "/export/home/amit/netbeans-6.5beta/bin/"
    Sun Studio is unable to find a supported version of the NetBeans IDE at the specified location.
    Sun Studio requires a NetBeans IDE version 5.5.1 with NetBeans C/C++ Development Pack version 5.5.1
    installed. Sun Studio looks for a valid NetBeans IDE installation in the following order:
    1) Location specified with --netbeanshome command line option
    2) At /opt/netbeans-5.5.1 location, if exists
    3) At /opt/SUNWspro/../netbeans-5.5.1 location, if exists
    4) At /opt/SUNWspro/../../netbeans-5.5.1 location, if exists
    Please run the System Preparation Tool (prepare_system), if available, to set up your environment.
    As is apparent, I have a NetBeans 6.5 Beta build.
    What is the solution?
    Thanks,
    Amit

    The realtionship from SunStudio to NetBEans is more than a line from A to B.
    Ideally SunStudio releases would track NetBeans releases.
    However, NetBeans evolves at a rather fast pace. At the same time SunStudio
    also contains compilers which have their own products to coordinate with ...
    OS releases, new SPARC chips and Sun system releases.
    These releases never coincide so SunStudio tends to lag in it's dependencies
    on NetBeans and as a result ships with it's own copy.
    We used to actually build our own, sometimes tweaked, NetBeans for SunStudio.
    Weve made some progress in that we just pick released NetBeans bits and re-ship them.
    We're working on the ability for SunStudio to use NetBeanses which are already
    installed.
    To make older SunStudios use newer NetBeans is a tougher proposition but
    we're dedicating grey cells to that matter as well.
    If you really want a NB 6.5 based SunStudio wait a bit. We'll be releasing
    SunStudio SX based on NB 6.5 shortly.

  • Sun Studio 12 support for Solaris 10 3/05

    The Sun Studio 12 http://developers.sun.com/sunstudio/features/sysreq.jsp page mentions Solaris 9 and 10 1/06 are supported. Will Sun Studio 12 support Solaris 10 3/05 in the future?
    Why is Solaris 10 3/05 not supported or at least a patch provided to allow Sun Studio 12 to support 3.05?

    I have done a poor job of explaining. The Sun Studio 12 Release Notes do specify Solaris 10 1/06. Read them. Why would Sun specify that release unless Solaris 10 3/05 was not supported? See http://developers.sun.com/sunstudio/support/support_matrix.jsp and http://developers.sun.com/sunstudio/documentation/ss12/release_notes.html#SystemReqs
    Sun has gone to the trouble to list Solaris OS 9 and 10 1/06. It is not a matter of applying patches to become 10 1/06 from 3/05. It requires an upgrade.

  • Does SUN CLUSTER WARE support ASM?

    Does SUN CLUSTER WARE support ASM?
    Where can I find the answer ? Thanks.

    I am not an expert but here it goes. Sun Cluster is used for clustering machines processes but NOT really used for clustering disks. This has to be done through third party software like Veritas. BUT why Sun Cluster the machines when you can cluster via Oracle CRS? CRS then uses ASM for clustered disks. Bingo you save money on Sun Cluster Software and Veritas software.
    One day Oracle will rule the world!

  • Sun Studio 12 support DOS text (e.g. CR\LF) for line continuation ?

    I moved up to Sun Studio 12 hoping that I could solve a age old problem that allows me to share my code via NFS across multiple systems. AIX and GCC Linux precompilers and compilers have not problem with a code like this:
    #ifndef FSIBITON^M
    #define FSIBITON(x) \^M
    (long)( \^M
    ( ~(unsigned long)0 >> x ) & \^M
    ( ~(unsigned long)0 << ((sizeof(long)*8) - (x+1)) ) \^M
    )^M
    #endif^M
    (where ^M is the CR character)
    but for Solaris with the Sun Solaris compilers I have always had to copy the tree and convert to UNIX text.
    The line continuations are there for z/OS MVS record length limits to avoid having to modify default systems to build on that platform.
    Error:
    "/release/rel122/rps100/fsilib/unix/../h/fsi.h", line 118: token not allowed in directive: \
    Is there some undocumented flag/option I can use to get past this error? I hope so. Otherwise have to go back to coping lots and lots of code around, converting to Unix text as I do it, preserve the date based on the original file and then copy the binaries back to staging afterwards. On AIX and Linux and Windows they can all build in parallel from the SCM export.

    Sorry, I don't know of a way around this exact issue.
    Studio compilers will ignore the CR in a CR/LF sequence, but the C compiler does not accept what looks like an escaped CR. (The C++ compiler does accept what was intended as an escaped newline sequence.)
    Is the CR actually necessary? I thought that on systems using CR/LF as the default newline would accept LF as a newline as well in source code.
    If you have a Studio support contract with Oracle, you can file a request for enhancement (RFE) on the C compiler via your support channel to address your problem.
    Edited by: Steve_Clamage on Jul 30, 2012 9:18 AM

  • Does Sun Messaging Server support Microsoft Active Directory

    Hello,
    I just got this qustion. Does Sun Messaging Server work with Microsoft Active Directory?
    Thanks.

    Please post in the messaging server forum: [http://forums.sun.com/forum.jspa?forumID=708|http://forums.sun.com/forum.jspa?forumID=708]

  • Does Visual Studio Online support filtering Product Backlog/Sprint Views and Kanban by Area?

    There seems to be guidance out there now that suggests using one Master Team Project (with Areas and Iterations for partitioning) for everything rather than a Team Project per Application/Solution as the 'out of the box' product sort of steers you towards.
    If this guidance is valid, and I've heard that Microsoft use this approach internal, then is it possible to follow this guidance when using Visual Studio Online?
    I ask because it appears that in order to follow the 'Master Team Project' approach you need to be able to filter various elements of the TFS UI by Area and Iteration in order to allow a discrete view of just the material relating to one 'logical' application,
    team, etc.
    Whilst I see how on-premise TFS can do some of this, I can't see any obvious way to do this with Visual Studio Online - and I'm new to that particular product so accept I may have missed something.
    So my question is, can you follow the 'Master Team Project' approach if using Visual Studio Online and if so could someone steer me in the right direction please?
    Thanks

    Hi  RedDwarf62,
    Visual Studio Online(formerly Team Foundation Service) is a cloud-based service. When work with it, you can take it as TFS but no infrastructure to manage. You can follow the guide to work with Visual Studio Online.
    To have mulpitle Applications/Solutions in one team project or use a team project for each application depends on you and the relationship between solutions/projects. If the solutons/applications has refences each other, it would be better to include
    them in the same team project. 
    Working within a single Team Project also has its benefits. You can check this blog for more informaiton:
    http://nakedalm.com/working-within-a-single-team-project-with-team-foundation-server-2012/
    Best regards,  
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Does DVD Studio pro support 1080p for HD-DVD?

    I can't find this option in the track and menu settings options.

    Eric Pautsch1 wrote:
    The spec does support 1080p but Compressor doesn't encode this.
    Actually, Compressor does encode 1080p - so long as you limit the definition of 1080p to 23.98 fps.
    The 'issue' that Marc is bumping into is the same one that so many of us were first stumped by when we began creating 24p SD DVDs: DVDSP uses the pulldown-rate as the frame rate (so 23.98 Compressor encodes are seen as 29.97 Non-drop Frame) and Tracks must be 29.97 fps to ensure playback because HD-DVD (and Blu-ray) is limited to 1080i over Component video connections.
    Also, and I know this seems silly to some, but HD-DVD and Blu-ray players can still be connected to old-school non-HD TVs via Component, S-Video and Composite connections, so 29.97 playback must be assured.
    Hope that helps.

  • Does Sun ONE still support AIX?

    Why couldn't I download iplanet 6.0 for AIX anymore? I only saw Linux, Solaris, HP-UX, and NT version from ProductTracker.

    AIX is not currently supported.

  • Does Sun Storage A1000 support SCSI3, Can I install RAC on it?

    Sun 280R Server, 2 node.
    Storage A1000.
    OS: 9
    Cluster: Veritas DBAC for Oracle RAC
    Install Oracle 9201 RAC.

    I have not worked directly with that specific hardware but I guess you can find the answer in the matrix certification:
    Certify - Oracle's Certification Matrices
    Welcome to Certify. This application provides product certification information for Oracle and non-Oracle products. Furthermore, Certify identifies patch and workaround information for problems that were discovered after a product's release.
    To best view the matrices, it is recommended that you maximize your browser window.
    View Certifications by Product
    View Certifications by Platform
    View Product Availablility
    http://metalink.oracle.com/metalink/certify/certify.istore_welcome
    Joel Pérez
    http://otn.oracle.com/experts

  • Does Sun Storage A1000 support SCSI3, Can install RAC on it?

    Sun 280R Server, 2 node.
    Storage A1000.
    OS: 9
    Cluster: Veritas DBAC for Oracle RAC
    Install Oracle 9201 RAC.

    I have not worked directly with that specific hardware but I guess you can find the answer in the matrix certification:
    Certify - Oracle's Certification Matrices
    Welcome to Certify. This application provides product certification information for Oracle and non-Oracle products. Furthermore, Certify identifies patch and workaround information for problems that were discovered after a product's release.
    To best view the matrices, it is recommended that you maximize your browser window.
    View Certifications by Product
    View Certifications by Platform
    View Product Availablility
    http://metalink.oracle.com/metalink/certify/certify.istore_welcome
    Joel Pérez
    http://otn.oracle.com/experts

  • Does Sun ethernet driver support .1q vlans? Q-in-Q?

    I'm pretty sure .1q is supported, but I just want to make sure.
    What about Q-in-Q encapsulation?
    Thanks,
    Joe

    There is not one single ethernet driver. Some drivers support .1q, some do not. What hardware do you have?
    I don't know that Q-in-Q is supported.
    Darren

  • No Sun Studio 12 warning message for bitfield sizes?

    Hi,
    Does Sun Studio 12 support GCC bitfield sizes?
    The FAQ for version 11 (http://www.genunix.org/wiki/index.php/Sun_and_GCC_Compiler_Portability) specifially says Sun Studio does not support it. But I do not get any warning message, with any version I have tested (10 & 12). Am I missing some compiler flag or is the C compiler just silently ignoring those?
    Thanks!

    ok I have just found that the -Xc option gives me the following warning:
    warning: nonportable bit-field type
    Does that mean that the compiler is understanding this, but just warning me that this is not portable across different platforms? This would be acceptable in my case...
    Thanks!

  • Help needed with evaluating Sun Studio Creator

    I am evaluating Sun Studio Creator as a platform for developing JSF applications. I really like its WYSIWYG editor, but strugging with how I would fit it in my environment. I currently use a Maven generated EJB layer running on JBoss.
    1) Ideally I would like to package my EJBs and WAR into one EAR and deploy it on JBoss. Is this possible through the IDE? I would still like to keep my Maven scripts for building the EJB layer (basically I like Maven lot more than Ant and I am not willing to give up its functionality). How would I go about doing EJB development using Maven in parallel with front-end development using JSC?
    2) Does Sun Studio Creator somehow lock me into its framework? I see that the code it generates uses custom tags such as the Web UI tags. I have not seen any good documentation justifying why I should be using these custom tag libraries and framework - giving up my freedom to experiment with other approaches. For that matter, I was not able to find a "user guide" on the tag libraries at all - only the javadocs, which are more like reference material. Can someone point me in the right direction?
    3) If I wanted to use just the standard components specified in the JSF specification, which tool bars should I limit myself to? The "Standard" toolbar? Also does it mean that I will need to manually rip out the auto-generated elements such as Web UI tags, framework specific backing beans etc. Would a "seasoned" JSC user even think of using the tool in this way?
    I would really appreciate any guidance you can give me on this topic.
    Thanks.

    Before I forget, I want to pass on the following feedback from my evaluation. Hopefully some of these items can be addressed in the upcoming release. Please note that I am not a JSC power user, so some of the impressions were made during a very limited evaluation period.
    1) It seems that JSC was designed to allow only the use of its framework/components such as the Web UI components etc. It seems pretty hard NOT to use the JSC framework/components and introduce other frameworks such as Tiles. I would prefer if JSC took a more flexible approach of also supporting other ways in which people may want to develop JSF applications.
    2) Support for a robust page templating mechanism. I really don't know how to create large complex web sites without introducing something like Tiles.
    3) Native support for Maven. I am sure people know the goodness of Maven and I should not have to list its advantages. It would be really nice if I can just point to a Maven pom.xml file and build my project, instead of messing around with Ant scripts. This would also mean supporting nested Maven projects.
    4) Full support for packaging and deploying ear files. This means the ability to support EJB projects living side-by-side with Web projects.
    5) It was not clear from the tutorials whether the databound controls work only with databases or can I bind them to in-memory objects. It would be good to allow binding to data transfer objects received from the middle-tier rather that going directly at the database.

  • General and specific questions on the applicability of Sun Studio 11

    Hi. In an e-mail letter from Sun Microsystems I read about Sun Studio 11 to "utilize its record-setting parallelizing compilers." From this message I was attracted by the possibility of adding something like parallel processing, not by changing the processor (hardware), but by adding Sun-Studio-11 software to a Linux operating system. Now I already have a Fortran compiler, the Intel Fortran Compiler for Linux, which is free and can handle Cray-style pointers, a feature hard to find in a free Fortran compiler.
    1a. So for the most basic of questions, without having parallel-processing hardware, just an ordinary processor [a 1-GigaHertz (GHz) Advanced MicroDevices Duron central processing unit, in my case], is it possible to have parallel processing and thereby increase one's computing speed by installing Sun Studio 11 in a Linux operating system?
    1b. If so, by what factor could one expect the speed of computation to increase over not having Sun Studio 11 installed? (If the gain in speed is dependent on the type of computations being performed, I imagine possibly using a Fortran code to perform numerical calculations using and perhaps searching for minima or maxima in a two-or-more-dimensional surface. So please give me an idea of the sort of gain in speed one could expect for these two types of activites, calculations using formulas and searches for minima and maxima among already-computed quantities.)
    1c. Again if so, how could one just by adding software have parallel processing without two or more hardware processors? In other words, what is the basic working principle of the software to make the simultaneous performance of multiple tasks (multitasking or parallel processing) possible?
    2a. Does Sun Studio 11 include a Fortan compiler?
    2b. If so, must one use it to have parallel processing with Sun Studio 11?
    2c. Or will the Intel Fortran Compiler for Linux work with Sun Studio 11 to have a parallel processing capability?
    Concerning hardware requirements I read that Sun Studio 11 requires a minimum of 512 MegaBytes (MB) of memory, presumably Random Access Memory (RAM). My Hewlett-Packard, ZE1110, Pavilion, notebook computer has 256 MB of RAM, but is expandable to a maximum of 512 MB of RAM. So in this respect it is in principle at least technically possible for me to meet the minimum system requirement for Sun Studio 11 with my computer, if I choose to increase its RAM. Somehow accommodating the cost of such a RAM addition, including whether one may have to buy two, matching, 256-MB RAM modules or just presumably one additional 256-RAM module, is another requirement. But before spending money for such an upgrade, one should first thoroughly investigate other matters to determine if other things are going to work and to determine what gain, if any, one could expect in computing speed with Sun Studio 11 and an additional 256 MB of RAM; then decide, based on such data, whether the purchase is personally worth the money or not. That's one motivation behind this posting; another motivation is for me to learn some things.
    Lastly I would like to here thank whoever was thoughtful enough to provide the Sun Download Manager (SDM) 2.0, which allows the pausing and resumption of the 207-MB download studio11-lin-x86.tar.bz2 for the Linux version of the Sun Studio 11! Using a slow, dialup, Internet connection like mine having a maximum speed of 28.8 kilobits/second, this makes it possible to download that file over a number of Internet sessions instead of having to have an uninterrupted, 19-or-more-hour Internet session. Besides the invconvenience of tying up one's telephone line for that long a time, it might be even be difficult to have such an uninterrupted Internet session for that long a time. I have at least started such a download using the SDM 2.0 potentially over multiple Internet sessions. Whether or not I carry it out to completion could depend on whether everything looks good with Sun Studio 11 for my particular situation. Thanks in advance for your help.

    Thanks for both of your postings here. I'm mostly trying to learn something here.
    From Maxim Kartashev: "For example, if one thread (or process, or lwp) frequently performs an I/O operation, then the other thread (process, lwp) can utilize processor resources to perform, say, some computations while first one waits for operation to complete."
    I think I might understand what you meant above. I guess lwp in the above context stands for light-weight process. And I think you may be talking about a potential gain in speed with just one, ordinary processor. I guess you meant that one program, or perhaps group of programs, could perform input/output processes at the same time it is performing calculations because different parts of the processor are being used in these two groups of processes. Then on "while first one waits for operation to complete" I guess you meant that if the input/output operations finish before the computations finish, then thread 1 that was performing the input/output operations will have to wait until the current computations ordered by thread 2 are complete before thread 1 can utilize the computational resources for its own computations; i.e., two threads can't use the same computational resources of an ordinary processor at the same time. How is my thinking so far, Maxim, right, partly right, or all wrong?
    Now if the above thinking of mine is right, then it appears that one could have some gain in speed doing things like you suggest with just one, ordinary processor. And if so, I imagine that the gain could be a maximum of a factor of two for a program that requires spending as much time in input and output as it does in computation; i.e., keeping both the computational and input/output resources working all of the time without the input/output resources waiting on the computational resources or vice versa. How is my thinking here?
    If the above thinking is correct, just for purposes of discussion with just one, ordinary processor, not a dual processor, and a program which does nothing but computations there would be no gain in speed using Sun Studio 11 and a Fortran compiler over not using Sun Studio 11. In other words, to increase the speed of computation one would have to buy a faster computer, buy parallel processing hardware for an existing computer and use parallel-processing software, or somehow figure out how to harness two or more computers to work for you at the same time with instructions from one piece or perhaps set of pieces of code set up for parallel processing using two or more different computers. The latter case would be a computer analogue or "two 'heads' are better than one," not human heads, but computers. How is my thinking here?
    Here I am still assuming that it is possible for one processor to be used to do two different kinds things at once. However, I don't see how one Fortran program could instruct two things to be done at once. This is because I have not seriously studied parallel processing, I suppose. That is I am used to a sequential set of instructions that proceed from top to botton down the lines of code; i.e., one instruction or line of code can't be executed until the line of code before it has been completely executed. That is the computing "world" with which I am familiar. So how about someone here teaching me with an example of parallel-processing Fortran code how parallel processing works, explaining what instruction or group of instructions tells the computer to execute input and computational instructions at the same time?
    Based on the encouraging information from one or more other people I have been able to use the Intel Fortran for Linux 8.1.024, if I remember correctly, in a computer with a 1-GigaHertz (GHz), Advanced MicroDevices (A.M.D.), Duron Processor. So this is at least one case where it is not essential to have an Intel processor to use the Intel Fortran Compiler for Linux 8.1.024.
    Is the Sun Fortran compiler free for personal use? And can it handle Cray-style pointers?

Maybe you are looking for

  • Is it possible to change selection screen of logical database structure?

    I have to create a z report for a standard transaction FBL01N which is extracting data according to the vendor account number(LIFNR) at the selection screen. Now as per the requirement the system should extract details according to 'vendor name' keep

  • How to unload an SWF

    Hi All, I have a problem working with SWFLaoder, I have loaded one SWF(child) file inside another SWF(Parent) using an SWFLoader.Now I have a "Back" button in second SWF(Child) on click of that button i have to unload the current SWF(child) and and m

  • Display issues on iPad

    A coworker and I have been using iBooks Author to make nice sales aids for our reps for a couple years.  These iBooks are very heavy with graphics/photos, widgets and tables.  One frustration we've had is when viewing the output on the iPad (an old i

  • Converting from PDF

    I have tried to convert several documents from PDF to word docs.  One of them converted the entire, multipage, document into gibberis.  The other times have come up with an error message.  Is this a common occurance?

  • Back to my Mac disabled, but it is not off

    I have "Back to my Mac" disabled on all of my computers, but I can still login and access files using "Back to my Mac". It's a bit puzzling. I've checked to see if there is some rogue keychain item which is allowing me to connect using my iCloud cred