Interface with SHBrowseForFolder Function (shell32.dll)

Dear OTN members,
Anyone there know how to interface with SHBrowseForFolder
Function in "shell32.dll" Windows NT's library ?
Regards
Khoo
null

I am currently using oracle developer Forms4.5 (release 1.6).
TQ
Regards,
Khoo
null

Similar Messages

  • Using journalized data in an interface with aggragate function

    Hi
    I am trying to use the journalized data of a source table in one of my interfaces in ODI. The trouble is that one of the mappings on the target columns involves a aggregate function(sum). When I run the interface i get an error saying "not a group by expression". I checked the code and found that the jrn_subscriber, jrn_flag and jrn_date columns are included in the select statement but not in the group by statement(the group by statement only contains the remiaining two columns of the target table).
    Is there a way around this? Do I have to manually modify the km? If so how would I go about doing it?
    Also I am using Oracle GoldenGate JKM (oracle to oracle OGG).
    Thanks and really aprreciate the help
    Ajay

    'ORA-00979' When Using The ODI CDC (Journalization) Feature With Knowledge Modules Including SQL Aggregate Functions [ID 424344.1]
         Modified 11-MAR-2009 Type PROBLEM Status MODERATED      
    In this Document
    Symptoms
    Cause
    Solution
    Alternatives :
    This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review.
    Applies to:
    Oracle Data Integrator - Version: 3.2.03.01
    This problem can occur on any platform.
    Symptoms
    After having successfully tested an ODI Integration Interface using an aggregate function such as MIN, MAX, SUM, it is necessary to set up Changed Data Capture operations by using Journalized tables.
    However, during execution of the Integration Interface to retrieve only the Journalized records, problems arise at the Load Data step of the Loading Knowledge Module and the following message is displayed in ODI Log:
    ORA-00979: not a GROUP BY expression
    Cause
    Using both CDC - Journalization and aggregate functions gives rise to complex issues.
    Solution
    Technically there is a work around for this problem (see below).
    WARNING : Oracle engineers issue a severe warning that such a type of set up may give results that are not what may be expected. This is related to the way in which ODI Journalization is implemented as specific Journalization tables. In this case, the aggregate function will only operate on the subset which is stored (referenced) in the Journalization table and NOT over the entire Source table.
    We recommend to avoid such types of Integration Interface set ups.
    Alternatives :
    1.The problem is due to the missing JRN_* columns in the generated SQL "Group By" clause.
    The work around is to duplicate the Loading Knowledge Module (LKM), and in the clone, alter the "Load Data" step by editing the "Command on Source" tab and by replacing the following instruction:
    <%=odiRef.getGrpBy()%>
    with
    <%=odiRef.getGrpBy()%>
    <%if ((odiRef.getGrpBy().length() > 0) && (odiRef.getPop("HAS_JRN").equals("1"))) {%>
    ,JRN_FLAG,JRN_SUBSCRIBER,JRN_DATE
    <%}%>
    2. It is possible to develop two alternative solutions:
    (a) Develop two separate and distinct Integration Interfaces:
    * The first Integration Interface loads data into a temporary Table and specify the aggregate functions to be used in this initial Integration Interface.
    * The second Integration Interfaces uses the temporary Table as a Source. Note that if you create the Table in the Interface, it is necessary to drag and drop the Integration Interface into the Source panel.
    (b) Define two connections to the Database so that the Integration Interface references two distinct and separate Data Server Sources (one for the Journal, one for the other Tables). In this case, the aggregate function will be executed on the Source Schema.
    Show Related Information Related
    Products
    * Middleware > Business Intelligence > Oracle Data Integrator (ODI) > Oracle Data Integrator
    Keywords
    ODI; AGGREGATE; ORACLE DATA INTEGRATOR; KNOWLEDGE MODULES; CDC; SUNOPSIS
    Errors
    ORA-979
    Please find above the content from OTN.
    It should show you this if you search this ID in the Search Knowledge Base
    Cheers
    Sachin

  • Issues with Shell32.dll, NTDLL.DLL and Migration from Windows 2003 to Windows 2012

    Hello all,
    I am new to ThinApp and working as a consultant to help a company migrate older Windows 2003 software to Windows 2012.  They have purchased ThinApp 5.0.4.5 so that is what we will be using.
    We have created a clean 2003 VM and did a pre-scan
    We loaded the application and configured it  and then did a capture.
    We then tested the capture the 2003 VM and it works
    We then loaded the capture on a Clean 2003 VM and it works
    We then loaded onto a 2012 VM and when running the app from a command window get an error  -missing import shell32.dll:StrCpyNW
    If we run the capture in Emulation Mode on 2012 VM, we do not get the Shell32.dll error but instead the cmd fails with a Fault Module Name  - NTDLL.DLL error
    I am sure I am just missing the correct location to identify or configure the capture - but do not have the experience to know where yet.  (Taking training next week).
    Until then, is there any suggestions which I can try?
    Thanks for your time in advance,
    Vince 

    Tried and done that.  The main issue while configuring the printer from the printer Web Interface is that there is no access to the Digital Sending section due to a problem with the "Sun Java plug in"  I think the code mentions 1.31. or similar.
     We downloaded the java plug in and installed it.  No progress. 
    We reset the printer to defaults and reconfigured it .. It sees the smtp gateway and access it but fails sending email with scanned documents.. 
    We have tried in very different ways.  We connected the printer to another domain SBS server 2003 and it works beautifully.  So, I have no idea on what is the problem. We created a firewall exception for ports 390. 1783 from the SBS to the Printer
    and still no go..
    We have tried four different accounts and nothing.  Same results as stated originally.
    Any other suggestions??
    JFM

  • TrueTime Card and how to interface with dll file!?

    I am trying to interface with a PCI-SG 2U (IRIG) timing card (Used to made by TrueTime, now Symmetricom).  Does anyone have a solution for this card in LV 2009?  
    If not, can anyone give advice on writing code to interface with .dll file?  I am not sure how to pass through the "GENERIC_READ | GENERIC_WRITE" into the function to open the device. The function says to open it is: 
    TT_OpenDevice(boardID, GENERIC_READ | GENERIC_WRITE, &hDevice)
    No clue on how to pass this in.  Can anyone help?
    Thanks - 
    Tom

    Thanks Mike.  I do have the .h file and the sdk information.  I went through and used the Import>Shared Library Tool and was able to find all the header information that way.  I guess that my problem/question is, the documentation says that it is a DWORD to pass as an input, but LabVIEW says it is a uint32.  I guess the real question is, what the heck do I pass in to the dll function?  Should it be the string "GENERIC_READ | GENERIC_WRITE" or something else?
    Thanks - 
    Tom

  • Minimize to Icon in task bar with shell32.dll

    is it possible to minimize a lv.exe file to the task bar with shell32.dll
    if it is possible please post an example here.
    labview 7.1
    thanks
    helmuth

    chilly charly wrote:
    This functionnality is offered by the LVWutil32 library. See here
    Edit : after reading Tst reply, I'm not sure I understood correctly the question
    Message Edité par chilly charly le 05-21-2006 11:34 AM
    LabVIEW
    windows get minimized to the taskbar automatically when you allow them
    to be minimized and the user clicks the third icon from the top right,
    or you can do it programmatically in newer LabVIEW versions by setting
    the minimzed state. What this guy meant was that he wants to minimize
    to the system tray which is a very different thing than the taskbar ;-)
    I answered with two possible Toolkits in another thread to do this.
    Doing it yourself with shell32 functionality is rather thirty work
    since it involves callback functions and quite some infrastructure
    around that to really work well. Nothing for someone not quite seasoned
    in C programming.
    Rolf Kalbermatter
    Message Edited by rolfk on 05-22-2006 11:04 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Interface with device driver (API or DLL files)

    I want to make my C++ program interface with an instrument which has a device driver available at the OEM's website. It's a DLL file (not a .cpp file), but I don't know how to call DLL file from C++. I am using Measurement Studio for Visual C++ and Microsoft Visual C++ compiler. Do you have a C++ example code or tutorial about calling DLL (or API) from C++ ?

    Irene,
    Measurement Studio is simply a plug-in for Visual Studio C++. Calling a DLL is general to C/C++. It usually amounts to #including the .h file that comes with the library, like this:
    #include "MyDLL.h"
    I found the following website through Google, which is pretty thorough on calling DLLs:
    http://www.codeproject.com/dll/XDllPt1.asp
    I hope that helps.
    Matt P.
    NI

  • Notepad comes up on startup with [.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21787

    When my computer boots up, a notepad comes up with this message: [.ShellClassInfo]
    LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21787  
    What does this mean and how do i get rid of it?
    Also, I have Windows 7 home edition

    I am having this same issue. I tried to use your "Fix it" and it failed to do so for me. I do not know very much about working on issues like this myself. I can follow instructions, but the one's listed to follow were not very helpful either. Please help
    me if you can. Every time I start up this pops up on my notepad. ALSO, I had updates that needed done because I have not been on my laptop for quite some time. Over a year at least. And I noticed all this happening after those updates took place. Could it
    have had something to do with that? I have Calibre for my ebooks and I am having problems updating it as well and I do believe it is all tied together. Thanks so much for your time! 

  • How to access Call Back Functions using *.dll in the Labview?

    Hai,
    I am Pavan Ram Kumar Somu.
    I am new to Labview, currently I am working on MVB Interface.
    I need to access the API functions from *.dll file in Labview, as of now , I am doing this with Call function Library node in Labview but it does not support the following data types like
        1. Pointer Arguments(To which memory it points in Labview)
        2. function pointers Arguments
        3 .pointers in structures and pointer structures in structures and many other data types.
    Please Answer the below queries also:
    1. How to pass pointer arguments to API functions in DLL and how to collect pointer  
        return types from API functions in DLL
    2. How to pass structure arguments to API functions in DLL and how to collect structure
        return types from API functions in DLL
    3. How to use callback functions(nothing but function pointers) in Labview and how to
        collect callback fuctions return types from API functions in DLL
    I need your help while passing these datatypes to API functions in DLL from labview.
    Suggest me if there is any other alternative for implementing this task.
    I am referencing some examples here:
    Examples:
    I)
    Unsigned short int gf_open_device(void *p_device_config, unsigned long int client_life_sign_timeout, unsigned short int *device_error)
    void *p_device_config: How to access/pass these arguments in LabView and to which memory location it points in LabView.
    II) #include <windows.h>
         #include <process.h>
         HANDLE rcvEvent0, rcvEvent1;
    /* Function call*/
    CanGetReceiveEvent(handle[0], &rcvEvent0);
    Above is a piece of C code, Now I want to use HANDLE datatype which is windows based, how to use these type in the LABVIEW.
    With regards
    Pavan Ramu Samu

    "Somu" <[email protected]> wrote in message news:[email protected]...
    Hai,
    I am Pavan Ram Kumar Somu.
    &nbsp;
    I am new to Labview, currently I am working on MVB Interface.
    &nbsp;
    I need to access the API functions from *.dll file in Labview, as of now , I am doing this with Call function Library node in Labview but it does not support the following data types like
    &nbsp;&nbsp;&nbsp; 1. Pointer Arguments(To which memory it points in Labview)
    &nbsp;&nbsp;&nbsp; 2. function pointers Arguments
    &nbsp;&nbsp;&nbsp; 3 .pointers in structures and pointer structures in structures and many other data types.
    &nbsp;
    Please Answer the below queries also:
    &nbsp;
    1. How to pass pointer arguments to API functions in DLL and how to collect pointer&nbsp;&nbsp;
    &nbsp;&nbsp;&nbsp; return types from API functions in DLL
    &nbsp;
    2. How to pass structure arguments to API functions in DLL and how to collect structure
    &nbsp;&nbsp;&nbsp; return types from API functions in DLL
    &nbsp;
    3. How to use callback functions(nothing but function pointers) in Labview and how to
    &nbsp;&nbsp;&nbsp; collect callback fuctions return types from API functions in DLL
    &nbsp;
    I need your help while passing these datatypes to API functions in DLL from labview.
    &nbsp;
    Suggest me if there is any other alternative for implementing this task.
    &nbsp;
    &nbsp;
    I am referencing some examples here:
    Examples:
    I)
    Unsigned short int gf_open_device(void *p_device_config, unsigned long int client_life_sign_timeout, unsigned short int *device_error)
    &nbsp;
    void *p_device_config: How to access/pass these arguments in LabView and to which memory location it points in LabView.
    &nbsp;
    II) #include &lt;windows.h&gt;
    &nbsp;&nbsp;&nbsp;&nbsp; #include &lt;process.h&gt;
    &nbsp;&nbsp;&nbsp;
    &nbsp;&nbsp;&nbsp;&nbsp; HANDLE rcvEvent0, rcvEvent1;
    &nbsp;
    /* Function call*/
    CanGetReceiveEvent(handle[0], &amp;rcvEvent0);
    &nbsp;
    Above is a piece of C code, Now I want to use HANDLE datatype which is windows based, how to use these type in the LABVIEW.
    &nbsp;
    With regardsPavan Ramu Samu
    Search the forum (forums.ni.com) for callback, pointer or handle, and you'll find that it is all possible, but not very easy.
    e.g.: http://forums.ni.com/ni/board/message?board.id=170&message.id=88974&requireLogin=False
    Regards,
    Wiebe.

  • I have a roboteq hdc 2450 and want connect to labview but have no idea how to do so. I have the drivers that came with it will it work to interface with labview?

    I have a roboteq hdc 2450 and want connect to labview but have no idea how to do so. I have the drivers that came with it will it work to interface with labview?

    You can create your control code in LabVIEW and then use a Call Library Function Node to communicate with your roboteq DLL.  The first thing to do though, is check to see if Roboteq offers LabVIEW drivers.
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • CMSS3D is not working !!!! after modding teh shell32.dll PLEASE HELP

    ? hello there,
    i have a question...why does cmss3d uses the shell32.dll in system32?
    cause i wanted to edit my shell32 to have a new icons, etc...
    so, when i change the shell32, even i change onnly one icon, the cmss3d is not working anymore...
    as sonest i change the shell32 back to its original, even without restart, the cmss3d is working again like it should!!
    so how can i fix this...what is creative even doing with this file?
    PLEASE HELP me, i need to do some modification to shell32.dll...
    but i also need cmss3d to work...can maybe someone can tell me what the cmss3d is loking for in the shell32.dll so i can make a workaround or something...cause this is related to all creative x-fi users..!!
    greetz, BGViruS

    H? ha, lets say it like that..
    i talked with people from MS..and they said it shouldnt happen..
    Creative is the only soundcard maker that has a prob with that...
    if you guys would make your software better than betas it wouldnt happen..
    anyway i asked you guys something that still no one answered..
    question: for what reason does the cmss3d modul uses the shell32 ?
    thats what i wanted to know so i can change it.
    no other software like from realtek and so on hass no prob with that..and chancing a pic in the shell32 isnt coruppting system files, ask MS for yourself...
    so, please answer my question, why is cmss3d using the shell32 and in what way...
    thats all i want to know. after that you can close this threat...
    if you are really a serious manufacter then help me insted of talking bull**bleep**
    greetz

  • XI interface with third party using Java API

    Hi All,
    We have the following requirement:
    XI needs to interface with an external third party system which has JAVA API capabilities and the corresponding JAR files available to us.
    I have seen a few threads where it was mentioned that we could call the Java methods directly in User Defined functions:
    Process Integration (PI) & SOA Middleware
    My question: Is this approach feasible in our scenario? Also I guess we do not need to configure any adapter for this Java Method call within the UDF.
    Your help will be greatly appreciated and rewarded.
    Regards,
    Jai.

    Thanks Stefan.
    Our requirement has slightly changed. We have installed a thirdparty application on XI Server (within our network , inside filrewall). The application with Java API Jar file. All it does is a Lookup and retruns a value.
    We are planning to import the Jar file into imported Archives and call the method within a UDF.
    Is this feasible? I am going to give it a try.
    Your expert comments are greatly appreciated.
    Thanks
    Jai

  • Safari 5 crashes on start with error in CoreGraphics.dll

    Hi,
    can't get Safari 5 to run on Windows 7 (x64). Right after start a cascade of error boxes with title "Microsoft Visual C++ Runtime Library" show up (around 15 or 20 boxes), each telling:
    RunTime Error!
    Program: C:\Program Files (x86)\Safari.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    In the background, Safari build is inital display (the tiles with the web site previews) but the menu bar is not drawn.
    When closing one of the error boxes, I get the Windows dialog for online diagnosis or closing Safari. Its error details say:
    Problemsignatur:
    Problemereignisname: APPCRASH
    Anwendungsname: Safari.exe
    Anwendungsversion: 5.33.17.8
    Anwendungszeitstempel: 4c498967
    Fehlermodulname: CoreGraphics.dll
    Fehlermodulversion: 1.0.83.0
    Fehlermodulzeitstempel: 4c3fdb48
    Ausnahmecode: 40000015
    Ausnahmeoffset: 00148792
    Betriebsystemversion: 6.1.7600.2.0.0.256.48
    Gebietsschema-ID: 1031
    Zusatzinformation 1: 2b32
    Zusatzinformation 2: 2b32ac31a91add5f4a17b175526a4b7b
    Zusatzinformation 3: 6655
    Zusatzinformation 4: 665579fbb6b25a0f258d912f0ff2234e
    Here are some information from the Windows event log:
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2010-08-24T17:37:53.000000000Z" />
    <EventRecordID>12166</EventRecordID>
    <Channel>Application</Channel>
    <Computer>DeepThought</Computer>
    <Security />
    </System>
    - <EventData>
    <Data>Safari.exe</Data>
    <Data>5.33.17.8</Data>
    <Data>4c498967</Data>
    <Data>CoreGraphics.dll</Data>
    <Data>1.0.83.0</Data>
    <Data>4c3fdb48</Data>
    <Data>40000015</Data>
    <Data>00148792</Data>
    <Data>1398</Data>
    <Data>01cb43b2b5f0999f</Data>
    <Data>C:\Program Files (x86)\Safari\Safari.exe</Data>
    <Data>C:\Program Files (x86)\Common Files\Apple\Apple Application Support\CoreGraphics.dll</Data>
    <Data>529dbf65-afa6-11df-bc3d-005056c00008</Data>
    </EventData>
    </Event>
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider Name="Windows Error Reporting" />
    <EventID Qualifiers="0">1001</EventID>
    <Level>4</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2010-08-24T17:38:21.000000000Z" />
    <EventRecordID>12167</EventRecordID>
    <Channel>Application</Channel>
    <Computer>DeepThought</Computer>
    <Security />
    </System>
    - <EventData>
    <Data />
    <Data>0</Data>
    <Data>APPCRASH</Data>
    <Data>Nicht verfügbar</Data>
    <Data>0</Data>
    <Data>Safari.exe</Data>
    <Data>5.33.17.8</Data>
    <Data>4c498967</Data>
    <Data>CoreGraphics.dll</Data>
    <Data>1.0.83.0</Data>
    <Data>4c3fdb48</Data>
    <Data>40000015</Data>
    <Data>00148792</Data>
    <Data />
    <Data />
    <Data />
    <Data>C:\Users\Maximilian\AppData\Local\Microsoft\Windows\WER\ReportArchive\App CrashSafari.exe_8156f696876897edd27937233cff0d3edef99e02bc46fe</Data>
    <Data />
    <Data>0</Data>
    <Data>529dbf65-afa6-11df-bc3d-005056c00008</Data>
    <Data>0</Data>
    </EventData>
    </Event>
    Version=1
    EventType=APPCRASH
    EventTime=129271451223323671
    ReportType=2
    Consent=1
    ReportIdentifier=6f673fae-afa6-11df-bc3d-005056c00008
    IntegratorReportIdentifier=6f673fad-afa6-11df-bc3d-005056c00008
    WOW64=1
    Response.type=4
    Sig[0].Name=Anwendungsname
    Sig[0].Value=Safari.exe
    Sig[1].Name=Anwendungsversion
    Sig[1].Value=5.33.17.8
    Sig[2].Name=Anwendungszeitstempel
    Sig[2].Value=4c498967
    Sig[3].Name=Fehlermodulname
    Sig[3].Value=CoreGraphics.dll
    Sig[4].Name=Fehlermodulversion
    Sig[4].Value=1.0.83.0
    Sig[5].Name=Fehlermodulzeitstempel
    Sig[5].Value=4c3fdb48
    Sig[6].Name=Ausnahmecode
    Sig[6].Value=40000015
    Sig[7].Name=Ausnahmeoffset
    Sig[7].Value=00148792
    DynamicSig[1].Name=Betriebsystemversion
    DynamicSig[1].Value=6.1.7600.2.0.0.256.48
    DynamicSig[2].Name=Gebietsschema-ID
    DynamicSig[2].Value=1031
    DynamicSig[22].Name=Zusatzinformation 1
    DynamicSig[22].Value=2b32
    DynamicSig[23].Name=Zusatzinformation 2
    DynamicSig[23].Value=2b32ac31a91add5f4a17b175526a4b7b
    DynamicSig[24].Name=Zusatzinformation 3
    DynamicSig[24].Value=6655
    DynamicSig[25].Name=Zusatzinformation 4
    DynamicSig[25].Value=665579fbb6b25a0f258d912f0ff2234e
    UI[2]=C:\Program Files (x86)\Safari\Safari.exe
    UI[3]=Safari funktioniert nicht mehr
    UI[4]=Windows kann online nach einer Lösung für das Problem suchen.
    UI[5]=Online nach einer Lösung suchen und das Programm schließen
    UI[6]=Später online nach einer Lösung suchen und das Programm schließen
    UI[7]=Programm schließen
    LoadedModule[0]=C:\Program Files (x86)\Safari\Safari.exe
    LoadedModule[1]=C:\Windows\SysWOW64\ntdll.dll
    LoadedModule[2]=C:\Windows\syswow64\kernel32.dll
    LoadedModule[3]=C:\Windows\syswow64\KERNELBASE.dll
    LoadedModule[4]=C:\Windows\syswow64\SHLWAPI.dll
    LoadedModule[5]=C:\Windows\syswow64\GDI32.dll
    LoadedModule[6]=C:\Windows\syswow64\USER32.dll
    LoadedModule[7]=C:\Windows\syswow64\ADVAPI32.dll
    LoadedModule[8]=C:\Windows\syswow64\msvcrt.dll
    LoadedModule[9]=C:\Windows\SysWOW64\sechost.dll
    LoadedModule[10]=C:\Windows\syswow64\RPCRT4.dll
    LoadedModule[11]=C:\Windows\syswow64\SspiCli.dll
    LoadedModule[12]=C:\Windows\syswow64\CRYPTBASE.dll
    LoadedModule[13]=C:\Windows\syswow64\LPK.dll
    LoadedModule[14]=C:\Windows\syswow64\USP10.dll
    LoadedModule[15]=C:\Windows\WinSxS\x86microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_noned08a205e442db5b5\MSVCR80.dll
    LoadedModule[16]=C:\Windows\system32\IMM32.DLL
    LoadedModule[17]=C:\Windows\syswow64\MSCTF.dll
    LoadedModule[18]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\AppleVersions.dll
    LoadedModule[19]=C:\Windows\system32\VERSION.dll
    LoadedModule[20]=C:\Program Files (x86)\Safari\Safari.dll
    LoadedModule[21]=C:\Windows\syswow64\SHELL32.dll
    LoadedModule[22]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\CoreFoundation.dll
    LoadedModule[23]=C:\Windows\syswow64\WS2_32.dll
    LoadedModule[24]=C:\Windows\syswow64\NSI.dll
    LoadedModule[25]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\pthreadVC2.dll
    LoadedModule[26]=C:\Windows\system32\WSOCK32.dll
    LoadedModule[27]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\objc.dll
    LoadedModule[28]=C:\Windows\WinSxS\x86microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_noned08a205e442db5b5\MSVCP80.dll
    LoadedModule[29]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\libdispatch.dll
    LoadedModule[30]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\icuin40.dll
    LoadedModule[31]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\icuuc40.dll
    LoadedModule[32]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\icudt40.dll
    LoadedModule[33]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\ASL.dll
    LoadedModule[34]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\JavaScriptCore.dll
    LoadedModule[35]=C:\Windows\syswow64\OLEAUT32.dll
    LoadedModule[36]=C:\Windows\syswow64\ole32.dll
    LoadedModule[37]=C:\Windows\system32\WINMM.dll
    LoadedModule[38]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\CFNetwork.dll
    LoadedModule[39]=C:\Windows\syswow64\CRYPT32.dll
    LoadedModule[40]=C:\Windows\syswow64\MSASN1.dll
    LoadedModule[41]=C:\Windows\syswow64\WININET.dll
    LoadedModule[42]=C:\Windows\syswow64\Normaliz.dll
    LoadedModule[43]=C:\Windows\syswow64\urlmon.dll
    LoadedModule[44]=C:\Windows\syswow64\iertutil.dll
    LoadedModule[45]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\SQLite3.dll
    LoadedModule[46]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\zlib1.dll
    LoadedModule[47]=C:\Windows\system32\iphlpapi.dll
    LoadedModule[48]=C:\Windows\system32\WINNSI.DLL
    LoadedModule[49]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\CoreGraphics.dll
    LoadedModule[50]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\QuartzCore.dll
    LoadedModule[51]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\CoreVideo.dll
    LoadedModule[52]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\libxml2.dll
    LoadedModule[53]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\WebKit.dll
    LoadedModule[54]=C:\Windows\system32\d3d9.dll
    LoadedModule[55]=C:\Windows\system32\d3d8thk.dll
    LoadedModule[56]=C:\Windows\system32\dwmapi.dll
    LoadedModule[57]=C:\Program Files (x86)\Safari\SafariTheme.dll
    LoadedModule[58]=C:\Windows\system32\UxTheme.dll
    LoadedModule[59]=C:\Windows\WinSxS\x86microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none421189da2b7fabfc\COMCTL32.dll
    LoadedModule[60]=C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll
    LoadedModule[61]=C:\Windows\system32\profapi.dll
    LoadedModule[62]=C:\Windows\system32\dnssd.dll
    LoadedModule[63]=C:\Windows\syswow64\CLBCatQ.DLL
    LoadedModule[64]=C:\Windows\system32\mswsock.dll
    LoadedModule[65]=C:\Windows\System32\wshtcpip.dll
    LoadedModule[66]=C:\Windows\system32\WindowsCodecs.dll
    LoadedModule[67]=C:\Windows\system32\apphelp.dll
    LoadedModule[68]=C:\Windows\system32\EhStorShell.dll
    LoadedModule[69]=C:\Windows\syswow64\SETUPAPI.dll
    LoadedModule[70]=C:\Windows\syswow64\CFGMGR32.dll
    LoadedModule[71]=C:\Windows\syswow64\DEVOBJ.dll
    LoadedModule[72]=C:\Windows\system32\PROPSYS.dll
    LoadedModule[73]=C:\Windows\system32\ntshrui.dll
    LoadedModule[74]=C:\Windows\system32\srvcli.dll
    LoadedModule[75]=C:\Windows\system32\cscapi.dll
    LoadedModule[76]=C:\Windows\system32\slc.dll
    LoadedModule[77]=C:\Program Files\TortoiseCVS\TortoiseShell.dll
    LoadedModule[78]=C:\Windows\WinSxS\x86microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none72fc7cbf861225ca\gdiplus.dll
    LoadedModule[79]=C:\Windows\syswow64\comdlg32.dll
    LoadedModule[80]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[81]=C:\Windows\system32\rsaenh.dll
    LoadedModule[82]=C:\Windows\system32\WINSPOOL.DRV
    LoadedModule[83]=C:\Windows\system32\aticfx32.dll
    LoadedModule[84]=C:\Windows\system32\atiu9pag.dll
    LoadedModule[85]=C:\Windows\system32\atiumdag.dll
    LoadedModule[86]=C:\Windows\system32\atiumdva.dll
    LoadedModule[87]=C:\Windows\system32\mscms.dll
    LoadedModule[88]=C:\Windows\system32\USERENV.dll
    LoadedModule[89]=C:\Windows\system32\icm32.dll
    LoadedModule[90]=C:\Windows\system32\Cryptdll.dll
    LoadedModule[91]=C:\Windows\system32\dhcpcsvc6.DLL
    LoadedModule[92]=C:\Windows\system32\dhcpcsvc.DLL
    LoadedModule[93]=C:\Windows\system32\oleacc.dll
    LoadedModule[94]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[95]=C:\Windows\system32\SXS.DLL
    LoadedModule[96]=C:\Windows\system32\explorerframe.dll
    LoadedModule[97]=C:\Windows\system32\DUser.dll
    LoadedModule[98]=C:\Windows\system32\DUI70.dll
    LoadedModule[99]=C:\Windows\system32\MSIMG32.dll
    LoadedModule[100]=C:\Program Files (x86)\Safari\PubSubDLL.dll
    LoadedModule[101]=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\libtidy.dll
    LoadedModule[102]=C:\Windows\system32\dnsapi.DLL
    LoadedModule[103]=C:\Windows\System32\netprofm.dll
    LoadedModule[104]=C:\Windows\System32\nlaapi.dll
    LoadedModule[105]=C:\Windows\System32\npmproxy.dll
    LoadedModule[106]=C:\Windows\System32\wship6.dll
    LoadedModule[107]=C:\Program Files (x86)\Bonjour\mdnsNSP.dll
    LoadedModule[108]=C:\Windows\system32\rasadhlp.dll
    LoadedModule[109]=C:\Windows\System32\fwpuclnt.dll
    LoadedModule[110]=C:\Program Files (x86)\Safari\Search.dll
    FriendlyEventName=Nicht mehr funktionsfähig
    ConsentKey=APPCRASH
    AppName=Safari
    AppPath=C:\Program Files (x86)\Safari\Safari.exe
    I completely uninstalled Safari, Bonjour and Appla Application support, emptied the waste bin, restarted the system, deactivated the virus scanner, unplugged from the network, reinstalled safari: same result, crashes immediately on start.
    Removed the profile folders/files from my user directory: Only result was that previews of the inital sites get loaded, but Safari still immedaitely shows the cascade of error messages.
    After iTunes (which after some update is no longer able to detect my iPhone but at least works) Safari is now the second application I can't get to work.
    Any suggestions what to try next?
    Best,
    Max

    The driver seems to be from 2007. I thought I had found a newer one, but the device manager still shows this driver version, not the new one I installed. Have to check again on the AMD web site for a newer one.
    Good strategy ... there's been an uptick in recent times of Radeon-related bluescreens. They've been citing that particular module when I've come across them in the wild.
    Apple has a document on that one now, for iTunes crashes:
    [iTunes for Windows: System restarts, blue screen, or quits unexpectedly when accessing iTunes Store|http://support.apple.com/kb/TS3441]
    ... but given that the iTunes Store and Safari are both webkit-based, I wouldn't be surprised to see that sort of thing hit Safari too.
    Switching attention back to the Safari issue on the Windows 7 64-bit system. Can you check something for me, please? Try right-clicking Safari in there and selecting "Run as administrator". Do you still get the avalanche of launch error messages, or does it launch more normally now?
    (Trying to rule out an exotic possibility prior to investigating possibilities relating to AAS again.)

  • Faulting application iTunes.exe, ver 6.0.5.20, faulting module shell32.dll

    Hi there
    I'm getting the following error running 6.0.5 on Windows 2003 SP1, any ideas?
    Event Type: Error
    Event Source: Application Error
    Event Category: (100)
    Event ID: 1000
    Date: 19/07/2006
    Time: 21:25:30
    User: N/A
    Computer: xxxxxxx
    Description:
    Faulting application iTunes.exe, version 6.0.5.20, faulting module shell32.dll, version 6.0.3790.2662, fault address 0x0015af84.

    I feel like I heard about a similar issues in win 2003, and cannot remember for the life of me what caused it.
    If you're out of options, look through here and see if there's something you haven't tried that may help, and I'll try to find where I saw the error I mentioned, and come back with more info
    Let me know if you get anything more turned over on your side

  • Implementing DOM Interface with existing Java classes

    I had planned on using some tree-like Java classes as a Document Object Model, which would give me access to all sorts of XML and DOM tools like parsers and XSLT transformers. Initially, I thought all that would be neccessary is to implement all the DOM Interfaces in org.w3c.dom and then I would have a set of classes that conformed to DOM Level 1. It was my understanding that interfaces such as DOMImplementation and Document would interface with various XML tools, allowing creation of a class that implements Document and then Document would have its various factory methods that know how to create the various DOM nodes such as Element, Attr, Text, NamedNodeMap, NodeList, etc.
    The problem I'm seeing now is that the JAXP specification (which is what the latest Xerces and Xalan tools conform to) has something called a DocumentBuilder and DocumentBuilderFactory that appear to be necessary to tell the framework what type of class to instantiate that implements the Document DOM interface. Those appear to have a lot of methods that deal with parsing of XML documents and I didn't really want to write or even subclass any existing Parsers in order to get the functionality of traversing and transforming a set of classes that implement the DOM interface.
    Am I missing something here? Is it possible to plug in any (set of classes for) DOMImplementation and get them to work with the various DOM and XML tools out there?
    Is there an easier way to allow parts of an application access to internal data structures but have the more generic tools or APIs, such as XSL transformers, access that same set of classes as a DOM with the generic DOM interface methods?
    Can someone provide me with some guidance here? I'm in the process of finalizing some design on a system and need to know if this is possible or if I need to alter my design.
    Thanks.

    If I understand you correctly, I think I am working on a similar issue. I am unhappy with the methods given by the DOM for retrieving data from the XML file and for building a file. Our software has a bunch of code that uses these classes and it is extremely ugly. My solution was to create a facade on top of the DOM model. Essentially I have some simple classes that store all the pertinent info (for me) about the XML structure. Essentially that is the element or attribute name, its values and in the case of the element, it's children. This makes it easier for me to build and retreive the data. What I then built was a loader class and a builder class. The loader takes an XML file and parses it in using the DOM classes and builds a structure using my classes and returns the root element. The builder takes a root element and creates a DOM object out of it. This frees me of having to code around the DOM classes all over the place and makes it simple to upgrade our XML code if the DOM changes or a better DOM is released. I am using factories to facilitate this and allow me to have loaders for specific types of XML documents so that I can have a class for each which further simplifies the XML related tasks of other developers on my team.

  • Calling functions in dll

    Dear all,
    I'm facing an issue when a java program (ProgA) calls some functions in a dll, it works fine. But when I use another java program (ProgB) to call the method in ProgA that is calling the functions in dll, it prompts errors (please find the error message at the bottom of this mail). The following scripts are my programs. Please advise.
    Can anyone experience the same situation? Please advise how to cope with external library? Should I miss any configuration?
    Thanks in advance.
    Clive
    (ProgA)
    package abc.web;
    public class Sec_2 {
         // static constructor
         static {
              System.loadLibrary("des");
         public static native int DES_a(String lpszKey, int nMode);
         private static native int DES_b(String s1, String s2, int nAction, int lpnReturnSize);
         private static native void DES_c();
         public int enc2 (String lpszKey, int nMode,String encrypted_msg, int nAction, int lpnReturnSize) {
              int rtn_code = 0;
              rtn_code = DES_a(lpszKey, nMode);
              rtn_code = DES_b(e_msg, OutputMessage, nAction, lpnReturnSize);
              System.out.println("Encrypted string (inside) is "+ OutputMessage +" with return code "+rtn_code);
              DES_c();
              return lpnReturnSize;
         private static String OutputMessage;
         public void setOutputMessage(String s) {
              OutputMessage = s;
         public static String getOutputMessage() {
              return OutputMessage;
         public static void main(String [] argv) {
              int return_code = 0;
              int crypt_return_size = 0;
              enc2(s1, i1, s2, i2, i3);
    (ProgB)
    package xyz.pen;
    import abc.web.Sec_2;
    public class LoginOn extends JDialog{
         public CreateLoginDialog() {
              Sec_2 ddd = new Sec_2();
              Sec_2.enc2(a, b, c, d, e);
              System.out.println("Message "+ Sec_2.getOutputMessage());
    library des.dll contains function DES_1, DES_2, and DES_3 with following definitions.
    JNIEXPORT jint JNICALL Java_abc_web_Sec2_DES_1a(JNIEnv *, jclass, jstring, jint);
    JNIEXPORT jint JNICALL Java_abc_web_Sec2_DES_1b(JNIEnv *, jclass, jstring, jstring, jint, jint);
    JNIEXPORT void JNICALL Java_abc_web_Sec2_DES_1c(JNIEnv *, jclass);
    If Sec_2.class is run solely, the program shows the result normally.
    However, if we run LoginOn.class, the following error messages display.
    ERROR MESSAGE
    E:\>java xyz/pen/LoginOn
    Exception in thread "main" java.lang.UnsatisfiedLinkError: DES_a
    at xyz.pen.LoginOn.DES_a(Native Method)
    at xyz.pen.LoginOn.<init>(LoginOn.java:247)

    Hi
    Make sure that the dll is visible to LoginOn
    You can do so by adding the DLL directory to the Java runtime library path, i.e. pass -Djava.library.path=<dll dir>(alternatively, copy the DLL to Java program's working directory). If the Java code can't find the library, you will get a java.lang.UnsatisfiedLinkError
    Hope this helps.

Maybe you are looking for

  • Webutil Problem in Oracle Forms 10g

    Hi All, been reading various posts over time on the forums but this is the first time for me to post here. My name is george an i am a novice forms developer.(very novice i would say ) i am in the process of altering an existing form, and i am trying

  • Block Plan Order and Purchase Requisition in Sales order creation.

    Please tell me, how to block Plan Order and Purchase Requisition while creating Sales Order. When we create a sales order, plan order and purchase requisitions are also created by their own, please tell me, how can we block them while creating sales

  • Cannot find the Universe (DA0011)

    We have Migrated from Deski XIR2 to XI 3.1 FP4, when user either imports the report from the 3.1 repository or open Deski report they imported from the 3.1 repository they are getting the error Cannot find the Universe (DA0011).  The user closes comp

  • Oracle Packaged Stored Procedure

    I am failing in an attempt to access an Oracle database using the following php. The calls I have tested are as follows:- $query = "begin spPackage.spMemberDetails(:p_number,:cv_memberdetails); end;"; $stmt = OCIParse($conn, $query ) or die('Cannot p

  • J2SDK instalation failure- missing sd142000.cab file

    Hi, I am trying to install JDK1.4.2 on Window xp but installation gives error message "sd142000.cab file is missing in Documentandsetting\EI5\Temp folder." I tried searching my machine but could not find the above stated file. I would appreciate some