Directly generate .exe file from .pc file

Helllo
i want to convert .PC to .EXE file.
otherwise i have to go to pro*c/c++ then generate .C file and
from that i have to generate .EXE file from Microsoft Visual c++.
So can anybody suggest the exact way.
Regards sourav

Hi,
Yes you can do it.
In unix environment you have to write make file or you can use a sample make files provided by oracle in the below directory.
/ORACLE_HOME/precomp/demo/proc
The files are:
demo_proc64.mk
demo_proc32.mk
demo_proc.mk
In windows environment you will have to set the path for below two library files.
(Oracle 9i)
oraSQL9.lib
oraSQLX9.lib
You can find these files in (ORACLE_HOME\precomp\lib\msvc) folder on your PC.
and also you have to do some more setting in Visual C++ editor. I am unable to recollect all the setting now, because i don't have windows environment.
I am sorry i cant help you for windows environment. If you have unix env i can help you more.
Regards

Similar Messages

  • Generating exe file for fdk script : getting error

    we trying to convert FM file to PDF using FDK asynchrouns script. we are getting below error while running attched script to crete exe file .
    Error "the application has faield to start because icuu32.dll was not found . re- installing the application may fix this problem"
    Script :
    #define DONT_REDEFINE // Console app needs native types
    #define WBUFLEN 512
    #include "fdetypes.h"
    #include "futils.h"
    #include "fapi.h"
    #include "fstrings.h"
    #include <windows.h>
    #include <ddeml.h> //not required
    #include <stdarg.h> //not required
    int main(int argc, char **argv)
    StringT opt_progid;
    CLSID pclsid;
    LPOLESTR progStr;
    HRESULT res;
    F_ObjHandleT docId;
    // Get the process name.
    if(argc == 2)
    opt_progid = F_StrCopyString((StringT)argv[1]);
    else {
    fprintf(stderr, "You must provide a process name.");
    return(1);
    // Convert the process name into a GUID
    progStr = (OLECHAR*)malloc( WBUFLEN*sizeof(wchar_t) );
    if(0 == MultiByteToWideChar(CP_ACP, 0,
    (char *)opt_progid, -1,
      progStr, WBUFLEN )) {
    fprintf(stderr, "failed to allocate\n");
    return(1);
    if (progStr[0] == '{') // hex-codes within brackets
    res = CLSIDFromString(progStr, &pclsid);
    else
    res = CLSIDFromProgID(progStr, &pclsid);
    if(res == S_OK)
    F_ApiWinConnectSession(NULL, NULL, &pclsid);
    if (!F_ApiAlive()) {
    fprintf(stderr, "No connection: %s\n", opt_progid);
    return 1;
    // Print the name of the current document.
    docId = F_ApiGetId(0, FV_SessionId, FP_ActiveDoc);
    if (docId) {
    StringT docname = F_ApiGetString(FO_Session, docId,
                                                       FP_Name);
    fprintf(stderr, "Current document: %s\n", docname);
    F_ApiDeallocateString(&docname);
    } else
    fprintf(stderr, "No active document\n");
    return 0;
    we have got below steps from one of adobe person :
    Steps. 
    can you please explaine clearly The above steps  and how can we generate PDF for a FM file without manual intervention .
    the actual requirement is :
    1) Goto installed location of FM and launch framemaker with specified process id.
    eg : $Installdir\FrameMaker.exe /progid:MyProcess
    2) Build the asynchronous client exe\dll with the help from attached sample client.
    3) Goto the location where client exe is copied and then run with specified FM process id.
    eg : asynch_script.exe MyProcess
    To resolve few dependencies, you can also copy the client exe to installed location of FM. So the above step in that case would be
    $Installdir\ asynch_script.exe MyProcess
    Hi All , We are going for upgrade of  Frame maker 8 which is on unix system  to FM 10 or 11. We are using Framemaker mainly for renditions, i.e to convert the fm documents to PDF. To convert fm document to PDF we are using the below mentioned command line utility available in FM 8.(on unix). /opt/app/frame8.0/bin/fmprint -i -p Sample.fm.fmtpl Sample.fm Currently the the fm file which need to converted to PDF and the FM 8(installed) are available on the same unix system ,so we were able to initiate/use the command line utility of FM 8. The rendition of the FM to PDF is On -Demand.( We are not running any batch activities/ bulk renditions).We are rendering the document as soon as the document  is available. As we upgrade the FM to newer versions which would be installed on the Windows machine as Frame maker 10 or 11 will not support unix plat form, so can you please let us know which option is better to use i.e we want to convert fm file to PDF using java program without any manual intevention . we came to know that about FDK and extend scripts but we are very new to those !! could you please any one can provide us ways and provide us sample codes/scripts to convert FM file to PDF !! and please let us know which one is better client / server version to do this .
    please heklp us as it is very important

    Ramesh
    I am not clear which platform that you are asking this question for. Here is an answer for Windows.
    The icuuc32.dll is one of several unicode support libraries. These files are usually included in same directory as FrameMaker.exe (e.g. c:\Program Files\Adobe\FrameMaker11).
    If your asynchronous client is located in any other directory than this directory, icuuc32.dll will not be found when your asynchronous client starts. You need to set your Windows environment "Path" variable to include it's location (e.g. c:\Program Files\Adobe\FrameMaker 11). The "Path" will be searched when your asynchronous client starts and these files should then be found.
    with Windows Vista (I think Windows 7 in the same) the "Path" is set in Control Panel | System | Advanced System Settings | Environment Variables. I would suggest adding C:\Program Files\FrameMaker11 to the "Path" in the system variables.
    There will be several files in this directory that your asynchronous client needs to start.
    Hope this helps

  • The root cause for the case that "cannot close labview-generated exe file"

    Hi All, I have a big program including a lot of things. When I converted it to an exe file, it cannot be closed properly. I used to load the dynamic vi in this program and cannot close it by clicking "X" of the window. Now I have removed that dynamic load but still cannot close the exe. Could anyone give me some advice? Thank you!

    Hi Freelance_LV, thank you for your advise, here is a program for a USB dongle. Here are the answers:
    for now, questions:
    1. how are you closing the EXE? Panel close (X) on the top right corner/stop or exit button on the GUI?
    [A] I use (X) on the top right corner but it did not work. But when I use exit button on the GUI it worked.
    2. Or are you using a FP Close invoke node?
    [A] No
    3.how are you handling the event for Panel close or for Stop/exit button?
    [A] events are inside a sequence frame
    how many loops are running in parallel inside the EXE?
    [A] It is hard to tell. I am not the original creator of this code, but the main structure is this: a big "for" loop, inside there are some sequence frame, and some events in one of the frame.
    how are you stopping those loops when the panel is closed or a Stop/Exit button is pressed.
    [A] the main loop inlcudes some events, sequence frame, and something like this. And there is a subvi from some previous people's work to close USB. 
    have you checked if all the loops are closing when you stop the EXE?
    [A] Sorry I don't know how to check all the loops are closed.
    does this work well when you run the source code?
    [A] yes source code can be always be closed well.
    have you checked for any errors when yuo stop your EXE?
    [A] sorry I don't know how to check for errors?
    when you say it cannot be closed properly, there could be two things:
    1. the front panel/GUI does not close and it stays there. you cannot perform any GUI actions, or it seems to have hung.
    [A] Yes GUI still there. But cannot perform any GUI actions.
    2. the GUI closes but you can still it in the task bar below, you will have to use the Task manager to force close the executable.
    [A] Not this case.
    Thank you very much!

  • How to Read and Generate XML file from java code.

    hi guys,
    how to read the xml file (Condition :we know only DTD or Shema only).
    How to Generate the new xml file ?(using Shema )
    And one more how directly Generate the xml from DB?
    Pleas with code or any URL

    Using XMLbeans you can generate Java objects from an XSD schema (perhaps DTDs aswell)
    Then you can create an instance of the Document object and ask it to write itself.
    This will create an XML document complient to the schema.
    XMLBeans generates a "type" safe DOM where you can only ever have a structure compilent to you schema.
    matfud

  • How to genrate EXE file

    Hi to all
    is it possible .....
    I am working on a project ,and i have made its GUI in Lab-view 8.5
    i don't want to install Lab-view on the system where the project about to install
    mean there is no need to install the complete lab-view software ..
    is it possible to generate the such type of "exe" file that can be run with out lab-view on that
    system ?? like Turbo C Exe file,, OR which part of lab-view i will have to install on the system
    by which i can run the application properly.
    i had generated exe file of that project
    from application builder (project explorer--> build specification)
    but it can not be run without software
    can anybody tell me how i can do this ??
    waiting for yours replies

    Yamaeda wrote:
    You also need the Professional Version of LabVIEW to build exe's. (if memory serves)
    Yes, LabVIEW professional or the application builder add-on.
    Since he said that he built an exe already, we can assume that the OP has the application builder.
    LabVIEW Champion . Do more with less code and in less time .

  • Converting .swf files to .exe files on a mac?

    How can I convert .swf files to .exe file on a mac?
    I am working in Flex, so if there is a way to directly export .exe files that would be even better, but either one would be great. Can't seem to find any answers on this.
    Thanks a lot!

    Have you tried asking in the Flex forum?

  • Name of .exe file generated from Air Help

    Is there a way to customize the name of the .exe file generated by the Air Help output? I can specify the name of the .air file. But when the Air application is installed, the .exe filename is the same as the help title ("Help Title" field in the Adobe Air dialog box) . This means the help title is used in the title bar of the Air application, on the Start menu and Add/Remove Programs, and in the filename.
    I would like to use a shorter, one-word filename. I would expect the name of the .air file to be the name of the .exe file.
    I'm generating an Adobe Air application using RoboHelp 8.
    Thanks,
    - Maura

    I assume you are creating the file as a java.io.File object. Under those circumstances you should be able to specify the name and target directory when you save it:File f = new File(directory+System.getProperty("file.separator")+filename);Or, if you have already named it:
    f.renameTo("file.txt");Actually, now I look at it, I may have totally misunderstood what you are trying to do there- are you naming it right in the hyperlink?

  • Can't open important file dropped my mistake in exe file from Firefox to supress Kasperksy

    Hello and thanks for replying! Here are more details on this problem:
    I saw two new exe files in my USB that seem to be related to a Firefox request yesterday which was to disable a Kaspersky option of some kind until Firefox could resolve the incompatibility. I OK'd it. TodayI was moving a file that contains three years of my research and it got dropped into one of these exe files by mistake and I now I cannot access it, copy it move it, or undo the prior move. The file that has trapped my research file is named 36f5e0470ef12f4ccf8016fOdcOf59 . I tried unlocking it, but could not access my file inside. All the unlocking seemed to do was change the name of the file. The files inside, along with my research file, are named: mrt.exe , mrttub.exe , and shutdown.req (this last also has dollar signs in the title which I'm afraid I cannot duplicate on my French keyboard.
    I ran a virus check on both the interior file (my research file) and the exterior file (the former exe file) and at least can see that the names of my files come up in the search, so the interior file does not seem empty. There were no viruses found in either the exterior or interior file. I have not unplugged by USB yet and am not sure what to try next. My operating system is Windows XP 2002 in case that helps.
    I have contacted Kaspersky as well but am not sure if these files were generated from them, from Firefox, or if it is malware. Thank you very much for your help. This would be a very great loss to me and any suggestions you might have would be most appreciated!
    Reards,
    Elizabeth

    Hello!
    And thank you so much for answering!
    These file names look similar to what is there for sure. But I don't think I want to delete them at this point. The problem is that I was moving a large file full of documents I use (about 100 files) that and that entire file dropped by mistake into this .exe file. Now hundreds of my files are trapped there and I can't seem to access or copy them. I would be afraid to delete the .exe file as I think it would probably delete my 100 documents along with it.
    I guess what I need to know is how to open an .exe files in a way that lets me retrieve my document. Maybe I could do something that would give me the right to access it? Right now it is read only, and it does not seem to let me change the status, or to open my file sitting inside it.
    It is like a dog who ate my supper!
    Thanks again for your help!
    Elizabeth

  • Generate .PDF file from Oracle Form and print .pdf

    Hello, I am new to oracle form. I need direction on how to create .pdf file on a button click.
    The requirement is when user click a button on a form, I need to write some data to the pdf file and open the .pdf file for print.
    I am using Oracle Form builder 10.1.2.0.2
    Thanks a lot! Please help!

    Dear all,am new to oracle report and oracle forms and i know the
    basics how to generate the report and to create the form, Now my doubt is, like generating report
    from oracle report how to generate the report from oracle from,should i add any command button? and where
    to add the coding and what coding ? when i click that command button the report should be generated like oracle
    report,what should i do?Please help me to learn.
    my table name is 'student' and it has the following columns,
    sid,sname,grade,result.
    Am using oracle from 10.1.2.0.2 version and
    oracle report version is 10.1.2.0.2.
    Please give step by step procss.
    Thank you.

  • Error while Generating WSDL File from SAP WSDLGenerator

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
       at WebServiceDescription.SelectOperation.ShowUDOsList(String sessionID)
       at WebServiceDescription.SelectOperation..ctor(String sessionID)
       at WebServiceDescription.WsdlServicesGenerator.ShowOptions()
       at WebServiceDescription.Form1.btCreateWsdl_Click(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
        CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    WsdlServicesGenerator
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/SAP%20Business%20One%20Web%20Services/WsdlServicesGenerator/WsdlServicesGenerator.exe
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    System.Web.Services
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
    System.Configuration
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    axh7tjvl
        Assembly Version: 1.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    o_2nbqv_
        Assembly Version: 1.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    I am facing problem While Generating WSDL File from WSDL Geerator which is provided by SAP Business One
    If any body has resolved this. Please help Me...!
    Thanks
    Mritunjay

    Hi.
    We've seen that error too few times.
    We downloaded the sourcecode for the wdsl generator and discovered,
    that in our case, it was because we had no user defined objects.
    Its actually a bug as far as I can see, where the wdsl generator tries
    to enumerate a empty recordset, and crashes.
    Regards
    Jørgen T.

  • How do I bundle my .java file as an .exe file to install from cd-rom

    I have written a simple java application that I would like to lauch from cd-rom. I would like it to do the following:
    1)Install the application to be ran locally on a client machine.
    -OR-
    2)Run the application from the cd-rom.
    I think my code would have to be bundled and stored as an .exe file, but I'm not sure. I can not find any info on how to do this, so any direction would be greatly appreciated. Please explain in detail if you can, I am still new to this. Thanks!

    1) I was able to use InstallAnywhere to create an installer for my application, but I was unaware that there was a java InstallShield. How do I access this feature?
    2) Also from my understanding, I will have to write an executable java launcher in another language. Where can I find more info on this topic?
    3) Not sure how to create jar files just yet. Where can I find more info on creating executable jar files.
    Thanks for your help!!!!!!!

  • Unable to download exe files after unblocking, 404 error. handler mappings execute change prevent infopath, export to excel, and sharepoint designer from working.

    I removed .exe from the block list, checked MIME types, all ok,
    I followed this solution: http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/b380a13e-a15f-4e32-98cd-12747538ad20?prof=required
    ( go into IIS (I am assuming IIS 7.0) and select the particular web site and click
    handler mappings and Edit feature permissions and
    uncheck the Execute box .)
    It works, I can now open exe files. But it causes other major troubles so far:
    -Cannot Export Lists to Excel
    -Cannot Publish and Save InfoPath forms
    -Cannot edit subsites in SharePoint Designer.
    Does anybody have another solution that won't disable other features? What is the best way to do it? I have SolidWorks Edrawings in .exe that needs to be accessible.
    Thank you.
    Guillaume Gagnon, MCP Senior System Administrator Forensic Technology WAI Inc.

    Hi Guillaume,
    As you know, if we remove the Execute permission for handle mappings, we will be able to download .exe file from SharePoint server. But as you said, this will cause other issues.
    The another solution to allow to download .exe file is remove the CGI-exe handle mapping from the handle mappings directly. You may need to restart Internet Information Server(IIS). After that, we will be able to download .exe file directly.
    Open the IIS manager
    Select the site from the "Sites" tree
    Double-click "Handle Mappings"
    Right-click "CGI-exe", and then click "Remove"
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • Swf2html.exe and infinite generated html files

    Dear,
    I use the tool swf2html.exe from Adobe for extracting textual content on .swf files.
    Is there a way to avoid infinite iteration on such swf files : i.e. http://www.cartoondollemporium.com/superdollz/dollz/1012/doll.swf ?
    The problem is that when I try to generate html file with that file in PHP, swf2html.exe made an infinite iterate and there is no way (except manualy cut the process) to stop for example on a max output file size generated.
    Thanks of you have some tips to avoid or solve that extracting problem,
    For test :
    http://www.se-flash.com/cgi-bin/flash.pl?etape2=1
    with http://www.jeuxclic.com/jeux/bubble_shooter.swf work.
    http://www.se-flash.com/cgi-bin/flash.pl?etape2=1
    with http://www.cartoondollemporium.com/superdollz/dollz/1012/doll.swf made infinite loop....
    Stephane.

    1) All you do is specify a directory with the -d option and Javadoc creates the directory structure below that. We often use either "-d docs" or "-d html" to create a directory named "docs" or "html" in the current directory.
    2) Preferably they should be stored on a server that has a web server running so people can access them. We build the docs nightly on the development server where people can access the latest version using a file: URL (not with a web server). Then before each release we stage them on our intranet before we push them out to the intranet. We also run the DocCheck doclet and a link checker nightly so developers and writers can find errors in their documentation.
    3) If you want a top-level page that links to separate javadoc documents, you need to do this manually. However, keep in mind that you can also inter-link all those separate documents by using the -link or -linkoffline option.
    Let us know if you have more questions or comments.
    -Doug Kramer
    Javadoc team

  • How can we generate PDF file by passing a query from package to RDF?

    Hi Everyone,
    I am beginner as SQL Developer, I am stuck in one issue , that is regarding generating PDF or Excel file according to user parameters passed.
    Detail of Requirement :
    I have created one package it contains 2 functions and 1 Procedure .
    Also created xx_report.rdf for generating in PDF .
    getQuery Function Returns Query as output.
    getExcelFile function gets query as input and generate  and return CLOB file as OUTPUT.
    xx_Report  Procedure will take input CLOB file and export it to EXCEL file and save under a DEFAULT Location.
    When User Pass Excel as parameter we can generate the file , but now if User Passes the Parameter for PDF FILE then  client wants  to invoke RDF  passing same query(getQuery) to xx_Report.RDF and generate PDF from it .
    We have already Created the RDF for xx_Report
    How it is possible? to invoke RDF from PL SQL Package.
    (We are doing like this as in future if there are any changes in query we dont have to change in RDF or in Package )
    If not then please let me know the other way where i can get the PDF or EXCEL file as output according to users choice from RDF.
    ( We are not using XML PUBLISHER nor 3rd party tools)
    Only Oracle Reports Developer 11g 1.2.3.
    Please help me in this ....its urgent.
    Thanks and Regards,
    Harshil .

    Hello Narendra,
    (Specific to SAP POS General Merchandise)
    A  Tlog is binary file created by selling items via SAP POS. The file must be converted into ASCII by the use of a utility called cvtlog.exe or trickled to other systems. Once the tlog is converted to ASCII it contains all the information required to feed downstream systems such as ERP, POS DMu2026.etc.
    Hope that helps
    Angelo
    For detailed information on SAP POS dataflow and TLOG Formats  please see this link
    http://help.sap.com/saphelp_pos21/helpdata/en/be/5234a9eb44494ea0807925211e74c6/frameset.htm
    or navigate to Help.sap.com  and follow the below links
    Documentation -> SAP for Industries -> SAP for Retail

  • Record audio from .exe file

    Hi we had created an entire project of 2.5 hours of around 140 slides using Adobe Captivate 6. We had put the slide notes as text and published an .exe file and shared the same with the client.
    However, now we have lost the source captivate .cptx file and have to redo the project from scratch.  We have the powerpoint presentation for each slide so putting the objects as per the .exe is not an issue.
    We figured the easiest way to have the audio is to record directly from the .exe and then put the audio files in captivate, rather than putting slide notes and repeating the entire process.
    Is there a way to directly record audio from the .exe file? This will reduce our effort with respect to the pronunciation of words.

    Double-click your .exe file and let it run, do not close. If you're on Windows 7 go to
    C:\Users\your user name\AppData\Local\Temp\
    and look for a folder like CPE7770.tmp. You can use the date and time stamp to locate this folder.
    Your swf file will be there.
    If on another Windows OS, the path should be similar.
    You can also use software like Audacity or Audition to record audio from your computer. Set up will depend on your system config.
    Cheers,
    Seth

Maybe you are looking for