Mac SDK example plugins - none compile (Missing Base SDK)

Hi All
I'm a Windows developer, and it's been a long time since I've developed our plugin for the Mac (10 years ago using powerpc, codewarrior etc), so my Mac skills are rusty.
I thought I'd start with the SDK examples, but I can't get them to compile.  When I open the Dissolve project I get an error:
'Missing Base SDK'
Project settings has Base SDK set to OSX10.6 (in a custom path that I can't read because XCode truncates it).
The minimum Base SDK I can select is 10.7, but when I do that I get a build error in DialogUtilities.h, "'Dialogs.h' not found"
Do I need to find the OSX10.6 Base SDK and use that?  Where and how?  Or is there an alternative to Dialogs.h that OSX10.7 onwards uses?  This is probably an elementary question, but I can't find the answer!
I'm using:
OS X - Mountain Lion (running in VirtualBox, but I can't see how this would upset the compiler)
XCode - 4.5.2
Photoshop SDK 13.0 - CS6
Thanks
Jamie

You should be able to just comment out those header includes. I believe this is the list of files to comment out.
1. SDK common/includes/PIUFile.h
a. #include <Folders.h>
2. SDK common/includes/PIUtilities.h
a. #include <LowMem.h>
b. #include <ToolUtils.h>
c. #include <FixMath.h>
3. SDK common/includes/DialogUtilities.h
a. #include <Diaglos.h>
b. #include <Types.h>
c. #include <Gestalt.h>
d. #include <TextUtils.h>
e. #include <OSUtils.h>
f. #include <Menus.h>

Similar Messages

  • In xcode i deleted my default.png file and know my app says 0 target and missing base sdk how can i fix this please

    please help mw fix my app i deleted my default .png file the one that displays an image when u first run the the and after i deleted my app wont run and says at the very top 0 target , missing base sdk. how can i fix this please help.

    hello , i did exactly the same thing , and my app store icon look like this :
    http://i.imgur.com/FIrph.png
    so can you tell me how did your friend send the app store for you? please

  • Problem with Photoshop SDK example plugins

    Hi,
    I would like to write a filter plugin. So I have downloaded the Photoshop CS2 SDK and I have compiled all the example filter plugins from it. Now when I use an additional directory for loading the plugins to the Photoshop CS2. Only 3 of 7 show up. I am using Windows Vista.
    Does somebody know what I am doing wrong?
    Thanks
    Lucie

    Apart from the obvious, no.
    Vista brings a bunch of new headaches for people using plugins, including "entry point not found" and memory bugs which XP/OS X users don't encounter.
    An upgrade to a different operating system is recommended.

  • Sdk examples missing macro

    Hello All,
    I am trying to build the shake sdk example plugins for os x on a mac-pro.
    Problem is that when I click on any of the newly appeared SDK->xxx icons, I only get a black screen saying "missing macro" in red.
    and in my shell it says,
    "error: NRiFxButton1, line 1: unknown function SFileInDialog_
    SFileInDialog_()"
    They compile and link went through XCode without errors.
    The files look like they are installed in the right place.
    When launching shake from shell it tells me that the 'plugins.bundle' and 'registerPluginsUI.h' got loaded ok.
    I get new the new buttons in shake(without any icons)
    Would anyone know what I might be doing wrong??
    cheers
    fred

    Oh actually,
    I just spotted this error message higher up in the startup text:
    Error loading /Applications/Shake/shake.app/Contents/PlugIns/startup//plugins.bundle/Contents /MacOS/plugins: dlopen(/Applications/Shake/shake.app/Contents/PlugIns/startup//plugins.bundle/C ontents/MacOS/plugins, 262): Symbol not found: __ZTI10NRiMonadic
    Referenced from: /Applications/Shake/shake.app/Contents/PlugIns/startup//plugins.bundle/Contents /MacOS/plugins
    Expected in: /Applications/Shake/shake.app/Contents/MacOS/../../../shake.app/Contents/Framew orks/nrccmacos.framework/Versions/A/nrccmacos
    Just have to figure out what that is about.
    cheers
    fred

  • None of the SDK Examples are Compiling in Xcode ???

    Hi....
    I have just downloaded the PPRO CC SDK - I am trying the examples but NONE of them are compiling...
    REZ Error 3 etc etc etc - Missing Headers and what not
    Is this for real ????
    -- Best
    Morten

    Hi Morten,
    So you are compiling using XCode 5 on 10.9, right?
    You have two options:
    1) From an older version of XCode, copy across the 10.7 SDK, which is what the sample projects expect (since Premiere Pro CC runs on Mac OS 10.7 and later)
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOS X10.7.sdk
    or
    2) In the Build Settings, change the Base SDK to OS X 10.8.  This means the plug-ins you build will not work on 10.7.

  • I am not able to open, compile and build sample plugin projects from Indesign CS4 SDK

    Hi,
    I am new to Indesign plugin development.
    I have downloaded Indesign CS4 SDK Products version for Windows.
    I have downloaded Adobe Indesign CS4 trial version.
    I have Microsoft Visual C++ 6.0 . I want to build sample SDK examples given
    in SDK. But when I open them from visual c++ /prj folder the project is not
    getting opened.
    I want to load Dollyxs and build it and using that develop some projects.
    Also want to build and run the SDK examples .
    So can anybody help about what software I need n which version of visul c++
    is needed for this.And how to Install
    them.
    Thanks n Regards,
    Ravi Sharma

    Hi,
    Thank u very much for your response.
    Now I am getting error as :Error spawning cmd.exe. while I am building project (Indesign cs4-Windows).
    I have set properties for .fr and .rc files .Am I missing any other setting to be made.
    Can u help me?
    Regards,
    Ravi Sharma

  • Base SDK Missing error

    I previously coded a test iPhone application on Mac OS X 10.4 (Leopard), which uses the older XCode SDK. I now upgraded to Mac OS X 10.6.4 (Snow Leopard) and is now using XCode 3.2.4. When I attempt to run the iPhone application with the upgraded version of XCode an error message of "Base SDK Missing". Can I make it run with the newer XCode 3.2.4? Thank you very much!

    Right click your project name in the groups and files pane. Choose get info. Click Base SDK and change it to 4.1. This sould fix your problem.
    P.S. Leopard is 10.5 not 10.4. Tiger is 10.4

  • Mac 10.4 Base SDK for CS3 plug-ins only?

    I am trying to build a CS3 plug-in on Mac 10.5 with XCode 3.1.2 and InDesign SDK 5.0.4.  It works fine if I chooses 10.4 as "base SDK", however, when I tries to use 10.5 SDK,  the build failed. Among others, it complains about some duplicate declaration of uint32 between an InDesign SDK header file and a Mac OS 5 header file. This makes me think the InDesign SDK may not be compatible with Mac 10.5 base libraries.  It that true? Have you been able to use the similar setup to build a CS3 plug-in?  Thanks.

    I am a programming newb, but if you build it for 10.4, the plug in should work in 10.5 without recompile. Right? I've built universal apps for 10.4 that continue to work correctly in 10.5.

  • Missing  SMD Channel Model.sdk.InDesign Plugin

    Hello everybody!
    I got an InDesign file from a print office today. When I try to open it, I get a message that advises me to not open the file because the SMD Channel.sdk.InDesign Plugin isn't available on my system.
    Like a good girl I googled the problem and yes there are already some posts about that problem. Also in this forum there's already an existing discussion about it: Link InDesign Discussion
    But for the solutions they offer I should open the document but I simply can't. Because when I press "OK" only
    another warning appears that says that I can't open the document and that I should update my modules or  update to the current verison
    of InDesign. When I press "OK" again nothing further happens. (Pictures below)
    Operating System: Windows Vista
    InDesign Version: CS 5
    Sorry that the screenshots are in german. I hope you can use them anyway.
    Thanks for your help! -- Jannie

    Hi Jannie,
    This is not a big issue, it seems that the document you are using was created from a later version of InDesign than the one you are using to open it. Since you are using CS5 the document is probably created using CS5.5 or CS6, and you cannot open a doc of later version in a previous version of InDesign for obvious reasons.
    And for the reason this problem(your first screenshot) occurs is that every plugin in InDesign can save some persistent data on the document and if it does so then whenver you open such a document and the plugin is not loaded then this prompt occurs. However if the developer coding the plugin has some foresight he can avoid such alerts to the user by using Ignoretags resource in the plugin code.
    Hope my explanation cleared out the confusions you had on this behavior of InDesign
    Thanks
    -Manan

  • Changing the compiler in the SDK when building a BSP for a Zynq

    Hi,
    I have a zedboard and I need to get software running in a bare bones AMP situation using the IAR compiler. There is an eclipse plugin that I've manged to add to the SDK and I can get non BSP apps to use the IAR compiler, but not build/link as the BSP wont build with IAR.
    Looking through the SDK files I can see that there are some files to support the IAR compiler (C:\Xilinx\SDK\2015.2\data\embeddedsw\lib\bsp\standalone_v5_1\src\cortexa9\iccarm) however I can't figure out how to point the BSP at these files instead of the GCC ones.
    I feel like there's something simple I'm missing, like there should be an option in the BSP generation process or something.
    Has anyone else tried to go this?
    This was from a custom hardware design exported from Vivado 2015.2.
    Thanks

    Thanks, these helped a lot.
    I had to add the complier directory to my PATH variable.
    I found that I couldn't use the GUI to change the compiler flags and it kept passing -O2 -c to the compiler, neither of which are valid for IAR. So I had to manually edit the make file, this causes a problem if I try and re-open the options via the GUI and re-generating the sources deletes my change, but it does work.
    A couple of the other make files needed modifiying as well, XCoresightPs - needed to specify the cpu (IAR option --cpu= Cortex-A9) and the XGpio make file just needed a complete re-write no idea what was going on there, I copied a working one and changed the names.
    Also, for any other IAR users out there; --diag_suppress=Pa050 is a must, (removes warning about non native line endings)

  • Unable to install JDT example plugins in NetWeaver Studio

    Hello,
    I am using the SAP Web AS (Java 6.40) Sneak Preview Edition and am having a problem installing the JDT example plugins in the NetWeaver Developer Studio WorkBench.
    I have followed the instructions given in the 'Java Development User Guide' of the WorkBench online help (Getting Started >>Basic Tutorial>>Preparing the Workbench >>Installing the JDT Example Plugins) :
    1. I have downloaded the Examples zip file (eclipse-examples-2.1.2-win32.zip ) from www.eclipse.org/downloads
    2. The zip file has been extracted to the root Eclipse directory,  C:\Program Files\SAP\JDT\eclipse\ while ensuring that the WorkBench is not running.
    3. However, after restarting the Workbench, there is no message indicating that the updates have been detected. Moreover, when I navigate to File > New > Example.. in the WorkBench, I don't see any examples which have been installed.
    Please advise on the correct procedure for installing the JDT example plugins in the WorkBench.
    Thanks,
    Nikhil
    Maxtor Peripherals (S) Pte Ltd.
    Singapore

    Hello Jiri,
    Thanks for the reply. I have followed your instructions but am still unable to install the Eclipse plugins and examples. While importing, if I point to the Eclipse base folder where I have unzipped the downloaded file, none of the examples/plugins are recognized.
    I would like to emphasize that the examples to which I was referring in my earlier note are not the standard examples which are delivered alongwith the SAP Web AS Sneak Preview installation. I am trying to install the examples which have been downloaded from the Eclipse website. These have been described in the WorkBench online help in the following section :
    Platform plugin Developer Guide > Examples Guide > Installing examples manually..
    The examples are Address Book, Clipboard, File Viewer etc.
    I understand that the prerequisite for this is  the installtion of the Eclipse plugins. As described in my earlier email, I have followed the instructions but the Workbench is not being updated with the Eclipse plugins.
    Awaiting your reply..
    Thanks,
    Nikhil

  • IPhone SDK 3.1: Problem compiling first Hello World App

    Hi,
    I am new to XCode, Mac OS and iPhone Development.
    I had already installed the earlier iPhone SDK (version prior to the latest 3.1) into my Mac OS 10.6. I was not able to run
    the hello world program through xCode as while opting for Build and Run, the simulator it was giving me an error saying that it cannot find the right SDK.
    I had assumed that the old SDK is not compatible with the new Mac OS 10.6 (Snow Leopard). I had then uninstalled the old
    iPhone SDK using Terminal tool, using the command line given in the xCode uninstall guide.
    Installed the latest iPhone SDK (version 3.1), and then tried to compile the hello world app through xCode. Now I am getting the following error:
    *error: can't exec '/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2' (No such file or directory*)
    I had located the above mentioned directory and could not find the file: "gcc-4.2" as mentioned in the error. Instead
    executable files like "i686-apple-darwin10-gcc-4.2.1" are present there.
    My Project Settings are:
    Project Format - xcode 3.2 -compatible
    Base SDK - iPhone Simulator 3.1
    Compiler Version - System Default (GCC 4.2)
    I am totally confused here, as I don't know how to correctly set up the ENV, as I thought the iPhone installer SDK does that automatically.
    Please help me out.
    Thanks in advance for your time,
    JC.
    Error Messages:
    Build helloworldxc of project helloworldxc with configuration Debug
    ProcessPCH /var/folders/P-/P-zMg0EzHree36VYyqKEvU+TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/helloworldxcPrefix-gylsydenhucpkgfnujlgvzvhfhzd/helloworldxcPrefix.pch.gch helloworldxc_Prefix.pch normal i386 objective-c com.apple.compilers.gcc.4_2
    cd "/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc"
    setenv LANG en_US.US-ASCII
    setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr /bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -x objective-c-header -arch i386 -fmessage-length=0 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -D_IPHONE_OS_VERSION_MINREQUIRED=30000 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1 .sdk -fvisibility=hidden -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/helloworldxc.build/Deb ug-iphonesimulator/helloworldxc.build/helloworldxc-generated-files.hmap -I/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/helloworldxc.build/D ebug-iphonesimulator/helloworldxc.build/helloworldxc-own-target-headers.hmap -I/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/helloworldxc.build/D ebug-iphonesimulator/helloworldxc.build/helloworldxc-all-target-headers.hmap -iquote /Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/helloworldxc.build/Deb ug-iphonesimulator/helloworldxc.build/helloworldxc-project-headers.hmap -F/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/Debug-iphonesimulato r -I/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/Debug-iphonesimulato r/include -I/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/helloworldxc.build/D ebug-iphonesimulator/helloworldxc.build/DerivedSources/i386 -I/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/helloworldxc.build/D ebug-iphonesimulator/helloworldxc.build/DerivedSources -c /Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/helloworldxc_Prefix.pch -o /var/folders/P-/P-zMg0EzHree36VYyqKEvU+TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/helloworldxcPrefix-gylsydenhucpkgfnujlgvzvhfhzd/helloworldxcPrefix.pch.gch
    while compiling hellowworldxc_Prefix.pch,
    error: can't exec '/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2' (No such file or directory)

    Could you let me know as where is the xcode setting through which it is looking for the compiler in the following path ? This path is probably wrong (Pls refer to the error messages)
    I'm not sure this will be of any help to you -- I'm not sure if it's the answer you're looking for, since I don't really know enough on the subject. However, this may answer your question, or at least maybe help you find the answer for yourself, so it's worth a shot. Try going to Edit Project Settings in the Project menu, and once the Project Settings open, select the Build tab. Search through this and see if you find any preferences along the lines of what you are looking for. In particular I would try the sections toward the bottom about the GCC 4.0 compiler. Sorry if this was a waste of time, but I wanted to try...

  • Error while deploying web role - Invalid application runtime - a runtime component is missing:/base/x64/IISConfigurator.exe

    I have Azure SDK 2.5 installed and when I try and publish my web role from VS 2013, it fails. When I manually upload the package and config through the Azure Portal I get the error:  "Invalid application runtime - a runtime component
    is missing:/base/x64/IISConfigurator.exe".
    I have tried uninstalling and re-installing the Azure SDK with no change in the error.
    Any ideas how I can troubleshoot this?

    I uninstalled the SDK, and tried to create a new cloud servce using the WCF service project template. The new project still gives me the same error:
    The file provided is not a valid service package. Detailed error code: WCFServiceWebRole1 Invalid application runtime - a runtime component is missing:/base/x64/IISConfigurator.exe.

  • AVAnnotHandlerRec GetType issue in sdk example!

    Hi,
    Anyone tried the Stamper api sdk example in Acrobat 10 or Acrobat 11 on windows (xp)?, well when you open a doc add a stamp to it and close acrobat without saving it crashes acrobat. (acrobat.dll error)
    (if you don't add stamps then it's closes ok)
    I have narrowed the problem down to the AVAnnotHandlerRec GetType  which is causing the issue, problem is I don't know how to fix it.
    I have used this example in Acrobat 5,6,7,8 and 9 and it works ok.
    gStamperAH.GetType = ASCallbackCreateProto(AVAnnotHandlerGetTypeProc, &AnnotGetType);
    Acrobat 10 SDK\Version 1\PluginSupport\Samples\Stamper
    crashes acrobat on close with:-
    AppName: acrobat.exe
    AppVer: 10.1.4.38
    ModName: acrobat.dll
    ModVer: 10.1.4.38
    Offset: 000bd8e7
    AppName: acrobat.exe
    AppVer: 11.0.0.379
    ModName: acrobat.dll
    ModVer: 11.0.0.379
    Offset: 0003c672
    Any ideas?

    well, I have debugged it and it's actually unloading the Stamper.api plugin ok. but has an memory access issue later which causes the crash, it seems everytime I debug the unload unloads with different results... ie.. order of plugin dll's.   anyway, i'm going to contact Adobe to see if they have any ideas.
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\Acrobat.exe'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\user32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\secur32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msvcp100.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msvcr100.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\shimeng.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\imm32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rserver30\R3GOD.DLL', Binary was not built with debug information.
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\rserver30\R3GOD.DLL'
    'Acrobat.exe': Loaded 'C:\Program Files\Google\Google Desktop Search\GoogleDesktopNetwork3.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\shimeng.dll'
    'Acrobat.exe': Loaded 'C:\Program Files\CheckPoint\ZAForceField\Plugins\ISWSHEX.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\m svcr80.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\m svcp80.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ole32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ntmarta.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\samlib.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wldap32.dll'
    'Acrobat.exe': Unloaded 'C:\Program Files\Google\Google Desktop Search\GoogleDesktopNetwork3.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\ws2_32.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\ws2help.dll'
    The thread 'Win32 Thread' (0x10a8) has exited with code 0 (0x0).
    'Acrobat.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x -ww_35d4ce83\comctl32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\Acrobat.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\AGM.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\version.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\CoolType.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\shell32.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\BIB.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\ACE.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msctf.dll'
    'Acrobat.exe': Loaded 'C:\Program Files\Common Files\Spigot\Search Settings\wth155.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\psapi.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43\m svcp90.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43\m svcr90.dll'
    The thread 'Win32 Thread' (0x80c) has exited with code 0 (0x0).
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\apphelp.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msctfime.ime'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\xpsp2res.dll', Binary was not built with debug information.
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\Stamper.api', Symbols loaded.
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\sqlite.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\clbcatq.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\comres.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\mslbui.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\winsta.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\winsta.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\netapi32.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\amtlib.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\winhttp.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\setupapi.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\iphlpapi.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll'
    The thread 'Win32 Thread' (0xe6c) has exited with code 1 (0x1).
    ADOBE_READLOGGER_CMD:PAUSE_LOG
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\BIBUtils.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wtsapi32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\winsta.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll'
    The thread 'Win32 Thread' (0x9fc) has exited with code 1 (0x1).
    The thread 'Win32 Thread' (0x39c) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x8b4) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x106c) has exited with code 0 (0x0).
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\Annots.api'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ieframe.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\iertutil.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\ieframe.dll'
    'Acrobat.exe': Unloaded 'C:\WINDOWS\system32\iertutil.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\PDDom.api'
    The thread 'Win32 Thread' (0x10b0) has exited with code 0 (0x0).
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\oleacc.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msvcp60.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msftedit.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\Accessibility.api'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wbem\wbemprox.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wbem\wbemcomn.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wbem\wbemsvc.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wbem\fastprox.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\ntdsapi.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\dnsapi.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rsaenh.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\crypt32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msasn1.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\AXE8SharedExpat.dll'
    'Acrobat.exe': Loaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\IA32.api'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wininet.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\normaliz.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\urlmon.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\iertutil.dll'
    The thread 'Win32 Thread' (0x1770) has exited with code 0 (0x0).
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\mswsock.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\hnetcfg.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wshtcpip.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\userenv.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\wintrust.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\imagehlp.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\schannel.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rasapi32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rasman.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\tapi32.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rtutils.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\winmm.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\msv1_0.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\sensapi.dll'
    'Acrobat.exe': Loaded 'C:\WINDOWS\system32\rasadhlp.dll'
    'Acrobat.exe': Loaded 'C:\Program Files\Bonjour\mdnsNSP.dll'
    'Acrobat.exe': Unloaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\Stamper.api'
    'Acrobat.exe': Unloaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\Annots.api'
    'Acrobat.exe': Unloaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\PDDom.api'
    'Acrobat.exe': Unloaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\Accessibility.api'
    'Acrobat.exe': Unloaded 'E:\Program Files\Adobe\Acrobat 11.0\Acrobat\plug_ins\IA32.api'
    The thread 'Win32 Thread' (0x1390) has exited with code 0 (0x0).
    First-chance exception at 0x6003c672 in Acrobat.exe: 0xC0000005: Access violation reading location 0x01ff36a0.
    Unhandled exception at 0x6003c672 in Acrobat.exe: 0xC0000005: Access violation reading location 0x01ff36a0.

  • Can you use SQL Developer against non Oracle data bases?

    If so, then how do you define the connection for non Oracle data bases?

    Look, SQL Developer has got to be a 'gateway' into Oracle DBs from other databases. JDBC allows simple introspection and execution of SQL commands. So the 'explain' button won't be available, or some of the DDL stuff, big deal! Let them get a taste of what they are missing by not having an Oracle database.
    If we can get non-Oracle developers (especially MS SQL Server) to use SQL Developer it will expose them to the superiority of the Oracle DB server.
    If they have heterogenous services installed they are already an Oracle customer -- we have little additional DB server sale opportunity there. SQL Developer is a really sweet tool and it could be a real draw into the DB server sales.
    SQL Developer must be easily usable by non-Oracle customers in order to help us sell the DB server to them!

Maybe you are looking for