How to run a c++ compiler on a 64 bit Windows 8.1 laptop?

Respected sir,
I am a student of 11th standard and learn computer science( C++ language).
I bought  a 64 bit Windows 8.1 laptop for programming purpose. But I came to know that I can't use my laptop for this purpose as most of the C compilers (in my knowledge, like turbo C etc.) being of  16 bit are not supported by 64 bit systems.
"THIS IS THE BIGGEST PROBLEM AND CONCERN FOR ME BECAUSE I DON'T HAVE A GOOD ECONOMIC CONDITION AND SO I DON'T HAVE MUCH MONEY TO BUY NEW LAPTOP AGAIN AND ON THE OTHER HAND I LIKE PROGRAMMING SO I CAN'T LIVE WITHOUT IT."
I have very little resources and in addition to this such problems make me feel what I can't tell you !
I searched a lot on the web about it but couldn't find any solution.
However, on your website I found a software- "VISUAL STUDIO 2013" free for students to program in any (given) language and for any (given) platform.
I downloaded it's setup (vs_community) on my laptop but this is a very large file so I need to know something before installing it on my PC.
I have some questions about it-
1) Will it be supported by my laptop?
2) Can I use this software to learn C++ ? If yes, then will it work in the same way as Borland C++ compiler as in schools?
3) Is it completely free or just a free trial version?
So PLEASE, PLEASE help me regarding this.
Your help is very very essential for me.
With regards-
SHUBHAM PRAKASH
(Bihar, India)
-admin edited-

soner wrote:
I think you mean db_java cause this is the project which is building the missing DLL libdb_java46.dll
cause dbxml_java is building libdbxml_java24.dll. I thought the latter would have a dependency on the former and hence build both. So I recommended to build the latter lest your next question be how to do just that. But that backfired :-)
Question of mine: Why doesn't dbxml_java depend on db_java?
But anyway I have tried to build both projects seperatly and in both cases I am getting an error like:
Error     4     fatal error LNK1181: cannot open input file 'libdbxml24.lib' db_java
Do the equivalent of the following on your system:
dir C:\MILU\Quelltext\dbxml-2.4.16 /s /b /a-d | findstr /e .libThat searches the source tree for LIB files, so-called import libraries; I don't know more about it, but you can use Google to find out what they are.
Did you build the DEBUG version or the straight one? Or a little bit of both?
Can't remember if I had to configure the project any further than adding jni.h to the build path.
Maybe try cleaning and rebuilding.
Also, when receiving an error message, it is good standard practice to perform a simple web search of the relevant portions to find out about the issue - and be it only for practicing.
Michael Ludwig

Similar Messages

  • How to run Berkeley DB XML on AMD 64-bit Windows XP platform?

    Hi,
    I have used Berkeley DB XML on a 32-bit Windows XP platform but now
    I have to run Berkeley DB XML on a 64-bit AMD platform with Windows XP.
    After reading a few posts about that, I started to build Berkeley DB XML in 64-bit mode.
    I am doing the building with Visual Studio 2005 on my 32-bit Windows XP platform.
    But the build process does not finish successful.
    I got errors saying:
    fatal error C1083:
    Cannot open include file: 'jni.h': No such file or directory     
    c:\berkeley_new\dbxml-2.4.16\dbxml\src\java\dbxml_java_wrap.cpp     149     
    fatal error LNK1112:
    module machine type 'x64' conflicts with target machine type 'X86'     
    c:\berkeley_new\dbxml-2.4.16\dbxml\build_windows\x64\Release_static\BaseInputStream.obj     1     Because of this only the DLL "libdb46.dll" has been created new.
    But there should be also some more DLLs. These DLLs are missing inside the dbxml/bin folder:
    libdb_java46.dll
    libdbxml24.dll
    libdbxml_java24.dllI go the old 32-bit compiled DLLs but when using them I got an exception saying:
    java.lang.UnsatisfiedLinkError: C:\berkeley_db_dll\libdb_java46.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform1) What can I do?
    2) Is there a chance to get all the related DLLs compiled for 64-bit from someone/somewhere?
    Thanks.

    soner wrote:
    I think you mean db_java cause this is the project which is building the missing DLL libdb_java46.dll
    cause dbxml_java is building libdbxml_java24.dll. I thought the latter would have a dependency on the former and hence build both. So I recommended to build the latter lest your next question be how to do just that. But that backfired :-)
    Question of mine: Why doesn't dbxml_java depend on db_java?
    But anyway I have tried to build both projects seperatly and in both cases I am getting an error like:
    Error     4     fatal error LNK1181: cannot open input file 'libdbxml24.lib' db_java
    Do the equivalent of the following on your system:
    dir C:\MILU\Quelltext\dbxml-2.4.16 /s /b /a-d | findstr /e .libThat searches the source tree for LIB files, so-called import libraries; I don't know more about it, but you can use Google to find out what they are.
    Did you build the DEBUG version or the straight one? Or a little bit of both?
    Can't remember if I had to configure the project any further than adding jni.h to the build path.
    Maybe try cleaning and rebuilding.
    Also, when receiving an error message, it is good standard practice to perform a simple web search of the relevant portions to find out about the issue - and be it only for practicing.
    Michael Ludwig

  • How can I install photoshop elements on a 64 bit windows system?

    How can I install photoshop elements on a 64 bit windows system?

    You just use the appropriate install disk/ download. See this:
    Install Premiere Elements, Photoshop Elements
    Or are you asking about some specific procedures?
    Mylenium

  • I am running iTunes 11.3.1.2 on  my Windows 8.1 laptop and am unable to change any info on any songs in my library. I have had this issue since switching to Windows 8.1

    I am running iTunes 11.3.1.2 on  my Windows 8.1 laptop and am unable to change any info on any songs in my library. I have had this issue since switching to Windows 8.1
    I don't have this same issue on my Windows Vista laptop which is no longer being used fro iTunes

    I am running iTunes 11.3.1.2 on  my Windows 8.1 laptop and am unable to change any info on any songs in my library. I have had this issue since switching to Windows 8.1
    I don't have this same issue on my Windows Vista laptop which is no longer being used fro iTunes

  • How to run macos universal built binary on 32 bit boot of macbook pro

    I have lot of doubts using universal built binary. I didnt get required information about universal binary from google or documentation provided by macos on universal binary.
    Here are the steps I followed:
    1) I compiled my application selecting architectures i386 and x86_64 (from xcode).
    2) I see application is built as fat binary which supports i386 and x86_64 (using file command).
    TestApp: Mach-O universal binary with 2 architectures
    TestApp (for architecture x86_64): Mach-O 64-bit executable x86_64
    TestApp (for architecture i386): Mach-O executable i386
    3) Now the problem is when I boot 32 bit kernel on macbook pro and try to execute my universal binary, it is behaving as 64 bit architecture application( sizeof(long) and sizeof(char *) is coming as 8 bytes).
    For this I found a way how to run universal binary selecting architecture:
    arch -i386 ./TestApp
    This selects i386 architecture from fat binary and runs the application(sizeof(long) and sizeof(char *) is 4 bytes).
    However, my requirement is I should run universal binary on i386 as i386 application without using arch command.
    Are there any xcode settings to be made to make universal binary run as i386 application on 32 bit macos boot ??? Can we select architectural preferences for running universal binary application ??
    Please help.
    Regards,
    Sumanth

    This is the thing I am doing with my application:
    ioctlBuff.pvInputBuffer = Address of some structure;
    ioctlBuff.ulInputLength = sizeof(some structure);
    ioctlBuff.pvOutputBuffer = pOutputBuffer;
    ioctlBuff.ulOutputLength = dwOutputBufferLength;
    and calling: ioctl((int)pDevIO->m_hDevice, dwIoctl,&ioctlBuff);
    If I make sure driver is hit with the ioctl code I am calling(by maintaining sizeof third parameter in _IOWR('k', 0x854, typedef structure) to be same in driver and application), driver is getting hit with that ioctl code.
    And here is the main issue:
    now driver does:
    copyfromuser(&sRdmBuffer, psIoBuffer->InputBuffer, psIoBuffer->InputLength), it fails to copy as InputBuffer passed by user space is 64 bit pointer!!
    I conformed values i pass to copyfromuser are valid.
    BUT I DONT SEE ANY OF THESE ISSUES IF I USE
    arch -i386 ./TestApp
    for my universal binary as i386 set of text code is picked for execution!
    Thats why I wanted to load i386 arch of my universal binary. I dont want to use arch command.

  • I need to know how to run Flash Player in a Vista 32-bit browser running on a 64-bit O.S.

    Help please !  I have been reading for days, trying everything to find the answer to my dilemma, which BTW is making it impossible to use our new computer now. Every other minute it seems I get the message that I need to run Flash Player in a VISTA 32-bit browser which is actually running on a 64-bit operating system.  Do I have to uninstall a program (what and where is it) and then instal something else (from where etc.)?
    Give me back our XP!  I get the idea that Adobe keeps SAYING they are developing a platform for Adobe Flash to run on a 64-bit, but I fear that is only a stall. Who is responsible for helping neophytes?  No matter how many times I have tried to contact Adobe, it is a joke.  One time, even though I do not have a subscription for service, the poor man took pity on me.  But his Indian accent was so severe I have ZERO idea what he was saying.  Can one of you wonderful, erudite, helpful people out there give me the solution in computer language 101?? I will be forever grateful.  I wish our computer "guru" had been smart enough to give us the pros and cons when he suggested Vista and 64..... When I am asked for a serial number even I have no earthly idea how to get that either.  I feel completely HELPLESS  and SLEEPLESS in Tucson.   Thanks SOOOO much to whomever can get me going in the right direction. (Forgive my LONG message.  I had to vent.  I feel better.) CLOWG

    Hi Clowg,
    Sorry to hear that you are having trouble.  Unfortunately, I don't believe the folks here on this forum will be able to help you with your issue.  Have you tried posting on the Flash Player forum?
    http://forums.adobe.com/community/webplayers/flash_player
    Regards,
    Fang

  • How to run SAP BUSINESS ONE 8.8 clients on windows and use MaxDB on linux/W

    Good day,
    As the subject shows we have SAP BUSINESS ONE 8.8 and I want to find out how to use it in combination with MaxDB instead of MS SQL. I find a lot of MaxDB stuff on the net but no guides on how to setup SAP BUSINESS ONE 8.8 clients on windows workstations and connect them to MaxDB.
    Is this possible and if so how do I go about doing it ?
    Any assistance is greatly appreciated .

    Hi,
    I suggest you to check the supported server for B1 in this link:
    http://service.sap.com/smb/sbo/platforms
    You will know the sap b1 supported platform.
    If you really want to use maxDB on linux/W as B1 server, you can send a development request to SAP AG.
    JimM

  • How to fix huge iTunes memory leak in 64-bit Windows 7?

    iTunes likes to allocate as much as 1.6GB of memory on my dual-quad XEON 8GB 64-Bit Windows computer and then becomes unresponsive.
    This can happen several times a day and has been going on for as long as I can remember.  No other software that I use does this - only Apple's iTunes.  Each version I have installed of iTunes appears to have this same memory leak.  Currently I am running version 10.7.0.21.
    I love iTunes when it works.  But having to constantly kill and relaunch the app throughout the day is bringing me down.
    Searching for a fix for this on the internet just surfaces more and more complaints about this problem - but without a solution.
    Having written shrinkwrapped software for end users as well as for large corporations and governments for more than 25 years I know a thing or two about software.  A leak like this should take no more than a day or two to locate using modern software tools and double that to fix it.  So why with each new version of iTunes does this problem persist?  iTunes for Windows is the flagship software product Apple makes for non-Mac users - yet they continue to pass up each opportunity they have had over the years with each new release to fix this issue.  Why is this?
    Either the software engineers are not that good or they have been told NOT to spend time on this issue.  I personally believe that the engineers at Apple are very good, and therefore am left thinking that the latter is more likely the case.  Maybe this is to coax people to purchase a Mac so that they can finally run iTunes without these egregious memory leaks.  I would like to offer another issue to consider.
    Just as Amazon sold Kindles and Google sold Nexus tablets at low cost - not counting on margin for profit - but instead they wanted to saturate the marketplace with tools for making future purchases of content almost trivial to do with their devices.  Apple also counts on this model with their pricer hardware - but they also have iTunes.  Instead of trying to get people to switch to a MAC by continuing to avoid fixing this glaring issue in iTunes for Windows I would like to suggest that by allowing their engineers to address this issue that Apple will help keep Windows users from jumping ship to another music app.  The profit to be made by keeping those Windows users happy and wedded to the iTunes store is obvious.
    By continuing to keep this leak in iTunes for Windows all it does is lower my esteem for the company and start to make me wonder if the software is just as buggy on Macs.

    I have same issue. Ongoing for more than 1 year and currently running iTunes 11.3.
    My PC is Dell OptiPlex 990 I7 processor, 8GB ram, W7 64 [always keep things patched up to latest OS updates etc]
    I use this iTunes install to stream music videos etc to multiple appleTVs, ipads, iphones etc .. via Home Sharing
    Store all my media including music, videos and apps on separate NAS  .. so the iTunes running on PC is only doing the traffic cop role and streaming / using files stored on NAS .. creates lots of IO across my network
    Previous troubleshooting suggest possible contributing causes include
    a) podcast updates  .. until recently I had this auto updates on multiple podcast subscriptions, presumably the iTunes would flow this from the PC to save on the NAS across the network .. if the memory leak is in the iTunes network communication layer (?bonjour?)  this may be sensitive to IO that would not normally occur if the iTunes file saving was local on the same PC
    b) app updates .. have 200+ apps in my library and there is always a batch of updates .. some updates 100s of MB is size .. routinely see 500MB to 1GB of updates in single update run .. all my apps are
    c) streaming music / movies .. seems when we ramp up streamlining of music or movies . memory leak grows faster .. ie within hours of clean start
    c) large syncs of music or videos to ipads or iphones .. noticed that get big problems when I rebuild an ipad .. I typically have 60+ GB of data in terms of apps /  music / videos to load .. have to do rebuild in phases due to periodic lockups

  • How/where do I get iTunes for my 64-bit Windows.8 laptop computer?

    I cannot connect with the iTunes software I have available; that is, I get an error saying the software i for 32-bit products but my laptop is 64-bit running Windows 8.1. Help!

    See the Further Information area of Troubleshooting issues with iTunes for Windows updates for download advice and direct links if required. Review the rest of the tip if you have problems with the install.
    tt2

  • I need to run Adobe Avtive X on my 64 bit Windows System with Mozilla Firefox but do not seem to be able to download one that works

    I use Firefox on a 64 bit Windows system. I need to use Adobe Active x but cannot get a download to work. Any suggestions

    It is working for me if I open a second Firefox instance with its own profile by starting Firefox with the -no-remote command line switch.
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox
    * http://kb.mozillazine.org/Bypassing_the_Profile_Manager
    Use the -no-remote command line switch to open another Firefox instance with its own profile and to run different Firefox instances simultaneously.
    * http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile

  • How can I display pdf file details on 64-bit Windows 7 detail view?

    I'd like to display some pdf file details in order to classify them by author, title, subject... This option was simply possible for pdf file on windows xp (just by selecting the desired details on detail view when exploring folders) but it seems to be impossible for windows 7 (It's possible for other file like *.jpg, mp3...). Is there a program or a plugin to solve this problem? Thank you very much.

    It would appear, very annoyingly, that Acrobat is still lagging in the x64 department! It will, at the moment, only run as an x86 sub.....

  • Oddness with CHM compiled on a 64-bit Windows 7 PC

    I made two RoboHelp 9 chm files. One of them was initiated when my computer was still a Win XP machine (64 capabile though). The other was started after converting to Win 7 64. The first file (XP) is about 100meg in size, the second (Win 7) is about 20meg. I uploaded to an internal web site and provided email links to download these internally at our company. A coworker accessed them by downloading the files onto an XP for testing and the one created on the XP system works great, but the one created on the Win 7 loses a lot of the skin functionality. Then we downloaded both files onto another Win 7 machine, both files work great.
    Here is what the file created solely in Win 7 is doing on the XP machine. The entire menu bar above the main help document is transparent and latches onto back ground material. When the open program is moved around on the screen icons and back ground images move with it, as if they are duplicates of them. Expanding out the TOC becomes transparent and inaccessible. The controls, like minimize, close and the other RoboHelp standard menu items are hidden from view until the cursor goes over them. Both files have been worked on extensively in Win7 and I looked at the starting source code for each and can not find a difference.
    I believe there is something going on with creating a RoboHelp 9 project in Win 7 and using it on an XP system. I don't know what it is though.

    It should run fine, just install as an administrator.
    (right click on the installer and choose Run As Administrator)
    Photoshop cs3 is fine, but other programs in the creative suite
    (if you have that) have some problems with windows 7.
    MTSTUNER

  • How can I do E-Business Suite with 64-bit Windows 7 desktop clients

    Hi All,
    Please help me !!
    I have downloaded Oracle E-Business Suite Release 12.1.1 Update Media Pack for Linux x86-64 And Oracle Linux Release 5 Update 7 for x86_64 (64 Bit)- B64448-01
    Installation Process :
    1)Installation of vmware
    2)Install linux
    3)Install EBS
    Can anybody suggest whether this would work or not in my system .
    Thanks a million..
    Asit

    I have downloaded Oracle E-Business Suite Release 12.1.1 Update Media Pack for Linux x86-64 And Oracle Linux Release 5 Update 7 for x86_64 (64 Bit)- B64448-01
    Installation Process :
    1)Installation of vmware
    2)Install linux
    3)Install EBS
    Can anybody suggest whether this would work or not in my system .If you have sufficient resources on your Windows 7 machine then you can install Linux 64-bit as a guest OS then install R12 (at least 6 GB RAM, and for disk space please check the installation doc link referenced below).
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Oracle E-Business Suite Installation Guide: Using Rapid Install
    http://docs.oracle.com/cd/B53825_08/current/acrobat/121oaig.pdf
    Thanks,
    Hussein

  • How do I install Adobe Reader 9.3 on a Windows Vista Toshiba Laptop?

    I have been trying to download Adobe Reader 9.3 onto my laptop without success.  I have a Toshiba A135 laptop. I have tried using Windows Internet Explorer 7 and Firefox 3.5.9.  I am currently getting a message "get Plus + (R)" "The process terminated unexpectedly" when I click to download.
    Earlier it was letting me start to download and I would get a runtime error
    "Microsoft Visual C++ Runtime Library"  "The application has requested the runtime to terminate it in an unusual way, please contact the application's support team for more information."
    Then, "Adobe Backstrapper for single installation has stopped working, windows can check online for a solution" which doesn't give me any solutions.
    I installed Windows Install Cleanup and have also uninstalled Adobe Reader 8.x entirely.  I uninstalled the download manager once, but I can't uninstall it again from the programs page.
    I still can't download this version of Adobe, what can I do?
    Thanks:)

    Download the installer without download manager:
    http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.3/enu/AdbeRdr930_en_US.msi

  • Why Can't I run Acrobat 9.0 Pro in 64 bit Windows 7?

    Earlier today I was limping along with 9.0 Pro in windows 7.  Then it stopped working.  Although the document would scan, there were no characters on the page when the scan was complete.

    You need to update AA9. I am not sure which subversion was needed to work with x64 systems. Generally the initial releases have not worked with x64 systems. I think that AA9 will work with x64, but only after updating. The current version of AA9 is 9.5.2. Some have still reported problems with x64 systems after upgrading, but without the upgrade you can probably forget it.

Maybe you are looking for