How to run a 32 bit program in xp mode on a 64 bit win 7 pro OS

I have a program that must be used with XP. However my laptop has 7 pro. How do I install and run this program, if possible?

As this thread has been quiet for a while, we assume that the issue has been resolved. At this time, we will mark it as ‘Answered’ as the previous
steps should be helpful for many similar scenarios.  
If the issue still persists and you want to return to this question, please reply this post directly so we will be notified to
follow it up. You can also choose to unmark the answer as you wish.  
In addition, we’d love to hear your feedback about the solution. By sharing your experience you can help other community members
facing similar problems.  
Thanks!
Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
the thread.

Similar Messages

  • How to run D2k 32 bit Application on Windows 7 64 Bit

    Dear Friends
    How to run D2k 32 bit Application on Windows 7 64 Bit, Presently I am having a Application developed in D2k 32 Bit, and it is running smooth on Windows Visa and Windows Xp. but now OUr company are going for new Laptops having Windows 7 64 Bit.
    Is there any way to Solve this Problem, or I have to upgrade D2k , which will be a 6 month job.
    sandy

    Since Forms 6 was never certified on Vista, I will assume you don't care about using Oracle Support. If that's the case, getting Forms 6 to work on Win 7 would likey require similar steps as you took to getting it to work on Vista.
    At minimum, you would need to do the following:
    1. Start with Forms/Reports 6.0.8.11 (6i Release 2)
    2. Install the latest (last) patch (#17), bring the version to 6.0.8.26
    3. It may be necessary to relax or disable Windows UAC
    4. To run the executables, you have to right click on them and select Run As Administrator in order for them to work properly.
    THE ABOVE IS NOT A SUPPORTED CONFIGURATION
    Forms 6.x was desupported years ago. If you have not already begun to do so, you should probably be working on a migration plan in order to get you to a supported version. The latest version is 11.1.1.3, so you are far behind. All versions newer than 6.x are entirely web based. This means that you will no longer be able to use the Forms runtime on the client machines. Client machines will require an Oracle certified browser and JRE in order to run Forms. Certification information for Fusion Middleware 11 (includes Forms 11) can be found here:
    http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
    FMw Product information can be found here:
    http://www.oracle.com/us/products/middleware/index.html
    Forms 11 information can be found here:
    http://www.oracle.com/us/products/tools/oracle-forms-161771.html
    http://www.oracle.com/technetwork/developer-tools/forms/overview/index.html

  • Have 64-bit win 7 pro.........which premiere OR premiere elements will utilize 64-bit fully?

    have 64-bit win 7 pro.........which premiere OR premiere elements will utilize 64-bit fully?..... tired of the slowness of PE 9.0

    Markpic
    I am not certain how your post contributes to an understanding of the question asked.
    Great that you have Premiere Elements 10 and 11 on Windows 7 32 bit, but you are not pointing out to the writer that, under those circumstances, your Premiere Elements 10 and 11 are 32 bit applications running in a 32 bit computer environment and as such have the limitations of 32 bit system, including max supported installed RAM = 4.0 of which typically 3.0 or less of that are available.
    And you have not indicated how the writer of the thread would obtain a 64 bit version of versions 10 and 11 if that was what is wanted.
    All of those points and more had been made in the thread before your post.
    How is your post responding to the thread as titled and question described?
    have 64-bit win 7 pro.........which premiere OR premiere elements will utilize 64-bit fully?
    ATR

  • How to run in 32 bit mode on a mac 10.6.7 so I can use Rapport Trusteer

    The security software Rapport Trusteer for HSBC bank has just been updated to run on Firefox 4 but will only run in 32 bit mode, I am using Snow Leopard 10.6.7. How do I change Firefox 4 to run in 32 bit mode?

    You're welcome

  • How to run command line argument programe

    Hi guys, I am doing pass command line argument programe in java but I don't know how to run this programe. Path for this programe in my my computer is C:\Users\Desktop\Mainjava\mycode\CommandProgjava*
    {code/}
    public class CommandProg
    public static void main(String[] args)
    System.out.println("d");
    for (int i = 0; i < args.length; i++)
    System.out.println(args);
    {code/}
    Where i need to go and what command i need to give so i can execute this programe(I am using window vista). I only know i have to give
    this command some where CommandProg arg1 arg2 arg3 arg4. Output should be
    Output:
    arg1
    arg2
    arg3
    arg4
    Please help me, Thanks in advance.
    Edited by: JayVirk on Dec 30, 2007 11:33 AM

    Jay,
    Your question isn't very clear, hence Joerg's well meaning but irrelevant advise.
    Do you mean:
    I've written a simple program in java which echos
    it's command-line arguments to back to the console.
    Here's my code:
    package forums;
    public class ArgsEchoer
      public static void main(String[] args) {
        for (String arg : args) {
          System.out.println(arg);
    But can't figure out how to compile and run the program.
    I'm using winblows shista, and it's cr@p.
    Please help me, Thanks in advance.So... where are you at? Have you installed the JDK (java development kit)? Which version? Is your path set? Is your classpath set?
    Start here: http://java.sun.com/developer/onlineTraining/new2java/

  • How to run Session ejb client program?

    Hi
    I am using weblogic server8.1 . I was running an ejb session client program it throws exception like below. Can any one tell me how to run a client in weblogic server. give the syntax for running ejb client.
    D:\Weblogicserver\user_projects\domains\mydomain\applications\MyEJB\stateful>jav
    a -cp .;c:\j2ee\j2ee.jar;c:\weblogic\classes;D:\Weblogicserver\weblogic81\server
    \lib\weblogic.jar PortfolioClient
    Exception in thread "main" java.lang.NoClassDefFoundError: PortfolioClient (wron
    g name: stateful/PortfolioClient)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    3)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    bye

    If stateful is the package for the client application, you should be executing from
    D:\Weblogicserver\user_projects\domains\mydomain\applications\MyEJB
    on the command line. The command should look like -
    java -classpath <whatever should be here> stateful.MyClient

  • How to run a standalone java program with JRC to display/run a report

    Hi All,
    I am new to this forum.
    I am trying to run a java program developed using JRC to run a report created using Crystal Report XI. I stucked because not knowing how to run that java program.
    Can anyone help me? or
    can give a simple java code to do the same.
    Thanks in advance.
    Saravanakumar.

    Hi Saravana
    For the steps to run a standalone application java program with JRC to display/run a report ,please refer the following link.
    http://support.businessobjects.com/communityCS/TechnicalPapers/cr_xi_r2_jrc_deployment.pdf.asp
    You can get the sample code for standalone/desktop applications from the following link.
    http://support.businessobjects.com/communityCS/FilesAndUpdates/crxi_r2_jrc_desktop_samples.zip.asp
    Please do revert in case of any queries.
    Thanks
    Soni

  • How to run the AVReaderWriterOSX demo program?

    When I build and run the AVReaderWriterOSX demo program, it does not do anything.  I eventually have to kill it because there is no way to interact with it. What is the proper way to run the AVReaderWriterOSX program?

    Doh, I just realized the AVReaderWriter app has a toolbar at the top of the screen, where I can interact with it. I am able to get it to process a movie now, thanks!

  • How to Work in 32 Bit in Premier Pro Plug In

    As I understand it, Adobe Premier Pro doesn't support "Smart Render" mode as in After Effects.
    Yet I don't understand how does it support 32 Bit Per Channel input.
    I look at the SDK sample called SDK Noise, at the following code:
    PrPixelFormat destinationPixelFormat = PrPixelFormat_BGRA_4444_8u;
                    if (pixelFormatSuite) {
                            (*pixelFormatSuite->GetPixelFormat)(output, &destinationPixelFormat);
                            if (destinationPixelFormat == PrPixelFormat_BGRA_4444_8u){
                                    ERR(suites.Iterate8Suite1()->iterate(   in_dataP,
                                                                                                                     0,                                                              // progress base
                                                                                                                     linesL,                                                 // progress final
                                                                                                                     &params[NOISE_INPUT]->u.ld,             // src
                                                                                                                     NULL,                                                   // area - null for all pixels
                                                                                                                     (void*)&niP,                                    // refcon - your custom data pointer
                                                                                                                     FilterImageBGRA_8u,                             // pixel function pointer
                                                                                                                     output));     
                            } else if (destinationPixelFormat == PrPixelFormat_VUYA_4444_8u){
                                    ERR(suites.Iterate8Suite1()->iterate(   in_dataP,
                                                                                                                     0,                                                              // progress base
                                                                                                                     linesL,                                                 // progress final
                                                                                                                     &params[NOISE_INPUT]->u.ld,             // src
                                                                                                                     NULL,                                                   // area - null for all pixels
                                                                                                                     (void*)&niP,                                    // refcon - your custom data pointer
                                                                                                                     FilterImageVUYA_8u,                             // pixel function pointer
                                                                                                                     output));
                            } else if (destinationPixelFormat == PrPixelFormat_BGRA_4444_32f) {
                                    // Premiere doesn't support IterateFloatSuite1, so we've rolled our own
                                    IterateFloat(   in_dataP,
                                                                    0,                                                              // progress base
                                                                    linesL,                                                 // progress final
                                                                    &params[NOISE_INPUT]->u.ld,             // src
                                                                    (void*)&niP,                                    // refcon - your custom data pointer
                                                                    FilterImageBGRA_32f,                    // pixel function pointer
                                                                    output);      
                            } else if (destinationPixelFormat == PrPixelFormat_VUYA_4444_32f) {
                                    // Premiere doesn't support IterateFloatSuite1, so we've rolled our own
                                    IterateFloat(   in_dataP,
                                                                    0,                                                              // progress base
                                                                    linesL,                                                 // progress final
                                                                    &params[NOISE_INPUT]->u.ld,             // src
                                                                    (void*)&niP,                                    // refcon - your custom data pointer
                                                                    FilterImageVUYA_32f,                    // pixel function pointer
                                                                    output);      
                            } else {
                                    //      Return error, because we don't know how to handle the specified pixel type
                                    return PF_Err_UNRECOGNIZED_PARAM_TYPE;
                            err = AEFX_ReleaseSuite (
                                    in_dataP,
                                    out_data,
                                    kPFPixelFormatSuite,
                                    kPFPixelFormatSuiteVersion1,
                                    NULL);
    I removed some code related to errors.
    Yet even if I set the Render and the Sequence (Preview) to 32 Bit (Max Bit Depth) it still always selects 8 Bit Format.
    I don't understand how the pipeline should work in order to enable support for 32 Bit processing.
    Any assistance?
    How exactly does it work?

    Hi Royi,
    The pixel format requested depends on the action that triggered the render.  I went back to CS6 and I'm seeing the 32-bit YUV path taken, although for draft renders while scrubbing around in the timeline the 8-bit RGB path is used.

  • FF4.0, 32 bit Win 7 Pro, toolbar settings, bookmarks not saved. How to solve?

    Greetings. After upgrading from XP, SP3 to Win 7 Pro, 32 bit, neither the settings for my toolbars nor my boodmark changes are kept. I've tried the solutions for these problems listed for XP, but they don't seem to function for 7. Is there a solution to this problem any non-geek can use? Do I need to upgrade to FF5, and if so, can I use my current Google Toolbar (kind of like a security blanket) with it? My thanks for any rational and useful responses.

    In premiere I can control the camera, I can capture sound, but I cannot capture video
    If you can capture sound, you also capture video, because it is a transport stream, and nothing more than a digital transfer of binary data. There is no way you can only capture sound and not video, because they are in the same data stream. You can limit import into your project to audio only, or video only, but the captured stream always includes both audio and video. So check your import settings or use HDVSplit, a free capture utility to capture.

  • How to run an eCATT script in a cyclic mode?

    Hi,
    I want to run an eCATT script in a cyclic mode. i.e. It should be run for every 15 min.
    Is there any option to do this?
    Please revert back if you want any other info.
    Thanks,
    Nagarajan M,
    9820586549

    Yes, java.lang.Runtime.exec().
    Read this carefully before you do:
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
    Don't write a line of code before you're reviewed and understood the article completely. - MOD

  • How to run the set-up program with a brand new X200?

    I bought a brand new X200 from TigerDirect. As their guidance of shipping, I tested it within very short time. When I turned on the machine, a program was automatically run to have me to make some necessary configuration roughly ASAP so that the shipping boy could get my receipt. Now I wanna run it again to refine the configuration but found out that I don't know how to manually run it again.  Another confusion is I didn't find the recovery disc in the box. Why? Do you think there's some problems? And more, even I got the disc, after I upgraded the OS from Vista Business to Windows 7, if the the disc would be available for the new system? Or I have to order a new one for Windows 7?

    If I'm reading your note correctly, you had to open the package and boot in the presence of the delivery driver to generate a document before the driver could leave.
    If that is the case, this isn't a Lenovo function and unlikely to be restored by any Lenovo Repair / Recovery.
    Tiger Direct is your resource to restore the system to that point in time.
    A good tip, every new computer should be imaged as a slave drive or with a proven boot stick / boot CD and archived before powered into the included MBR and OS,  archive the image to a DVD and another DVD or reliable source and youll always have a pristineimage of your laptop at "zero day"
    Those images are helpful at resale and often coveted by buyers of used gear in the Thinkpad community.
    Don't just sit there, take a second and use the Kudo's button to compliment the people who help you.

  • How to run the w120p.rex program in Solaris

    Hi,
    I'm new to Solaris, i want to run one .rex program from solaris. My program w120p.rex which is working fine in windows. I want to run the same from the Solaris. I dont know how to do in Solaris. Can any one help me in this?
    Thanks in advance....

    This forum is about Sun Studio C compiler and C programming in general. I suggest you ask on one of OpenSolaris forums - http://www.opensolaris.org/jive/index.jspa?categoryID=1
    If I get it right and you are looking for Rexx interpreter, you'll need to download and install it first. Here are first two links I found myself:
    http://nixbit.com/cat/programming/interpreters/regina-rexx-interpreter/
    http://users.comlab.ox.ac.uk/ian.collier/Rexx/rexximc.html
    If you are new to Unix in general, there are several subjects you need to cover before you proceed; one of places to start is again a Solaris forum - http://forums.sun.com/forum.jspa?forumID=863

  • How to run other windows .exe program in Java code?

    Hello!
    In C language we can use system() function to run a OS prog,
    but which function(method) can we use in java?

    Not a top programmer here, just happen to like to play with funny ideas.
    I'm not sure how you can get the installation directory, but you can obtain the OS type by using
    System.out.println(System.getProperty("os.name"));
    Then maybe you deduce the directory from there? For the list of properties available try this:
    System.getProperties().list(new java.io.PrintStream(System.out));

  • How to run the exemple client program in win98

    HI
    I have installed weblogic server5.1 in windows 98 and while i try to run my client program from dos prompt it is not working.
    i am calling my from the same m/c where i installed weblogic server like this:
    This program is given in the weblogic example
    c:\java examples.ejb.basic.statelessSession.Client
    "t3://localhost:7001"
    but it shows some error.so pls help me

    aravanan wrote:
    >
    HI
    I have installed weblogic server5.1 in windows 98 and while i try to run my client program from dos prompt it is not working.
    i am calling my from the same m/c where i installed weblogic server like this:
    This program is given in the weblogic example
    c:\java examples.ejb.basic.statelessSession.Client
    "t3://localhost:7001"
    but it shows some error.so pls help mewhat error?
    Post the stack trace here..
    Kumar

Maybe you are looking for

  • Imported Files going in the wrong folder

    Elements Organizer 10 started misplacing all the Imported Files in the folder above at some point. In Folder Location view (under Display) I right click folder B and chose Import to Elements Organizer. Once the Import is finished, all photos but one

  • Publishing Indesign Document in Certain Style

    Hi, I've been working on a project using InDesign and want to have it so when it's finished it looks like this: http://content.mcfc.co.uk/~/media/Files/Annual%20Report/MCFC_AR.pdf i.e. I want the 2 consecutive pages to merge seamlessly with no dotted

  • Parse JSON records using PL/SQL and store the output in Oracle Database.

    We have JSON data/record stored in a Oracle table as CLOB(database version 10g). We need to read/parse this JSON data and recognize the relevant tags and corresponding values in this JSON data and then insert these id/values into a separate Oracle st

  • ALL_% performance issue in 10G

    Hi, I'm working in 10.2.0.3 and we have a huge difference in performance (compared to Oracle9) whenever we use all_% views. Any explaination/fix? Kind Regards, Ffrank

  • ScanJet 4850 And Windows 8.1

    I purchased the HP Pavilion 500-336 1 week ago (Windows 8.1). After setting up my Lexmark Printer. My next task was to setup the the HP ScanJet 4850. First I tried using the installation CD; which failed. I then tried to down load the new driver and