How to program a pure 64-bit application with cvi 2009?

Hello,
I am confused by the menu options, from the menu of Build>>Configuration, it can specify the X64 option that seems it can generate a 64-bit program, but from the menu of Options>>Build options..., the default call convention not has the option of __fastcall. I am not sure if just specify the Build>>Configuration to X64, that the generating code is a pure 64-bit?
David

David,
The calling convention setting in the Build Options dialog only applies to 32-bit builds. That's why it has "(32-bit)" in the name. The reason __fastcall isn't shown in the Build Options dialog is because there is nothing to choose -- that is the only calling convention that can be used with 64-bit builds.
As for size_t (and ssize_t), I think you might be misunderstanding that portion of the help topic. You do not have to (nor should you) change all your integers to size_t. As Wolfgang mentioned earlier, you should only change the types of integers which might hold 64-bit values in the 64-bit version of your application. The return value of a callback is not an example of something that would ever hold a 64-bit value, so it was not changed to size_t.
Luis

Similar Messages

  • How many iPhone I can install my application with my apple ID? and is it legal or not??

    how many iPhone I can install my application with my apple ID? and is it legal or not??

    I believe the limit on how any times an application can be installed has been removed, but, as it stands, there is no limit to the number of installations you can have... just the number of activated installations.  For what it sounds like you are doing, there is should not be an issue of hitting a limit even if there is one.
    If you are reinstalling on new machines then you probably want to deactivate the current installations before you attempt to activate on the new machines.

  • How to program navigation in a MVC application? (help please!!)

    Hi,
    I´m exploring how to develop a BSP application with MVC.
    SO far I have a ´page´ composed by a controller, 2 or more sub-controllers and their respective views.
    But I want an application consisting of many pages.. So here I am, in my DO_HANDLE_EVENT method wandering what to do when I want to redirect the user to a new page. I guess there´s two options here:
    1) change the subcontrollers/views for the new one. (using controller_set_active or controller_delete..?)
    2) redirecting to the new page with navigation->goto_page( 'page2.do' ).
    I like the second option, but there´s a problem: all my model instances die!! How can I keep them alive? How can I keep data (objects) alive from the moment a user opens the first page till he logs off the aplication??
    (I tried using the application class, but I just can´t access it using MVC, guess it´s only available from pages with flow logic)
    I truly need a hint on this! Any suggestions are most welcomed!

    Hi Mariana,
    I think the most important advice is to never jump
    directly via goto_page(). As you have noted, this way
    you lose your context. Myself I use the following
    approach:
    1) There is a strict controller hierarchy. The topmost
       controller holds your application data.
    2) In the view of the topmost controller its
       subcontrollers are called via
          <bsp:call url="sub.do" comp_id="yourchoicehere" >
                   <bsp:parameter name = "mode"
                                  value = "<%=mode%>" />
          </bsp:call>
       where "mode" is an attribute of the view which holds
       the information in which state of processing your
       application is.
    3) In the controllers in the DO_REQUEST methods
       you call its views by
       dispatch_input( ).
       l_main_view = create_view( view_name = 'main_view.htm' ).
      l_main_view->set_attribute( name = 'mode' value = mode ).
      call_view( l_main_view ).
      The dispatch_input method is only needed in the
      topmost controllers.
    4) Navigation is done by events which are passed
       automatically to the DO_HANDLE_EVENT method of
       the controller.
       IF htmlb_event IS BOUND.
          CASE htmlb_event->server_event.
            WHEN 'YOUREVENTHERE'.
    5) To understand how things work you should set
       breakpoints in all DO_HANDLE_EVENT and DO_REQUEST
       methods. You will see how events got passed upwards
       the controller hierarchy and how controllers call
       their subcontrollers.
    6) Further hint: Pass all parameters by controller
       and view attributes.
    Hope that helps.
    Joachim

  • How to modify the fond in an application with jdev

    hi,
    i created an application with jdev and i want to put a picture as the background by i don't find how to do.

    Google for "image background for swing" and you'll find several samples like this one:
    http://www.java2s.com/Code/Java/Swing-JFC/Panelwithbackgroundimage.htm

  • How to create an export of APEX application with DB?

    How to create the common script of Application an Data Base?
    What is the best way to make an update of my application on host machine, if I develope my application in personal one?
    Regards, Kostya

    Thanx for your reply's
    If I understand the tutorial correctly I should do
    something like this to start the map:
    Map<String, myClass> myMAP = new HashMap<String,
    MyClass>();
    and something like this to add a new instance of the
    class every time:
    myMAP.put(myString, new myClass());
    So this would result a link between the Strings and
    the instance of the Class?
    Thanks
    Message was edited by:
    JasperLevinkyep. the String is the key, and the MyClass instance is the value. to get the value out of the map, use map.get(key)

  • Can i build an application with Labview 2009 for Windows 7?

    Hello
    i use Labview 2009 SP1 and the application builder 2009 SP1. If i install the application on win7 this message is display:
    Labview Run Time Engine depends on pruduct with upgrade code (...) version 9.0.301, language {} which is not in distribution.
    Solved!
    Go to Solution.

    Is this an issue with Windows 7 having both installation folders for 32 bit (C:\Program Files (x86)) and 64 bit (C:\Program Files)?
    I had an application built on an XP machine and installed on a Windows 7 machine which was looking for files in C:\Program Files when they were actually installed in C:\Program Files (x86) - because it was 32-bit application.  After installation I had to move the files from 1 location to the other to make it work.

  • How can I run a 32 bit application on a 64 bit machine?

    A program I use: Easyeclipse seems to only support 32 bit. Since I have a 64 bit system, I can't run it. Is there any way I can run a 32 bit executable on a 64 bit system?

    karol wrote:http://wiki.archlinux.org/index.php/Usi … _on_Arch64
    http://xyne.archlinux.ca/projects/arch32-light/
    Thanks! It works now!

  • How can I make an update of application with a different Apple ID?

    Hello,
    I have set up many iPad in my company with my Apple ID, however we have to do many update of application and iPad ask my Apple ID intead new Apple ID set it up on the Setting menu "iTunes".
    Could you pls help me?
    Thanks
    Vanderlei Gomes
    <Personal Information Edited by Host>

    I think you should do the installs the "apple way".  It's all about drink the apple coolaid.
    There are three ownership models:
        Personal
        Institution
        Layered. combines personal & institution.
    Watch this apple video on layered ownership.  It education based, but that's OK.
    http://www.apple.com/education/resources/videos/#ios-layered-ownership
    IT Resources -- ios & OS X -- This is a fantastic web page.  I like the education site over the business site.
    View documentation, video tutorials, and web pages to help IT professionals develop and deploy education solutions.
    http://www.apple.com/education/resources/information-technology.html
       business site is:
       http://www.apple.com/lae/ipad/business/resources/
    Excellent guide. See announcment post -- https://discussions.apple.com/thread/4256735?tstart=0
    https://docs.google.com/document/d/1SMBgyzONxcx6_FswgkW9XYLpA4oCt_2y1uw9ceMZ9F4/ edit?pli=1
    good tips for initial deployment:
    https://discussions.apple.com/message/18942350#18942350
    https://discussions.apple.com/thread/3804209?tstart=0
    Educational institutions in the USA can use the App Store Volume Purchase Program (VPP) to buy Apps.
    https://support.assistiveware.com/index.php?pg=kb.page&id=54

  • How to create a full screen Air Application with pdf

    Hi,
    I need to create a app in full screen which can load pdf files.
    I read that the pdf files need to have the nativeWindows in normal mode, and "stage.scaleMode"  in "StageScaleMode.NO_SCALE" mode to run.
    So I get the HTMLLoader dimensions by getting the screen resolution. But by putting "StageScaleMode.NO_SCALE" my movie up and down the pdf is not resizing!!
    How can I do to see the pdf and having the asssets (movies in my library) resize too?
    Regards,

    Could some one help me in creating a full screen
    using Java such that we dont see any Taskbar or
    anything that is related to windows. For eg when we
    play a game we dont have access to those windows
    components. http://onesearch.sun.com/search/onesearch/index.jsp?qt=full+screen+java&subCat=&site=dev&dftab=&chooseCat=javaall&col=developer-forums
    The basic question is How to Lock the Desktop using
    Java Program and also how to capture the Key events
    Ctrl + Alt + Del and Alt + Tab and disable its
    actual functionality or change its action..You can't.

  • How to authenticate Out of Browser Silverlight application with SharePoint O365 site using SharePoint Web Service (.asmx) ?

    I have Silverlight Out of Browser application which uses SharePoint Lists Service (Lists.asmx). Currently when I trying to communicate to SharePoint O365 site, I am getting  the exception as below -
    Communication Exception -
    The remote server returned an error: NotFound.
    How do I authenticate the user?
    Amol C kadam

    Hi,
    You could follow below article to make sure your application configuration is correct.
    http://www.silverlighthack.com/post/2011/07/19/Office-365-Using-Silverlight-in-the-SharePoint-Team-Site.aspx
    Besides, below article could also give you some help:
    http://www.silverlightshow.net/items/Silverlight-and-Sharepoint-2010-getting-started.aspx
    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.

  • How to call an web dynpro abap application with an particular theme

    Dear friends,
    i have created one web dynpro abap application. i created one theme XYZ in portal with required font size. when i applied this theme on portal all web dynpro application use this theme.
    i want to use current theme for one application not for all.
    is it poosible to call an web dynpro abap appl with the particular theme where as others should not be temper with this theme.
    please guide me by some useful steps.
    regards
    sunil

    Sunil,
    Check if this helps.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7015b1f9-535c-2910-c8b7-e681fe75aaf8?QuickLink=index&overridelayout=true
    Cheers!
    Sandeep Tudumu

  • How to make a copy of an application with its schema-tables,data and all

    Good day,
    I am looking for the best way to make a copy of an application from one computer to another, including the schema (tables, data and all) in Apex3.2.
    I can only manage to make a copy of the application without the data using the export utility
    Please assist with this difficulty
    Kind Regards
    Thabo
    Edited by: Thabo K on Jun 1, 2009 1:13 AM

    Hello,
    To copy across the data you can use the traditional EXP/IMP or the Datapump utility.
    If you're used to using EXP/IMP I'd encourage you to look at Datapump, if you haven't used EXP/IMP before I'd encourage you to look at Datapump (datapump rocks) -
    http://www.oracle-base.com/articles/10g/OracleDataPump10g.php
    There are a few major differences between Datapump and traditional EXP/IMP (EXP/IMP creates the export file on the client side, Datapump creates it on the server side etc).
    In my book "Pro Oracle Application Express" I have a section on cloning applications/data between instances, which you might find useful.
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • Running a 32 bits application from a JDK 1.3.1

    Can any one tell me how we can run a 32 bit application from a JDK 1.3.1 on a Solaris and AIX platform

    You mean an executable? See java.lang.Runtime.exec(). (Presumably you have compiled the app for both OSes.)
    If you mean a java application then the 32 bit part doesn't matter.

  • How to integrate non-sap application with sap netweaver trial abap

    Hi, I currently have with me SAP Netweaver ABAP trial and Mini SAP BASIS 4.6 D. What i want to do is to see how can i integrate my non-SAP application with SAP.
    I am confused as to if using SAP Netweaver ABAP trial, will i be able to establish that. Can anyone guide me in this regard.I want to connect using JCO basically, want to write a java client that will be talking with the SAP application. Provide me a starting point.
    Will i require a Deployed SAP application as well to do this, or will Netweaver ABAP Trial do the job, will i also have to expose the business objects using BAPI.
    Please help.
    Please point out the right forum to post the question if this is not the right one.
    Thanks

    Hey
    Please post this question in ABAP forum
    ABAP Development
    Thanx
    Aamir

  • How to program trackpad home and end features

    Is anyone know how to program trackpad home and end features with 3 fingers (mean when you slided 3 fingers to the top it will put you page back to home page to the top or slide down with 3 fingers moved the page to the end (bottom). Thanks

    You'll need a 3rd party app for custom gestures.
    Take a look at MagicPrefs to see if it does what you need.
    http://magicprefs.com/

Maybe you are looking for

  • Oracle 11g Installation problems

    Hi there, Im a new Oracle's user, and I am trying to install Oracle 11g in my computer I have Windows Vista SP2 32bits, but I have a lot of problems. The program send me various messages of Warnings and Errors so I couldnt finished the complete insta

  • Bluetooth connectivety problem in PC Suite 6.86.9

    Hi I have recently downloaded PC Suite 6.86.9 (previously using 6.85.12). its very nice but i m getting problems in connecting through bluetooth as it gives the error " cannot make this connection. Make sure that all the required software, hardware a

  • File type for an attachment

    I'm new at this. This may be a stupid question, but here goes. ALL I need is to know what file form do I use to send an attachment to a Mac Pro. I have some new software "VueScan" on a windows computer. It only makes attachments in the PDE format and

  • What are the Server and Domain settings to sync ou...

    I've managed to get Outlook 2010 set up as an exchange server - couldn't carry on trying to use it with hotmail connector - it just didn't work. So, now on my Lumia 610 I have an Outlook account and I sign into it with my gmail email address and pass

  • How to set username and password at line vty 0 4?

    hi guys, would like to know how i can set username and password so when i telnet to the router, i can login as username and password..? thks, ken