SDK 2.1 release

Hi,
Is SDK 2.1 released? If yes, where can we obtain the documentation and software on SDK 2.1?
Note: We already have SDK 2.0.2 licenses

Hi!
According to SAP Note #1613913 'customers and partners who have already completed the training course will receive an email notification that includes instructions for downloading the SDK and Build Tool installers'.
Regards,
Alex.

Similar Messages

  • Java ME SDK 3.0 Released

    I am happy to announce the Revenue Release of Java Platform Micro Edition Software Development Kit 3.0.
    Java ME SDK includes the advanced tools found in Java Wireless Toolkit 2.5.2 [for CLDC] and Sun Java Toolkit 1.0 [for CDC] and many new features.
    Key Features
    * Integration with third-party emulators and Windows Mobile devices
    * On-device deployment and on-device debugging
    * CLDC/MIDP, CDC/FP/PBP/AGUI, and BD-J integrated into one SDK
    * New CLDC HotSpot Virtual Machine
    * Optimized MSA 1.1 stack with extensions
    * Profiling support
    * Network monitor
    * BD-J support
    * New development environment based on Netbeans Platform
    * Lightweight UI Toolkit (LWUIT) integration
    * Device search database integrated in SDK
    * JavaFX Mobile Emulator included
    Have a look for yourself: [http://java.sun.com/javame/downloads/sdk30.jsp]

    Are there any plans about releasing the SDK on Linux, and if yes, when?

  • Photoshop SDK - Plug In - Release Mode

    Hello,
    I'm building a Plug In for Photoshop using the CS6 SDK for Windows (64 Bit on Windows 7, VS 2010).
    I'm using optimizations which only work in "Release Mode".
    In your samples I have only "Debug" mode.
    How can I move into release mode?
    Thanks.
    P.S.
    I saw the Dissolve sample code has "Release Mode" which really enabled the optimizations and yieleded a much faster code.
    The question is, how different it is from other samples, namely, How could I reconfigure other samples into "Release Mode".
    Thanks.

    In the Visual Studio Configration Manage you have to create an configuration, call it "Release" and make sure that the settings of the Debug configuration are copied to the new configuration. Then you have to change the several properties of the new Release configuration so that it outputs a release instead of a debug version, e.g. changing the run time library from "Multithreaded-Debug" to "Multithreaded" and deactivating the debug information generation. You also need to remove the DEBUG preprocessor definition in various places.
    All in all, it is a complex process, so it is better if you have a project that contains both debug and relase configurations and you compare the properties of both. Then you can see which things are activated in one configuration and not in the other.

  • Export Release Build Flash Builder 4.5 fails to load over the web.

    Exported Release Build Application fails to load over the web.  You can reproduce using the following steps:
    1. Create New Flex Project in Trial Flash Builder 4.5.
    2. Use the default Flex 4.5 sdk.
    3. Configure as a web application.
    3. Place the following MXML code in the main application file:
    <?xml version = "1.0" encoding = "utf-8"?>
    <s:Application xmlns:fx = "http://ns.adobe.com/mxml/2009"
    xmlns:s = "library://ns.adobe.com/flex/spark"
    xmlns:mx = "library://ns.adobe.com/flex/mx"
    minWidth = "955"
    minHeight = "600">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <s:TextArea text = "Hello World!" width = "100%" height = "100%">
    </s:TextArea>
    </s:Application>
    3. Save the main application file and Export Release Build to bin-release.
    4. Place all files in bin-release on IIS web server in a web accessible location.
    5. Go to the web accessible location in any browser with newest flash player and view the application's html page.
    Actual Results:
    Flash movie appears blank. Context menu shows Movie Not Loaded. Network traffic shows application main swf downloaded. Framework dependent swfs not downloaded.
    Expected Results:
    Movie loads. Hello World! appears in text box. Context menu does not show Movie Not Loaded. Framework dependent swfs downloaded.
    Workaround (if any):
    Deploy on an Apache web server.
    The tests were run on IIS 7.x (7.0 for one, and 7.5)
    Flex application was built using Flex 4.5.0 SDK pre-bundled release (built-in flex 4.5 with Flash Builder 4.5 trial) on Mac OS X 10.6.7 (10J869)
    Flash Player 10.3.181.14
    Example failing website:
    http://staging.ibenergy.com/Test.html
    Any idea as to why my exported release build fails? Any help would be appreciated.

    Just tried this out on an IIS server with Flash player 10.3.181.14 - it worked.
    Are you using the release version of Flash Builder 4.5 with the release version of Flex SDK (not a prior SDK build)?
    The URL you mentioned gives me a 403 forbidden error.
    -Anirudh

  • History of SDK changes and patches

    Is there a document that lists SDK patches and updates to the SBO 2007A SDK? I need to know what patches of the SDK have been released and what changes were addressed.
    Thanks

    Hi Peter,
    The document you need is available from the "info" link in the download center. It details all changes to the the application as well to the DI/UI API.
    Regards,
    Vítor Vieira

  • Facing some runtime problem in new AIR 2.0Beta2 SDK and same application work in OLD AIR 2.0Beta1 SD

    Severity:
    Runtime Error
    Reproducibility:
    Every Time
    Discoverability:
    High
    Found in Version:
    SDK Flex 3 (Released)
    Affected OS(s):
    Windows              - XP
    Steps to Reproduce:
    « Hide
      Steps to reproduce:
    1. Run the Application 
    2. At the creation complete I am referring "StorageVolumeInfo" i.e. StorageVolumeInfo.storageVolumeInfo.addEventListener(StorageVolumeChangeEvent.STORAGE_VOL UME_MOUNT, onVolumeMount);
    3.
      Actual Results:
      I am getting runtime ERROR as below:
    VerifyError: Error #1014: Class flash.filesystem::StorageVolume could not be found.
    at _FreepandasV2WatcherSetupUtil$/init()
    at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::docFrameHandler()[C:\autobuild\3.4.0\frameworks\projects\framework\src\mx\managers\SystemManager.as:3213]
    at mx.managers::SystemManager/docFrameListener()[C:\autobuild\3.4.0\frameworks\projects\fram ework\src\mx\managers\SystemManager.as:3065]
      Expected Results:
       I am using ADOBE AIR 2.0Beta2 version SDK.
    The same application is run in Last SDK i.e AIR 2.0Beta1
      Workaround (if any):
      I am using ADOBE AIR 2.0Beta2 version.
    Can you please help me out...
    Thank you

    My settings with air 3.3:
    <renderMode>gpu</renderMode>
    <aspectRatio>portrait</aspectRatio>
              <autoOrients>false</autoOrients>
            <fullScreen>true</fullScreen>
            <visible>true</visible>
            <softKeyboardBehavior>none</softKeyboardBehavior>
        </initialWindow>
    It only displays a white screen with a small gray square (1/5 of the screen size - top left).
    A scrollbar is visible if you drag the screen and the sound is playing...
    I tried this settings:
    <aspectRatio>portrait</aspectRatio>
            <renderMode>gpu</renderMode>
              <autoOrients>true</autoOrients>
            <fullScreen>true</fullScreen>
            <visible>true</visible>
            <softKeyboardBehavior>none</softKeyboardBehavior>
        </initialWindow>
    It won't work...
    Edit:
    I also tested the new sdk http://www.adobe.com/products/air/sdk/ with gpu mode.
    iPhone works fine but the iPad version always crashes.
    The app opened up but if I try to load a level created with box2d the app always closes (crashs).
    I think that is a gpu ram issue?
    Is this a iPad issue or air?
    Edit 2:
    I changed the creationcomplete event to viewactivate. The transition now looks really worse but the levels are loading.
    I also deleted all the elements before changing the view (removeElement and removeChild).
    The third step I made was to use weak eventListener obj.addEventListener("event, function, false,0,true);
    I think that iOS systems have the problem of less gpu ram than android devices ...

  • Where is the Flex SDK 3.6 change log?

    Now we have almost 3 weeks after the release of Flex SDK 3.6 and I still can't find up-to-date release notes or a change log. The release notes and many other online resources still mention Flex SDK 3.5. Also I can't find a milestone in the bug database for filtering the affected issues.
    Does anybody know what's new in 3.6?

    I've looked for the changelog as well but could not find it either.
    You should check at Flex Bug Management System  https://bugs.adobe.com/flex/
    no registration is required to browse.
    In Project, select Flex SDK
    In Issue  select Bug (or any)
    In Milestone select Flex SDK 3.6(Release)
    And that's it , click on View and you'll see what's been changed.

  • Flash player 9 sdk

    When is the flash player 9 sdk to be released?

    Hi,
    Is there any current Flash Player SDK to integrated by MSVC++
    in Windows or Cocoa (Xcode) in Mac?
    We would like to embed Flash Player into our own application
    to achieve the following functions.
    1. Playback and interactive with the .swf file
    2. Re-size, Rotate the content of .swf in our application.
    (In a client window of Windows and view in Mac)
    3. Send command to and receive event from the embeded content
    of .swf object
    Is any solution to achieve this? flash.ocx is the one to
    achieve the above functions?
    If so, where could I find the document of flash.ocx to
    control it?
    Thanks

  • SDK newby, Building my first sample – no go...

    Hi all
    I would like to get into building ID extensions.
    I am currently trying to work through the "getting-started.pdf".
    My Mac and tools.
    iMac with OS 10.7.3
    InDesign CS 5.5 (Version 7.5)
    Xcode Version 4.2.1 Build 4D502
    I installed "Adobe InDesign CS5.5 SDK" inside my "Applications" Folder
    I follow the instructions in the "getting-started":
    Start by double-clicking on any SDK sample project.
    This boots Xcode...
    From then on I can not make any sense of the instructions, ie
    1. Use the Active Target drop-down list on the top left corner of the project window to make sure you are
    building the desired target.
    2. Choose Build > Rebuild ### to do a clean rebuild of the project.
    I then tried the Terminal approach to things...
    The xcodebuild utility is useful for building XCode projects on the command line. For example, the
    following builds the release target of the Basic dialog project:
    xcodebuild -project BasicDialog.sdk.xcodeproj -target Release build
    Yes I did cd myself into the correct folder first. But this made no difference.
    Also:
    We recommend that you have both the debug and
    release applications. The debug application is
    instrumented to detect bugs and is essential to
    successful plug-in development.
    What does that mean? Is there a different ID 5.5 that I need? Where do I get this?
    Thank you for any hints
    Romano

    Here is the dump Terminal.
    Not sure if this means anything to anybody...
    Romano
    studer-imac:prj studer$
    studer-imac:prj studer$ pwd
    /Applications/Adobe InDesign CS5.5 SDK/build/mac/prj
    studer-imac:prj studer$ xcodebuild -project BasicDialog.sdk.xcodeproj -target Release build
    === BUILD NATIVE TARGET Release OF PROJECT BasicDialog.sdk WITH THE DEFAULT CONFIGURATION (Default) ===
    2012-03-01 12:25:40.577 xcodebuild[1446:3e03] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
    2012-03-01 12:25:40.578 xcodebuild[1446:3e03] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
    2012-03-01 12:25:40.578 xcodebuild[1446:3e03] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
    Check dependencies
    Preprocess build/BasicDialog.sdk.build/Default/Release.build/Preprocessed-Info.plist ../../../source/sdksamples/common/Info.plist
        cd "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj"
        /Developer/usr/bin/gcc -E -P -x c -Wno-trigraphs ../../../source/sdksamples/common/Info.plist "-F/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/SDK" -o "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/Preprocessed-Info.pli st"
    error: can't exec '/Developer/usr/bin/gcc' (No such file or directory)
    PhaseScriptExecution "Run Script" build/BasicDialog.sdk.build/Default/Release.build/Script-D8C837AA0F8EC49400085251.sh
        cd "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj"
        setenv ACTION build
        setenv ALTERNATE_GROUP studer
        setenv ALTERNATE_MODE u+w,go-w,a+rX
        setenv ALTERNATE_OWNER studer
        setenv ALWAYS_REZ YES
        setenv ALWAYS_SEARCH_USER_PATHS YES
        setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
        setenv APPLE_INTERNAL_DIR /AppleInternal
        setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation
        setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
        setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
        setenv APPLY_RULES_IN_COPY_FILES NO
        setenv ARCHS i386
        setenv ARCHS_STANDARD_32_64_BIT "x86_64 i386 ppc"
        setenv ARCHS_STANDARD_32_BIT "i386 ppc"
        setenv ARCHS_STANDARD_64_BIT x86_64
        setenv ASL_HEADER_SEARCH_PATHS "../../../external/asl/boost_libraries/ ../../../external/asl/intel_tbb_libraries/include/ ../../../external/asl/adobe_source_libraries/"
        setenv BIB_THROW BIB_NO_THROW
        setenv BUILD_COMPONENTS "headers build"
        setenv BUILD_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build"
        setenv BUILD_ROOT "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build"
        setenv BUILD_STYLE Default
        setenv BUILD_VARIANTS normal
        setenv BUILT_APPLICATION_DIR ../../../build/mac/Release/packagefolder/contents/macos/
        setenv BUILT_PRODUCTS_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/SDK"
        setenv CACHE_ROOT /var/folders/8s/vxz9psl48xl5j0006s6r9qlh0000gp/C/com.apple.Xcode.502
        setenv CCHROOT /var/folders/8s/vxz9psl48xl5j0006s6r9qlh0000gp/C/com.apple.Xcode.502
        setenv CHMOD /bin/chmod
        setenv CHOWN /usr/sbin/chown
        setenv CLASS_FILE_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/JavaClasses"
        setenv CLEAN_PRECOMPS YES
        setenv CLONE_HEADERS NO
        setenv CODESIGNING_FOLDER_PATH "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/SDK/BasicDialog.sdk.InDesignPlugin/Versions/A"
        setenv CODE_SIGNING_ALLOWED YES
        setenv COMMAND_MODE legacy
        setenv COMPOSITE_SDK_DIRS /var/folders/8s/vxz9psl48xl5j0006s6r9qlh0000gp/C/com.apple.Xcode.502/CompositeSDKs
        setenv CONFIGURATION Default
        setenv CONFIGURATION_BUILD_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/SDK"
        setenv CONFIGURATION_TEMP_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default"
        setenv CONTENTS_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A
        setenv COPYING_PRESERVES_HFS_DATA NO
        setenv COPY_PHASE_STRIP YES
        setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
        setenv CP /bin/cp
        setenv CURRENT_ARCH i386
        setenv CURRENT_VARIANT normal
        setenv CURRENT_VERSION Current
        setenv DEAD_CODE_STRIPPING YES
        setenv DEBUGGING_SYMBOLS YES
        setenv DEBUG_INFORMATION_FORMAT dwarf
        setenv DEPLOYMENT_LOCATION NO
        setenv DEPLOYMENT_POSTPROCESSING NO
        setenv DERIVED_FILES_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/DerivedSources"
        setenv DERIVED_FILE_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/DerivedSources"
        setenv DERIVED_SOURCES_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/DerivedSources"
        setenv DEVELOPER_APPLICATIONS_DIR /Developer/Applications
        setenv DEVELOPER_BIN_DIR /Developer/usr/bin
        setenv DEVELOPER_DIR /Developer
        setenv DEVELOPER_FRAMEWORKS_DIR /Developer/Library/Frameworks
        setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Library/Frameworks\""
        setenv DEVELOPER_LIBRARY_DIR /Developer/Library
        setenv DEVELOPER_SDK_DIR /Developer/SDKs
        setenv DEVELOPER_TOOLS_DIR /Developer/Tools
        setenv DEVELOPER_USR_DIR /Developer/usr
        setenv DEVELOPMENT_LANGUAGE English
        setenv DOCUMENTATION_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Resources/English.lproj/Documentation
        setenv DO_HEADER_SCANNING_IN_JAM NO
        setenv DSTROOT /tmp/BasicDialog.sdk.dst
        setenv DWARF_DSYM_FILE_NAME BasicDialog.sdk.InDesignPlugin.dSYM
        setenv DWARF_DSYM_FOLDER_PATH "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/SDK"
        setenv DYLIB_INSTALL_NAME_BASE ./
        setenv ENABLE_HEADER_DEPENDENCIES YES
        setenv ENABLE_OPENMP_SUPPORT NO
        setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".svn CVS"
        setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) CVS .svn *.xcodeproj *.xcode *.pbproj *.pbxproj"
        setenv EXECUTABLES_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Resources/English.lproj
        setenv EXECUTABLE_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A
        setenv EXECUTABLE_NAME BasicDialog.sdk
        setenv EXECUTABLE_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/BasicDialog.sdk
        setenv FILE_LIST "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/Objects/LinkFileList"
        setenv FIXED_FILES_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/FixedFiles"
        setenv FRAMEWORKS_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Frameworks
        setenv FRAMEWORK_FLAG_PREFIX -framework
        setenv FRAMEWORK_SEARCH_PATHS "\"/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/SDK\"  ../../../build/mac/release/packagefolder/contents/macos ../../../build/mac/release/packagefolder/contents/Frameworks"
        setenv FRAMEWORK_VERSION A
        setenv FULL_PRODUCT_NAME BasicDialog.sdk.InDesignPlugin
        setenv GCC3_VERSION 3.3
        setenv GCC_ENABLE_CPP_EXCEPTIONS YES
        setenv GCC_ENABLE_CPP_RTTI YES
        setenv GCC_ENABLE_SYMBOL_SEPARATION YES
        setenv GCC_GENERATE_DEBUGGING_SYMBOLS YES
        setenv GCC_INCREASE_PRECOMPILED_HEADER_SHARING YES
        setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
        setenv GCC_INPUT_FILETYPE sourcecode.cpp.cpp
        setenv GCC_MODEL_TUNING G5
        setenv GCC_OPTIMIZATION_LEVEL 3
        setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
        setenv GCC_PRECOMPILE_PREFIX_HEADER YES
        setenv GCC_PREFIX_HEADER ../../../source/precomp/gcc/PluginPrefix.pch
        setenv GCC_PREPROCESSOR_DEFINITIONS " MACINTOSH MACOSX_SDKVERSION=1050 BIB_NO_THROW NDEBUG"
        setenv GCC_SYMBOLS_PRIVATE_EXTERN YES
        setenv GCC_THREADSAFE_STATICS NO
        setenv GCC_TREAT_WARNINGS_AS_ERRORS YES
        setenv GCC_VERSION 4.0
        setenv GCC_VERSION_IDENTIFIER __0
        setenv GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS NO
        setenv GCC_WARN_ABOUT_MISSING_PROTOTYPES YES
        setenv GCC_WARN_ABOUT_RETURN_TYPE YES
        setenv GCC_WARN_CHECK_SWITCH_STATEMENTS NO
        setenv GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS YES
        setenv GCC_WARN_INHIBIT_ALL_WARNINGS NO
        setenv GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED YES
        setenv GCC_WARN_MISSING_PARENTHESES YES
        setenv GCC_WARN_NON_VIRTUAL_DESTRUCTOR NO
        setenv GCC_WARN_SHADOW YES
        setenv GCC_WARN_UNUSED_FUNCTION YES
        setenv GCC_WARN_UNUSED_LABEL YES
        setenv GCC_WARN_UNUSED_PARAMETER YES
        setenv GCC_WARN_UNUSED_VALUE YES
        setenv GCC_WARN_UNUSED_VARIABLE NO
        setenv GENERATE_MASTER_OBJECT_FILE NO
        setenv GENERATE_PKGINFO_FILE NO
        setenv GENERATE_PROFILING_CODE NO
        setenv GID 502
        setenv GROUP studer
        setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
        setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES
        setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
        setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
        setenv HEADER_SEARCH_PATHS "\"/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/SDK/include\" /Developer/SDKs/MacOSX10.5.sdk/Developer/Headers/FlatCarbon ../../../source/precomp/common ../../../source/precomp/msvc ../../../source/precomp/gcc ../../../source/public/includes  ../../../source/public/interfaces/architecture ../../../source/public/interfaces/utils ../../../source/public/interfaces/xmedia ../../../source/public/libs/widgetbin/includes ../../../source/open/includes/** ../../../source/open/interfaces/** ../../../source/open/libs/widgetbin/includes ../../../external/asl/boost_libraries/ ../../../external/asl/intel_tbb_libraries/include/ ../../../external/asl/adobe_source_libraries/ ../../../external/afl/includes ../../../source/precomp/msvc ../../../source/public/interfaces/xmedia ../../../source/public/interfaces/ui ../../../source/public/interfaces/tables ../../../source/public/interfaces/text ../../../source/public/interfaces/graphics ../../../source/public/components/widgetbin/includes ../../../source/public/interfaces/workgroup ../../../source/public/interfaces/interactive ../../../source/public/interfaces/interactive/ui ../../../source/public/interfaces/colormgmt ../../../source/public/interfaces/utils ../../../source/public/interfaces/incopy ../../../source/public/interfaces/layout ../../../source/public/interfaces/architecture ../../../source/public/interfaces/cjk ../../../source/public/facades/graphics ../../../source/public/facades/text ../../../source/public/facades/layout ../../../source/precomp/common ../../../source/public/includes ../../../source/public/components/publiclib/plugins ../../../source/public/components/publiclib/files ../../../source/public/components/publiclib/objectmodel ../../../source/sdksamples/common ../../../external/afl/includes"
        setenv ICONV /usr/bin/iconv
        setenv IC_CREATOR "\"InCp\""
        setenv ID_ALLPUBLIC_HEADER_SEARCH_PATHS "../../../source/precomp/common ../../../source/precomp/msvc ../../../source/precomp/gcc ../../../source/public/includes ../../../source/public/interfaces/** ../../../source/public/libs/widgetbin/includes"
        setenv ID_APPLICATION_TYPE "\"APPL\""
        setenv ID_BUILD_CONFIG_COMMON YES
        setenv ID_BUILD_CONFIG_COMMON_RELEASE YES
        setenv ID_BUILD_CONFIG_PLUGIN_RELEASE YES
        setenv ID_BUILD_CONFIG_PLUGIN_SDK YES
        setenv ID_BUILT_SDK_SAMPLES_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/SDK"
        setenv ID_COMMON_HEADER_SEARCH_PATHS "/Developer/SDKs/MacOSX10.5.sdk/Developer/Headers/FlatCarbon ../../../source/precomp/common ../../../source/precomp/msvc ../../../source/precomp/gcc ../../../source/public/includes  ../../../source/public/interfaces/architecture ../../../source/public/interfaces/utils ../../../source/public/interfaces/xmedia ../../../source/public/libs/widgetbin/includes ../../../source/open/includes/** ../../../source/open/interfaces/** ../../../source/open/libs/widgetbin/includes ../../../external/asl/boost_libraries/ ../../../external/asl/intel_tbb_libraries/include/ ../../../external/asl/adobe_source_libraries/"
        setenv ID_COMMON_REZ_SEARCH_PATHS "/Developer/SDKs/MacOSX10.5.sdk/Developer/Headers/FlatCarbon ../../../source/precomp/common ../../../source/precomp/msvc ../../../source/public/includes"
        setenv ID_CREATOR "\"InDn\""
        setenv ID_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release"
        setenv ID_FUTURE_VERSION_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/packagefolder/contents/macos/future version"
        setenv ID_OPEN_HEADER_SEARCH_PATHS "../../../source/open/includes/** ../../../source/open/interfaces/** ../../../source/open/libs/widgetbin/includes"
        setenv ID_PLUGINS_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/plug-ins"
        setenv ID_PLUGIN_OPTIONAL_TYPE "\"InDa\""
        setenv ID_PLUGIN_REQUIRED_TYPE "\"InDr\""
        setenv ID_PLUGIN_SDK_TYPE "\"InD3\""
        setenv ID_PRJ_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj"
        setenv ID_PUBLIC_HEADER_SEARCH_PATHS "../../../source/precomp/common ../../../source/precomp/msvc ../../../source/precomp/gcc ../../../source/public/includes  ../../../source/public/interfaces/architecture ../../../source/public/interfaces/utils ../../../source/public/interfaces/xmedia ../../../source/public/libs/widgetbin/includes"
        setenv ID_REQUIRED_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/packagefolder/contents/macos/required"
        setenv ID_SDK_ROOT ../../..
        setenv ID_SHARED_PRECOMPS_ROOT "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/SharedPrecompiledHeaders"
        setenv ID_TESTING_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/packagefolder/contents/macos/testing"
        setenv ID_TOOLS_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/tools"
        setenv INFOPLISTSTRINGS_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Resources/English.lproj/InfoPlist.strings
        setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
        setenv INFOPLIST_FILE ../../../source/sdksamples/common/Info.plist
        setenv INFOPLIST_OUTPUT_FORMAT same-as-input
        setenv INFOPLIST_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Resources/Info.plist
        setenv INFOPLIST_PREPROCESS YES
        setenv INSTALL_DIR /tmp/BasicDialog.sdk.dst./
        setenv INSTALL_GROUP studer
        setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
        setenv INSTALL_OWNER studer
        setenv INSTALL_PATH ./
        setenv INSTALL_ROOT /tmp/BasicDialog.sdk.dst
        setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
        setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
        setenv JAVA_ARCHIVE_CLASSES YES
        setenv JAVA_ARCHIVE_TYPE JAR
        setenv JAVA_COMPILER /usr/bin/javac
        setenv JAVA_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Resources/Java
        setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
        setenv JAVA_JAR_FLAGS cv
        setenv JAVA_SOURCE_SUBDIR .
        setenv JAVA_USE_DEPENDENCIES YES
        setenv JAVA_ZIP_FLAGS -urg
        setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
        setenv KEEP_PRIVATE_EXTERNS NO
        setenv LD_DYLIB_INSTALL_NAME ./BasicDialog.sdk.InDesignPlugin/Versions/A/BasicDialog.sdk
        setenv LD_GENERATE_MAP_FILE NO
        setenv LD_MAP_FILE_PATH "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/BasicDialog.sdk-LinkM ap-normal-i386.txt"
        setenv LD_OPENMP_FLAGS -fopenmp
        setenv LEX /Developer/usr/bin/lex
        setenv LIBRARY_FLAG_NOSPACE YES
        setenv LIBRARY_FLAG_PREFIX -l
        setenv LIBRARY_SEARCH_PATHS "\"/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/SDK\"  ../../../build/mac/release/packagefolder/contents/macos/libs"
        setenv LINKER_DISPLAYS_MANGLED_NAMES NO
        setenv LINK_FILE_LIST_normal_i386 "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/Objects-normal/i386/B asicDialog.sdk.LinkFileList"
        setenv LINK_WITH_STANDARD_LIBRARIES YES
        setenv LOCALIZED_RESOURCES_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Resources/English.lproj
        setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
        setenv LOCAL_APPS_DIR /Applications
        setenv LOCAL_DEVELOPER_DIR /Library/Developer
        setenv LOCAL_LIBRARY_DIR /Library
        setenv MACH_O_TYPE mh_dylib
        setenv MACOSX_DEPLOYMENT_TARGET 10.5
        setenv MACOSX_SDKVERSION 1050
        setenv MAC_OS_X_VERSION_ACTUAL 1073
        setenv MAC_OS_X_VERSION_MAJOR 1070
        setenv MAC_OS_X_VERSION_MINOR 0703
        setenv NATIVE_ARCH i386
        setenv NATIVE_ARCH_32_BIT i386
        setenv NATIVE_ARCH_64_BIT x86_64
        setenv NATIVE_ARCH_ACTUAL x86_64
        setenv NO_COMMON YES
        setenv OBJECT_FILE_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/Objects"
        setenv OBJECT_FILE_DIR_normal "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/Objects-normal"
        setenv OBJROOT "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build"
        setenv ONLY_ACTIVE_ARCH NO
        setenv ONLY_LINK_ESSENTIAL_SYMBOLS YES
        setenv OPTIMIZATION_LEVEL 0
        setenv OS MACOS
        setenv OSAC /usr/bin/osacompile
        setenv OS_HEADER_SEARCH_PATHS /Developer/SDKs/MacOSX10.5.sdk/Developer/Headers/FlatCarbon
        setenv OTHER_LDFLAGS "-Wl,-executable_path -Wl,../../../build/mac/Release/packagefolder/contents/macos/"
        setenv OTHER_REZFLAGS "-d __GNUC__ -d MACINTOSH"
        setenv PACKAGE_TYPE com.apple.package-type.wrapper.framework
        setenv PASCAL_STRINGS YES
        setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms"
        setenv PBDEVELOPMENTPLIST_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/pbdevelopment.plist
        setenv PER_ARCH_CFLAGS_i386 -DMACTEL_SKIP
        setenv PFE_FILE_C_DIALECTS c++
        setenv PKGINFO_FILE_PATH "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/PkgInfo"
        setenv PKGINFO_PATH BasicDialog.sdk.InDesignPlugin/PkgInfo
        setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Applications
        setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/usr/bin
        setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Library
        setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/SDKs
        setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Tools
        setenv PLATFORM_DEVELOPER_USR_DIR /Developer/usr
        setenv PLATFORM_NAME macosx
        setenv PLC_GENERATE_PKGINFO_FILE YES
        setenv PLC_INCLUDES "/Developer/Headers/FlatCarbon ../../../source/precomp/** ../../../source/public/includes ../../../source/components/documentui ../../../source/components/documentactions ../../../source/application/shared ../../../source/components/s4sp/control/includes ../../../source/components/kfkerning/hzincludes ../../../source/components/filters/pngfilter ../../../external/application\\ icons ../../../external/workflow\\ icons"
        setenv PLC_OUTPUT_CREATOR InDn
        setenv PLC_OUTPUT_TYPE InDa
        setenv PLIST_FILE_OUTPUT_FORMAT same-as-input
        setenv PLUGINS_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Resources
        setenv PREBINDING NO
        setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
        setenv PRECOMP_DESTINATION_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/PrefixHeaders"
        setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS YES
        setenv PRIVATE_HEADERS_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/PrivateHeaders
        setenv PRODUCT_NAME BasicDialog.sdk
        setenv PRODUCT_SETTINGS_PATH "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../../../source/sdksamples/common/Info.plist"
        setenv PRODUCT_TYPE com.apple.product-type.framework
        setenv PROFILING_CODE NO
        setenv PROJECT BasicDialog.sdk
        setenv PROJECT_DERIVED_FILE_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/DerivedSources"
        setenv PROJECT_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj"
        setenv PROJECT_FILE_PATH "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/BasicDialog.sdk.xcodeproj"
        setenv PROJECT_NAME BasicDialog.sdk
        setenv PROJECT_TEMP_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build"
        setenv PUBLIC_HEADERS_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Headers
        setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
        setenv REMOVE_CVS_FROM_RESOURCES YES
        setenv REMOVE_SVN_FROM_RESOURCES YES
        setenv REZ_COLLECTOR_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/ResourceManagerResour ces"
        setenv REZ_OBJECTS_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/ResourceManagerResour ces/Objects"
        setenv REZ_SEARCH_PATHS "\"/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/SDK\" /Developer/SDKs/MacOSX10.5.sdk/Developer/Headers/FlatCarbon ../../../source/precomp/common ../../../source/precomp/msvc ../../../source/public/includes ../../../external/palettes ../../../external/workflow icons"
        setenv RUN_CLANG_STATIC_ANALYZER YES
        setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES YES
        setenv SCRIPTS_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Resources/Scripts
        setenv SCRIPT_INPUT_FILE_COUNT 0
        setenv SCRIPT_OUTPUT_FILE_COUNT 0
        setenv SDKROOT /Developer/SDKs/MacOSX10.5.sdk
        setenv SDK_DIR /Developer/SDKs/MacOSX10.5.sdk
        setenv SDK_NAME macosx10.5
        setenv SED /usr/bin/sed
        setenv SEPARATE_STRIP NO
        setenv SEPARATE_SYMBOL_EDIT NO
        setenv SET_DIR_MODE_OWNER_GROUP YES
        setenv SET_FILE_MODE_OWNER_GROUP NO
        setenv SHARED_DERIVED_FILE_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/SDK/DerivedSources"
        setenv SHARED_FRAMEWORKS_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/SharedFrameworks
        setenv SHARED_PRECOMPS_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/SharedPrecompiledHeaders/Release"
        setenv SHARED_SUPPORT_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Resources
        setenv SKIP_INSTALL YES
        setenv SOURCE_ROOT "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj"
        setenv SRCROOT "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj"
        setenv STANDARD_C_PLUS_PLUS_LIBRARY_TYPE dynamic
        setenv STRINGS_FILE_OUTPUT_ENCODING UTF-16
        setenv STRIP_INSTALLED_PRODUCT YES
        setenv STRIP_STYLE debugging
        setenv SYMBOL_REPOSITORY_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/SymbolRepositories"
        setenv SYMROOT "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build"
        setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
        setenv SYSTEM_APPS_DIR /Applications
        setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
        setenv SYSTEM_DEMOS_DIR /Applications/Extras
        setenv SYSTEM_DEVELOPER_APPS_DIR /Developer/Applications
        setenv SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin
        setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Applications/Utilities/Built Examples"
        setenv SYSTEM_DEVELOPER_DIR /Developer
        setenv SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Reference Library"
        setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/Applications/Graphics Tools"
        setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Applications/Java Tools"
        setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/Applications/Performance Tools"
        setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes"
        setenv SYSTEM_DEVELOPER_TOOLS /Developer/Tools
        setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Reference Library/documentation/DeveloperTools"
        setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes/DeveloperTools"
        setenv SYSTEM_DEVELOPER_USR_DIR /Developer/usr
        setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Applications/Utilities
        setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
        setenv SYSTEM_LIBRARY_DIR /System/Library
        setenv TARGETNAME Release
        setenv TARGET_BUILD_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/../Release/SDK"
        setenv TARGET_NAME Release
        setenv TARGET_TEMP_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build"
        setenv TEMP_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build"
        setenv TEMP_FILES_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build"
        setenv TEMP_FILE_DIR "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build"
        setenv TEMP_ROOT "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build"
        setenv UID 502
        setenv UNLOCALIZED_RESOURCES_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Resources
        setenv UNSTRIPPED_PRODUCT NO
        setenv USER studer
        setenv USER_APPS_DIR /Users/studer/Applications
        setenv USER_LIBRARY_DIR /Users/studer/Library
        setenv USE_DYNAMIC_NO_PIC YES
        setenv USE_HEADERMAP YES
        setenv USE_HEADER_SYMLINKS NO
        setenv VALIDATE_PRODUCT NO
        setenv VALID_ARCHS "i386 x86_64"
        setenv VERBOSE_PBXCP NO
        setenv VERSIONPLIST_PATH BasicDialog.sdk.InDesignPlugin/Versions/A/Resources/version.plist
        setenv VERSIONS_FOLDER_PATH BasicDialog.sdk.InDesignPlugin/Versions
        setenv VERSION_INFO_BUILDER studer
        setenv VERSION_INFO_FILE BasicDialog.sdk_vers.c
        setenv VERSION_INFO_STRING "\"@(#)PROGRAM:BasicDialog.sdk  PROJECT:BasicDialog.sdk-\""
        setenv WARNING_CFLAGS "-Wchar-subscripts -Wimplicit -Wsequence-point -Winit-self -Wmissing-field-initializers -Wpointer-arith -Wcast-align -Wpacked"
        setenv WRAPPER_EXTENSION InDesignPlugin
        setenv WRAPPER_NAME BasicDialog.sdk.InDesignPlugin
        setenv WRAPPER_SUFFIX .InDesignPlugin
        setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
        setenv XCODE_VERSION_ACTUAL 0323
        setenv XCODE_VERSION_MAJOR 0300
        setenv XCODE_VERSION_MINOR 0320
        setenv YACC /Developer/usr/bin/yacc
        /bin/sh -c "\"/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/Script-D8C837AA0F8EC4 9400085251.sh\""
    ** BUILD FAILED **
    The following build commands failed:
    Release:
              Preprocess "/Applications/Adobe InDesign CS5.5 SDK/build/mac/prj/build/BasicDialog.sdk.build/Default/Release.build/Preprocessed-Info.pli st" ../../../source/sdksamples/common/Info.plist
    (1 failure)
    studer-imac:prj studer$

  • IPhone SDK running on phone

    I can run an app in the simulator, but when I set the Target to the phone it gives me an error "Error: not device found". This despite the fact that the phone shows up in the Organizer window with a green light, so it obviously found the phone.
    Has anyone been able to run an app on the phone?
    The simulator does not support OpenGL, so if you want an OGL app you have to run on the real hardware.

    applemeef wrote:
    Yes that's what I meant, why should I have to pay to have my personal application run on my personal iPod? I think that's just stupid to be honest. I can see you having to pay $100 to upload it to the app store, but to JUST run it on your phone?
    Keep in mind what Apple sees this SDK for. Its not designed for the average home programmer. Its a solution for developers that want to program and sell apps for all iPhone customers.
    At the end of the day, it is what it is. Keep in mind it is a +one time+ $99 fee. If you are serious about doing programing, its an investment you will just have to make.
    As for developement tips, the SDK was just released a few days ago. I'm sure with time there will be tutorials available, but given the degree of technical skill required to program for a GUI interface they probably won't be much use to people without strong backgrounds in Objective-C and Cocoa.

  • Java ME SDK 8.0 EA Netbeans plugin installation problem

    We have been getting reports that some developer had trouble installing the Java ME SDK 8 EA plugins into NetBeans. We are working on fixing the issue, in the meantime please try the workaround posted in the Java ME SDK forum:
    Java ME SDK 8.0 EA Netbeans plugin installation problem
    Also be sure to check the latest ME SDK 8 EA Release Notes for late-braking information:
    http://docs.oracle.com/javame/dev-tools/jme-sdk-8/release-notes/html/Release_Notes/Release_Notes.html
    Sorry for the inconvenience.
    Best,
    -- Terrence

    Hi,
    For the Raspberry Pi, tooling over serial port is not supported. The simplest solution is to use standard IP networking over Ethernet. This can be a direct connection between the PC and the Raspberry Pi, as long as the cable is twisted and the IP addressing is correct (e.g. manual IP addressing or DHCP server on the PC).
    Regarding "Connecting to a UART Device": This is meant for attaching and controlling serial devices from the Raspberry Pi, not for tooling connections between the Raspberry Pi and the PC.
    Hope this helps,
    -- Terrence

  • How to update the AIR included in Flash Builder SDK?

    So, the Flash Builder SDK comes with a version of AIR, which it uses when you package a mobile app for iOS (Android mobile apps are run with the AIR that's downloaded from the Marketplace)...  On my Windows machine, this "built-in" copy of AIR is located in "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\sdks\4.6.0\runtimes\" unless I'm mistaken.
    I'm pretty sure that it does not automatically update itself -- and I'm equally certain that it's a pretty old version of AIR, because it's the one that was included with the 4.6 SDK which was released 8 months ago...
    So how do I update this version of AIR that's built into the Flash Builder SDK?
    Thanks,
    Laurence MacNeill
    Mableton, Georgia, USA

    Oops -- never mind...  Didn't realize there was a separate AIR SDK that you could download -- I thought it was integrated into the Flex SDK, and since there hasn't been a new Flex SDK since 4.6, I thought I had to somehow grab pieces and parts of AIR to update this manually...
    But grabbing the AIR SDK from http://www.adobe.com/devnet/air/air-sdk-download.html did the trick...  Just unzipped that into the sdks\4.6.0 folder and was done...  Sweet...
    L.

  • Which iOS SDK is flex using?

    Hi,
    i cant find any information about the iOS SDK Version that flex is using when we compile the ipa file.
    I dont mean the flex sdk like 4.5.1 or AIR 2.7. When you got to Apple App Store with your iphone or ipad you see that very application has a SDK information like iOS 3.2 or higher, 4.2 or higher.
    I would like to know how flex is using or generating this SDK specification?
    Is it maybe so that the installed SDK is used when you download the latest xcode SDK from apple, like currently version 4.3.3?
    Please someone make lights on this
    Regards
    Gary
    http://onlinelib.de

    Hello Gary,
    Adobe is laconic on exact iOS SDK support in release notes, you could read something more specific from that article:
    Supported iOS devices
    As part of supporting the latest and most powerful Flash runtime features on iOS, we have chosen to drop support for the original iPhone and the iPhone 3G, along with iPhone OS 3. AIR 2.6 supports building apps for the following iOS 4 devices:
    iPhone 3GS and iPhone 4
    iPod Touch (3rd Generation and 4th Generation)
    iPad
    bolding is mine - so iOS 3.0 is completely dropped and compiled output is all 4.* iOS
    edit: see also:
    http://kb2.adobe.com/cps/891/cpsid_89107.html#main_AIR_runtime_system_requirements_
    hth,
    kind regards,
    Peter

  • What's new in AIR SDK 3.1.4880?

    I just noticed that you silently updated the AIR SDK 3.1 to 3.1.4880.
    Comparing the files you can see 23 files were updated in January 9th, 2012.
    The original 3.1 SDK was from November 7th, 2011.
    Why don't you include a "what's new" file inside the ZIP?
    I suppose this new build is just a bugfix release, but you could still tell what's been fixed.
    So, what's the difference between this newer 3.1 SDK (build 4880) and the older 3.1?
    Regards,
    OMA

    Hello Chris.
    Thanks for your reply. As far as I know, AIR 3.1 SDK was first released in November 2011, wasn't it?
    You can even see that all files inside the original 3.1 ZIP have a 7th of November date.
    I already have the original 3.1 SDK for Windows, because I already downloaded it when it was released,
    but BDindeblender is asking for the original 3.1 SDK for Mac, which unfortunately I don't have,
    because I usually work in a Windows environment (except when I have to upload to Apple's App Store).
    The version currently available at Adobe's SDK page is 3.1.0.4880 which was released in January, 2012
    (until it gets replaced with the 3.2 SDK when the Release Candidate becomes Final)
    http://www.adobe.com/devnet/air/air-sdk-download.html
    The problem with this updated "4880" build is it has a bug that the original 3.1 didn't have, described here:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3121219
    I hope this bug isn't carried over to the new 3.2 SDK. I still haven't tried it, so I can't comment on that yet.
    Regards.

  • Unable to release 800 sales orders at one go in ByD

    Hi,
    We have 800 sales orders which are Preparation status. When we try to release all the 800 sales orders we have experienced system crash/dump twice roughly 11-12 mins into the process. At the end of the processing none of the sales orders got released. Could you please advise how can we release all the 800 sales orders at one go and complete the process without any dumps. Could someone please advise on this?
    Many Thanks,
    Deepthi

    Hi,
    The reason why the 800 sales orders are not releasing at one go is that Release function on sales order is performing ATP checks and it is locating if the products are in place etc., and then after confirming all the checks, it is releasing the sales order. I am exploring the possibility of writing an SDK solution of releasing the sales order without having to perform these checks and perform the checks may be while loading the sales order or may be perform checks separately and then release separately all 800 sales orders at one go. Can someone please advise?
    Kind Regards,
    Deepthi

Maybe you are looking for

  • How to load spatial data from .shp file

    Could anyone suggest an easy to use, free tool to upload spatial data from .shp file (or/and other open source spatial file sources) into an Oracle Locator database? We have licensing for ArcGIS10, but nobody (including ArcGIS) have been able to succ

  • Why does the mouse cursor move to away from the currrent application without the mouse being moved

    the mouse cursor moves away from the current application without the mouse having been moved - this started with the new version - re-installing Firefox makes the problem go away for a short period - re-installing is not a solution == This happened =

  • How do you make charts in the Numbers app on the iPad?

    I've followed the guides, asked Geniuses and spoken with AppleCare on how to implement charts within the iPad Numbers app. So far I haven't been able together any help or suggestions. I am trying to create a pie chart showing some data for an investm

  • Firmware Upgrade was interrupted

    Hi, While I was ugrading the firmware of my phone n73 music edition, for some reason the upgrade was interrupted, I think the usb cable has a bad connection, a little touch it disconnects. The problem is that the phone does not turn on anymore. Is th

  • Can't get Compressor to start

    Very frustrated, any ideas. I reinstalled the program and fixed the Qmaster thing. Here is the error report Thanks in advance Chris Process: Compressor [1075] Path: /Applications/Compressor.app/Contents/MacOS/Compressor Identifier: com.apple.compress