Windows 7 compilation 7600 is ok ?

Someone could confirm if the version to be released within 14 days will be officially Windows 7 build 7600? thank you very much

Hello
I have a little bit searched using Google and it seems that Windows 7 build 7600 is the official final version.
And as Akuma said the version can be patched.
But why do you want to know this? Do you already have Windows 7?
Greets

Similar Messages

  • Problems using alchemy windows compiling .swc

    Hi there,
    yesterday I installed cygwin and configured alchemy in a correct way. => It worked
    I have some problems setting the path variable but I solved them with adding the directories to the windows path variable => cygwin reads and uses them.
    Today I started my pc and nothing works. There is now error. I tried everything. I run the config script again and it run successfully. But if I try to compile a swc nothing happens. The PC works for a while and then I can again type a new command line. Now error, now success report AND no swc file.
    Can anybody help me, please?

    I've encountered a similar problem in the past.  I found that if I entered the "alc-on" command and then displayed the path "echo $PATH" I had 2 entries for the $ALCHEMY_HOME/ahacks directory in the path. Removing one of those entries fixed the problem.
    To ensure I used the correct gcc/g++ after entering "alc-on" I choose to omit the $ALCHEMY_HOME/ahacks path addition described in the instructions.  I suspect my solution may not be the best.  I haven't investigated too deeply why this worked but it did fix the exact problem you are describing.

  • Windows compiling

    Hi to all,
    I just migrated from 2.3.10 to 2.4.13 BDB XML (on windows platform).
    I have experienced many problems on query execute I not encuntered
    in 2.3.10.
    I think some problem can be resolved applying patches but:
    I'm not able to apply patches and compile sources because I newer work
    in C++ and in Microsoft environment.
    Can anybody help me ? I'd like to obtain patched binaries, Is it a indecent request ? :)
    Tnx in advance
    salnic

    Salnic,
    There will be a 2.4.14 patch release soon.
    George

  • PiPL config for running windows compiled plugin on a mac?

    I followed the documentation that specifies PiPL code for targeting the plugin for different systems, but nobody can open the plugin using a mac.
    I wrote a plugin for CS5, but it needed to be compatible with CS3 and CS4.
    I can open it in CS5 on my windows machine, but nobody can open it on the macs.
    I have the following PiPL code in my resource file:  (as well as some of the other PiPL codes.. but this should be the platform ones)
    LC(A,D,B,E),
    LC(w,x,8,6),
    0L,
    12L,
    "PluginMain\0\0",
    LC(A,D,B,E),
    LC(m,i,3,2),
    0L,
    12L,
    "PluginMain\0\0",
    LC(A,D,B,E),
    LC(m,a,c,h),
    0L,
    12L,
    "PluginMain\0\0",

    I'm pretty sure you'll need to recompile using a Mac. There are a few differences.

  • How to compile a report in windows

    Dear Memebers,
    Generally standard reports contain a lot of user exits as a results of which we cannot compile the reports using reports builder. How can we compile a standard report in windows. I know the syntax which is shown below but how should i proceed.
    REM WINDOWS COMPILE REPORT
    ::compile_report.bat
    cls
    Echo compiling Report .....
    for %%f IN (FAS400.rdf) do RWCON60 userid=apps/apps@test batch=yes source=%%f
    stype=rdffile DTYPE=REPFILE OVERWRITE=yes logfile=log.txt
    ECHO FINISHED COMPILING
    What if i have a report in some directory in windows. Can i mention the path and how do i run the above mentioned commands as a script in windows command prompt.
    I would really appreciate your help. Correct me if i am wrong.
    Thanks
    Sandeep

    for forms:
    REM WINDOWS COMPILE FORMS
    ::compile_forms.bat
    @echo off
    cls
    SET DBConnectString =
    SET /P DBConnectString= Please enter DB connect string (user/password@sid):
    SET workingDirectory =
    SET /P workingDirectory= Enter the directory where FMBs are located (i.e. c:\dev\forms\):
    cd %workingDirectory%
    @echo on
    echo Compiling Forms....
    for /f %%a IN ('dir /b *.fmb') do ifcmp90 module=%%a userid=%DBConnectString% batch=yes
    echo Finished Compiling for reports:
    REM WINDOWS COMPILE FORMS
    ::compile_reports.bat
    @echo off
    cls
    SET DBConnectString =
    SET /P DBConnectString= Please enter DB connect string (user/password@sid):
    SET workingDirectory =
    SET /P workingDirectory= Enter the directory where RDFs are located (i.e. c:\dev\reports\):
    cd %workingDirectory%
    @echo on
    echo Compiling Reports....
    for /f %%a IN ('dir /b *.rdf') do rwconverter userid=%DBConnectString% batch=yes source=%%a stype=rdffile dtype=repfile overwrite=yes logfile=log.txt
    echo Finished Compiling

  • Compiling reports6i on Windows and Unix

    Hi Friends,
    I'm compiling reports6i on windows by opening the browser window online. But to my confusion when I run and save the report program, I only see the .rdf extension of the file. I just thought the executable version is .rep , so I thought I will see also this file type. My question is can the report program run without the .rep extension file?
    Thanks

    Thanks Hussein,
    But I got this script from metalink > How to compile reports on windows and unix in batch mode:
    For Windows Reports 6i
    ===============
    REM WINDOWS COMPILE REPORT
    ::compile_report.bat
    cls
    Echo compiling Report .....
    for %%f IN (*.rdf) do RWCON60 userid=scott/tiger@v817 batch=yes source=%%f
    stype=rdffile DTYPE=REPFILE OVERWRITE=yes logfile=log.txt
    ECHO FINISHED COMPILING
    For Unix Reports 6i
    ============
    #UNIX COMPILE REPORTS
    #compile_rep.sh
    for i in `ls *.rdf`
    do
    echo Compiling Report $i ...
    rwcon60 userid=scott/tiger@bs817 batch=yes source=$i stype=rdffile
    dtype=repfile overwrite=yes compile_all=yes
    done
    =======
    I'm only concern with the unix output....is it ok if I have both file extensions? (.rdf and .rep)
    Another concern is are the program name case-sensitive? I know unix is case-sensitive unlike windows.
    So if I have a program name APXDCDFO.RDF , is it the same with
    APXDCDFO.rdf or
    apxdcdfo.RDF or
    apxdcdfo.rdf
    Thanks a lot

  • Compilation error while generating the form in linux

    Hello everyone,
    I am using Oracle Designer ver10.1.2.4 in windows to generate the forms with standard object library ofgwebol.olb and template form ofgwebt.fmb. form (with both .fmb and .fmx files) are generated without errors. Also when I open the forms in separately they compiles without errors. But when I copy the same .fmb file into linux enviroment and compile it using frmcmp.sh userid=user/password@database module_type=form compile_all=yes module=form_name it gives following errors.
    $> frmcmp.sh userid=odin/odin@ontw10g module_ty
    pe=form compile_all=yes module=LOGIN_SCHERM
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.4.0 Production
    FRM-18108: Failed to load the following objects.
    Source Module:ofgwebol.olb
    Source Object: CGSO$CHAR_DO
    Source Module:ofgwebol.olb
    Source Object: CGSO$CHAR_DO
    Source Module:ofgwebol.olb
    Source Object: CGSO$BLOCK
    Source Module:ofgwebol.olb
    Source Object: CGSO$CANVAS
    Source Module:ofgwebol.olb
    Source Object: CGSO$WINDOW
    Compiling function CGTE$CHECK_CONSTRAINT_VIO...
    No compilation errors.
    Compiling procedure CGTE$INLOGGEN_ERRORS...
    No compilation errors.
    L/SQL ERROR 0 at line 17, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 36, column 3
    identifier 'CGNV$.NAV_CLOSE_FORMS' must be declared
    PL/SQL ERROR 0 at line 36, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 37, column 3
    identifier 'CGNV$.NAV_OPENING_WND' must be declared
    PL/SQL ERROR 0 at line 37, column 3
    Statement ignored
    Compiling KEY-HELP trigger on form...
    No compilation errors.
    Compiling WHEN-WINDOW-ACTIVATED trigger on form...
    Compilation error on WHEN-WINDOW-ACTIVATED trigger on form:
    PL/SQL ERROR 201 at line 6, column 8
    identifier 'CGNV$GET_ITEM_WINDOW' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling POST-TEXT-ITEM trigger on form...
    Compilation error on POST-TEXT-ITEM trigger on form:
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$.STORE_WND_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling WHEN-WINDOW-CLOSED trigger on form...
    Compilation error on WHEN-WINDOW-CLOSED trigger on form:
    PL/SQL ERROR 201 at line 5, column 3
    identifier 'CGNV$.TERMINATE_WINDOW' must be declared
    PL/SQL ERROR 0 at line 5, column 3
    Statement ignored
    Compiling WHEN-FORM-NAVIGATE trigger on form...
    Compilation error on WHEN-FORM-NAVIGATE trigger on form:
    PL/SQL ERROR 201 at line 3, column 3
    identifier 'CGNV$.REMOVE_CHILD_FORM' must be declared
    PL/SQL ERROR 0 at line 3, column 3
    Statement ignored
    Compiling KEY-EXIT trigger on form...
    Compilation error on KEY-EXIT trigger on form:
    PL/SQL ERROR 201 at line 5, column 3
    identifier 'CGNV$.NAV_ENTER_QUERY' must be declared
    PL/SQL ERROR 0 at line 5, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 9, column 5
    identifier 'CGNV$.CLOSE_ALL_WINDOWS' must be declared
    PL/SQL ERROR 0 at line 9, column 5
    Statement ignored
    Compiling KEY-CLRFRM trigger on form...
    No compilation errors.
    Compiling ON-ERROR trigger on INLOGGEN data block...
    No compilation errors.
    Compiling KEY-PREV-ITEM trigger on AGB_ID item in INLOGGEN data block...
    Compilation error on KEY-PREV-ITEM trigger on AGB_ID item in INLOGGEN data block
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$GO_PREV_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling KEY-NEXT-ITEM trigger on AGB_NAAM item in INLOGGEN data block...
    Compilation error on KEY-NEXT-ITEM trigger on AGB_NAAM item in INLOGGEN data blo
    ck:
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$GO_NEXT_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compilation errors have occurred.
    Form not created
    I think some standard library are missing in Linux environment. But I do not know the name of them and neither I can find. Please suggest the what need to be done to resolve the problem. The reason I am compiling the form in Linux is that I can run the form in windows because of corrupted installation of OC4j.
    Thanking you all much in advance.
    Edited by: Deepank on Dec 2, 2008 1:49 AM

    Deepank-
    When generating forms from Designer, Designer attaches libraries - like ofgmes.pll, ofgnavl.pll, etc. You will need to copy these libraries to the same directory where your forms reside on your Linux box. To find out what libraries ate attached to your form, open it on your windows PC after generating it from Designer and you will see the attached libraries. Also, watch out for the case-sensitivity of Linux. If you have the Designer libraries on your linux box and you still get errors, try changing the case of the names of the libraries.
    Hope this helps,
    Dan

  • Installing SAPNWRFC on Windows XP

    Greetings,
    I've being trying to install SAPNWRFC on a Windows XP machine with ActivePerl 5.8.8 without luck.
    I've made some research (including this thread NW RFC SDK 7.10, sapnwrfc.dll error in Win2003, XP) but nothing seems to help.
    After installing Visual C++ 2005 Express Edition (and other dependencies, including patches) I can compile the sources from SAPNWRFC without error messages, but after creating a PPM package and running a test program, I got the following error messages:
    "This application has failed to start because SAPNWRFC.dll was not found. Re-installing the application may fix this problem".
    And another one:
    "Can't load 'C:/Perl/site/lib/auto/SAPNW/Connection/Connection.dll' for module SAPNW::Connection: load_file:The specified module could not be found at C:/Perl/lib/DynaLoader.pm line 230.
    at C:\RFC\ajustenpl.pl line 4
    Compilation failed in require at C:\RFC\ajustenpl.pl line 4.
    BEGIN failed--compilation aborted at C:\RFC\ajustenpl.pl line 4."
    Forcing the DLL's to be founded (copying them to system32 folder, just to test) did not help (a different error message was generated, although).
    Using "nmake install" instead of creating a PPM showed no difference too.
    I took a look at the VC redistribuition package, but it seems to me that it is necessary only for workstations without a development environment. Please correct me if I'm wrong.
    I'm clueless and to be honest I'm not happy at all to have all this trouble. Why isn't there a PPM package (or a precompiled tarball) of SAPNWRFC?
    Thank you all.

    > Well here is a perfect opportunity for you to do
    > something about it.  I am quite happy to accept
    > binary PPD builds submitted from the community.
    Once I'm able to compile and get SAPNWRFC working in my box I'll be happy to generate a new PPD.
    Just tell me later how should I sent it to you.
    > I don't use windows, so I have no burning desire to
    > support it, but I do know that others have
    > successfully built, or installed PPDs =>
    > http://www.piersharding.com/download/win32/ - most of
    > the troubles people seem to have are to do with
    > dependencies, and broken windows installs.
    > Here are some notes that I have seen compiled by
    > others with respect to NW SAP RFC SDK under windows:
    Compilation of any C/C++ code in Windows seems to be a pain. Lot's of downloads (some of them useless) and no complete documentation about it (at least in one place).
    Having a working PPD is <b>really</b> a great help.
    > 1. The standard MSVCRT.dll (required by ruby.exe)
    > should be in
    >
    > :\windows\system32
    This DLL is available there in my box.
    > 2. No MS redistributables should be copied to
    > system32! This only seems
    > o confuse the side-by-side management.
    I didn't know about this possibility, so I didn't try it.
    > 3. sapnwrfc.dll requires the 8.0 SP1
    > redistributables: 8.0.50727.762
    I installed the Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) (here: http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647&DisplayLang=en) but it didn't help.
    The funny part is that I installed the PPD of the SAPNWRFC (version 0.8) and receive the same error messages. For sure is a configuration problem in my box, not with SAPNWRFC.
    I did a research on Google for some hints about defining library repositories on Windows and I got some directions here: http://llg.cubic.org/docs/vc7.html.
    Defining a %LIB% system variable, with the directory C:\Program Files\SAP\FrontEnd\SapGui\nwrfcsdk\lib included didn't help either. Here is the content of the variable:
    "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib;C:\Program Files\Microsoft Visual Studio 8\VC\LIB;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\lib;C:\Program Files\SAP\FrontEnd\SapGui\nwrfcsdk\lib "
    I went throght the whole process again (compilation, creating a PPD file from version 0.11) with no luck.
    <b>Updated</b>
    I reinstalled everything in my box, just to be sure:
    Microsoft .NET Framework 2.0
    Microsoft .NET Framework SDK 2.0 - ENU
    Microsoft Plataform SDK (R2) (3790.2075)
    Microsoft Visual C++ 2005 Express Edition - ENU
    Microsoft Visual C++ 2005 Redistributable
    Here is some information about running the Makefile.pl:
    C:\temp\software\perl\sapnwrfc-0.12>del Makefile.old
    C:\temp\software\perl\sapnwrfc-0.12>perl Makefile.PL
    Checking if your kit is complete...
    Looks good
    Found the following libsapnwrfc installations:
            sapnwrfc        C:/Program Files/SAP/FrontEnd/SAPgui/nwrfcsdk
            sapnwrfc        c:/nwrfcsdk
    Which libsapnwrfc build path do you want to link against? [C:/Program Files/SAP/FrontEnd/SAPgui/nwrfcsdk] c:\nwrfcsdk
    ================================================
    BUILD INFORMATION
    ================================================
    source opt:
    addlibs opt:
    embed_manifest opt:
    ADD_CFLAGS:           -DWIN32 -D_CONSOLE -DUNICODE -D_UNICODE -DSAPwithUNICODE  -DSAPonNT  -DSAP_PLATFORM_MAKENAME=ntintel
    sapnwrfc dir:        c:\nwrfcsdk
    libraries:                       -lm -ldl -lrt -lpthread  -L"c:\nwrfcsdk/lib"  -lsapnwrfc -llibsapucum
    include dir:                     "c:\nwrfcsdk\include"
    sapnwrfc header:     "c:\nwrfcsdk\include"/sapnwrfc.h
    sapnwrfc candidate:  c:\nwrfcsdk; c:\nwrfcsdk/include; sapnwrfc
    ================================================
    Note (probably harmless): No library found for -lm
    Note (probably harmless): No library found for -ldl
    Note (probably harmless): No library found for -lrt
    Note (probably harmless): No library found for -lpthread
    Writing Makefile for SAPNW::Connection
    Writing Makefile for sapnwrfc
    After compilation, I checked the Connection.dll file for dependencies using the Dependency Walker program. It pointed three missing DLL that could not be found:
    - SAPNWRFC.dll
    - LIBSAPUCUM.dll
    - DWMAPI.dll
    The third dll I just copied to system32 folder and it worked fine.
    I tried to compile SAPNWRFC several times, forcing the location of the DLLs using the system variables LIB and LIBPATH for VC++ compiler. Same error again. I double checked with Dependency walker, no change.
    I forced the test copying the missing dll to system32 and repeated the test, which results in the following errors messages:
    Windows error message:
    "R6034
    An application has made an attemp to load the C runtime library incorrectly."
    Message from the Perl program:
    "Can't load 'C:/Perl/site/lib/auto/SAPNW/Connection/Connection.dll' for module SAPNW::Connection: load_file:A dynamic link library (DLL) initialization routine failed at C:/Perl/lib/DynaLoader.pm line 230.
    at C:\RFC\ajustenpl.pl line 4
    Compilation failed in require at C:\ajustenpl.pl line 4.
    BEGIN failed--compilation aborted at C:\RFC\ajustenpl.pl line 4."
    <b>Updated 2:</b>
    After some researching, I found some issues regarding the DWMAPI.dll installed in Windows XP when one update the Internet Explorer to version 7. I made a downgrade and start testing again. This time, DWMAPI.dll did not showed any issue in the Dependency Walker (DW).
    After that, the DW program shows only dependencies about the MPR.DLL and MSJAVA.DDL. Regarding Microsoft Technet website, this is not an issue and could be ignored safely.
    Anyway, the DLLs from nwrfcsdk were still missing. After adding the nwrfcsdk's path to the PATH global variable, the DW program shows no more issue.
    Testing again the program, although, showed the same error that I got after copying the DLL's to system32 directory ("R6034. An application has made an attemp to load the C runtime library incorrectly.").
    Searching in Technet showed that this kind of error is caused by invalid manifest files. But looking at the manifest files in the sapnwrfc, everything looks fine.
    I'm clueless now. Maybe somebody have the sapnwrfc working in a Windows XP box and could give me some directions.
    Thank you all.
    Message was edited by:
            Interno Projeto

  • Linking error by using oracle11.1.0 OCCI in VS 2008 (Windows 64Bit)

    Hello *,
    I try to link a simple program in C++ (VS2008, Windows Professional 64 Bit) but I stiill get the LNK2001 error :
    error LNK2001: unresolved external symbol "public: static void __cdecl oracle::occi::Environment::terminateEnvironment...
    error LNK2001: unresolved external symbol "public: static class oracle::occi::Environment * __cdecl oracle::occi::Environment::createEnvironment
    I use the simple example from this thread Oracle 10g and OCCI in Visual Studio 2008
    but it doesn't work.
    Here my command line options in VS Project (Release):
    C/C++ Command Line: /O2 /Oi /GL /I "G:\OracleDB\product\11.1.0\db_1\OCI\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Gy /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /nologo /c /Zi /TP /errorReport:prompt
    Linker:
    /OUT:"G:\WissArbeit\TestOracleCLI\Release\TestOracleCLI.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"G:\Walther\Vesuch2\instantclient-basic-win-x86-64-11.1.0.7.0\instantclient_11_1\vc9" /MANIFEST /MANIFESTFILE:"Release\TestOracleCLI.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"G:\WissArbeit\TestOracleCLI\Release\TestOracleCLI.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /DYNAMICBASE /NXCOMPAT /MACHINE:X86 /ERRORREPORT:PROMPT oraocci11.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
    PATH=G:\Walther\Vesuch2\instantclient-basic-win-x86-64-11.1.0.7.0\instantclient_11_1;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Java\jre6\bin;C:\Program Files (x86)\Tortoise SVN\bin;C:\Program Files (x86)\QuickTime\QTSystem\
    The folder ...instantclient-basic-win-x86-64-11.1.0.7.0\instantclient_11_1\vc9 contains
    oraocci11.dll
    oraocci11.dll.manifest
    oraocci11.lib
    oraocci11d.dll
    oraocci11d.dll.manifest
    oraocci11.lib
    downloaded from http://www.oracle.com/technology/tech/oci/occi/occidownloads.html
    Can somebody say what is wrong?
    Thanks
    Christina

    Hi Christina,
    This is what I did using Visual Studio 2008 Professional Edition on Windows Server 2008 64-Bit:
    I downloaded the Instant Client Basic and Instant Client Package - SDK for Windows (x64) from here:
    http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winx64soft.html
    I then downloaded the OCCI for Visual C++9 (VS 2008)[Windows x64] from here:
    http://www.oracle.com/technology/tech/oci/occi/occidownloads.html
    I think these are the same downloads you used.
    1. I then extracted the Instant Client packages to C:\Temp which created the following directory:
    C:\Temp\instantclient_11_1
    2. The Instant Client SDK was extracted to C:\Temp as well into the following directory:
    C:\Temp\instantclient_11_1\sdk
    3. I extracted the OCCI package and then moved the libraries, dll files, and manifest files into C:\Temp\instantclient_11_1\sdk\lib\msvc\vc9
    4. I copied oraocci11.dll and oraocci11d.dll from C:\Temp\instantclient_11_1\sdk\lib\msvc\vc9 to C:\Temp\instantclient_11_1
    5. I removed oraocci11.lib from C:\Temp\instantclient_11_1\sdk\lib\msvc
    6. I added C:\Temp\instantclient_11_1 to the system path
    7. In Visual Studio 2008 I added the include and library paths as follows:
    Tools -> Options... -> Projects and Solutions -> VC++ Directories
    Platform: x64
    Show directories for:
    Include files -- here I added C:\Temp\instantclient_11_1\sdk\include (I removed all other Oracle include directories for the test)
    Library files -- here I added C:\Temp\instantclient_11_1\sdk\lib\msvc and C:\Temp\instantclient_11_1\sdk\lib\msvc\vc9 (I removed all other Oracle library directories for the test)
    8. Added oraocci11.lib to the linker in Project -> OCCITest Properties... -> Configuration Properties -> Linker -> Input -> Additional Dependencies -> oraocci11.lib
    9. I then built and executed the simple test you linked to above with no errors.
    Here's the build log for the release build:
    Build Log      Build started: Project: OCCITest, Configuration: Release|x64
    Command Lines      Creating temporary file "c:\My Projects\Test\CPP\OCCITest\x64\Release\RSP00000923843192.rsp" with contents
    /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Fo"x64\Release\\" /Fd"x64\Release\vc90.pdb" /W3 /c /Zi /TP ".\OCCITest.cpp"
    Creating command line "cl.exe @"c:\My Projects\Test\CPP\OCCITest\x64\Release\RSP00000923843192.rsp" /nologo /errorReport:prompt"
    Creating temporary file "c:\My Projects\Test\CPP\OCCITest\x64\Release\RSP00000A23843192.rsp" with contents
    /OUT:"C:\My Projects\Test\CPP\OCCITest\x64\Release\OCCITest.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"x64\Release\OCCITest.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\My Projects\Test\CPP\OCCITest\x64\Release\OCCITest.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /DYNAMICBASE:NO /MACHINE:X64 oraocci11.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
    ".\x64\Release\OCCITest.obj"
    Creating command line "link.exe @"c:\My Projects\Test\CPP\OCCITest\x64\Release\RSP00000A23843192.rsp" /NOLOGO /ERRORREPORT:PROMPT"
    Creating temporary file "c:\My Projects\Test\CPP\OCCITest\x64\Release\RSP00000B23843192.rsp" with contents
    /outputresource:".\x64\Release\OCCITest.exe;#1" /manifest
    ".\x64\Release\OCCITest.exe.intermediate.manifest"
    Creating command line "mt.exe @"c:\My Projects\Test\CPP\OCCITest\x64\Release\RSP00000B23843192.rsp" /nologo"
    Creating temporary file "c:\My Projects\Test\CPP\OCCITest\x64\Release\BAT00000C23843192.bat" with contents
    @echo Manifest resource last updated at %TIME% on %DATE% > ".\x64\Release\mt.dep"
    Creating command line """c:\My Projects\Test\CPP\OCCITest\x64\Release\BAT00000C23843192.bat"""
    Output Window      Compiling...
    OCCITest.cpp
    Linking...
    Generating code
    Finished generating code
    Embedding manifest...
    Results      Build log was saved at "file://c:\My Projects\Test\CPP\OCCITest\x64\Release\BuildLog.htm"
    OCCITest - 0 error(s), 0 warning(s)And here is the output window results for executing the test from within Visual Studio:
    'OCCITest.exe': Loaded 'C:\My Projects\Test\CPP\OCCITest\x64\Release\OCCITest.exe', Symbols loaded.
    'OCCITest.exe': Loaded 'C:\Windows\System32\ntdll.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\kernel32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Temp\instantclient_11_1\oraocci11.dll'
    'OCCITest.exe': Loaded 'C:\Temp\instantclient_11_1\oci.dll', Binary was not built with debug information.
    'OCCITest.exe': Loaded 'C:\Windows\System32\msvcrt.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\advapi32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\psapi.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_99b61f5e8371c1d4\msvcr90.dll', Symbols loaded.
    'OCCITest.exe': Loaded 'C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_99b61f5e8371c1d4\msvcp90.dll', Symbols loaded.
    'OCCITest.exe': Loaded 'C:\Temp\instantclient_11_1\oraociei11.dll', Binary was not built with debug information.
    'OCCITest.exe': Loaded 'C:\Windows\System32\ws2_32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\nsi.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\shell32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\gdi32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\user32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\shlwapi.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\ole32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\oleaut32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\winmm.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\oleacc.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\IPHLPAPI.DLL', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\dhcpcsvc.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\dnsapi.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\secur32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\winnsi.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\dhcpcsvc6.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\crypt32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\msasn1.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\userenv.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\dbghelp.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\imm32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\msctf.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\lpk.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\usp10.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6001.18000_none_152e7382f3bd50c6\comctl32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\mswsock.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\wship6.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\winrnr.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\Wldap32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\nlaapi.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\NapiNSP.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\rasadhlp.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\WSHTCPIP.DLL', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\netapi32.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Loaded 'C:\Windows\System32\cscapi.dll', Symbols loaded (source information stripped).
    'OCCITest.exe': Unloaded 'C:\Windows\System32\netapi32.dll'
    'OCCITest.exe': Unloaded 'C:\Windows\System32\cscapi.dll'
    The program '[3680] OCCITest.exe: Native' has exited with code 0 (0x0).I'm not sure if that is helpful at all, but I didn't have any errors.
    Some of the lines are really long... hopefully that doesn't cause too much difficulty in reading them.
    Regards,
    Mark

  • Need to batch compile 6i forms in 9i

    I have a batch program that will compile libraries, menus & forms but I need to have it also report programs that would not compile and I need to have the output in 1 file. We have over 500 forms so I do not want to be opening every .err file that gets created. This is on windows 2000 so the following is what I have in a batch file called compile.bat:
    @echo off
    if "%1" == "" goto ERROR
    REM WINDOWS COMPILE LIBRARIES
    cls
    echo compiling Libraries.....
    for /R %%F in (*.pll) do call ifcmp90 userid=%1 batch=yes module=%%F module_type=library window_state=minimize
    echo Finished compiling Libraries!
    REM WINDOWS COMPILE MENUS
    echo compiling Menus.....
    for /R %%F in (*.mmb) do call ifcmp90 userid=%1 batch=yes module=%%F module_type=menu window_state=minimize
    echo Finished compiling Menus!
    REM WINDOWS COMPILE FORMS
    echo compiling Forms.....
    for /R %%F in (*.fmb) do call ifcmp90 userid=%1 batch=yes module=%%F module_type=form window_state=minimize
    echo Finished compiling Forms!
    goto EXIT
    :ERROR
    echo Userid/password MUST be supplied!
    pause
    :EXIT
    Can someone help me please? I've been going crazy! Thanks in advance.

    Check all the properties of :ctl.descr item. It should be varchar2.

  • BUG: Compiler Error Across Platforms

    I'm noticing an error when I try to compile the same source code on Linux and windows. When I compile the source code on windows, I receive an error and the compilation stops. When I compile on Linux, I do not receive an error and everything compiles succesfully.
    The jist of the code looks like this....
    String sResponse;
    int i;
    boolean bOk = false;
    while (!bOk)
        try {
            sResponse = JOptionPane.showInputDialog("Testing");
            i = Integer.parseInteger(sResponse);
            bOk = true;
        } catch (Exception e) {
           // Something
    System.out.println("Value of i = " + i);When I compile this in windows I receive the error "Variable i might not have been initialize" (perhaps not exactly the wording).
    Questions:
    Is this a bug in the [Linux or windows] compiler?
    Should this error instead be a warning (logically you might know it will be initialized) with the ability to disable ( javac -nowarn )?
    -M

    What happens if you initialize i inside the while loop? I wonder if if the windows compiler thinks that the loop might not execute or if the windows compiler thinks that the assignment inside the try might not execute. while (!bOk){
        i = 0;
        try {        sResponse = JOptionPane.showInputDialog("Testing");
            i = Integer.parseInteger(sResponse);
            bOk = true;
        } catch (Exception e) {
           // Something   
    }I also wonder whether changing the catch to NumberFormatException makes a difference.

  • Converting labview from unix into windows

    I need to convert some labview programs that were written in a UNIX environment to a PC windows operating system. I have converted the files over to my PC desktop. The problem is I am trying to run libraries that were compiled in unix and have the extension .so at the end. When I open the labview program it can not find these .so libraries and when I point to their location it states that this is not a valid windows image. Is there anything I can do to convert these .so libraries into something labview can read.
    Thanks  

    As far as I know, the equivalent of a shared object in windows is a DLL - DLLs are very common in windows and are also called through the Call Library Function node. You will presumably need to take your C code and compile as a DLL using a windows compiler. I'm not sure how many modifications you will need to make to the C code.
    Try to take over the world!

  • Every time I download a CD it goes into the wrong file on PC

    I have just decided after many many months to update my iPod. I have had huge problems trying to locate the the music files and found most of them in a Compilations folder. I so don't want that - so I have had to copy them all over and then go back and delete from Compilations then back into itunes to locate the new path. Finally sorted it but I still have the problem when downloading a CD - it automatically sets up a Compilations folder - how do I stop that? What I would like is for the folder to be either the name of the CD or the name of the Artist. I have searched the settings as best I can but can't find anything to help with this. Some double CD's go 1 disc into the CD name and the other No. 2 disc into Compilations. Very annoying. Once I have this sorted I would like to do a new complete back up - any help with that too would be good - will be backing up to memory stick. Any help much appreciated. Carol

    *I would like to to change it so that nothing defaults back to a Compilation folder*
    The CDs you are importing appear to be tagged as compilations, there's no setting in iTunes that is causing them to default. All you can do is check the CDs before you import them to make sure that if they are not actually compilations you change the information. If they are compilations then obviously it would make sense to leave them be.
    You might want to set the compilations option for the iTunes Browser so you can easily locate and play tracks from compilation CDs. Open iTunes and go to Edit>Preferences>general and check the option "Group compilations when browsing". If you turn on Browsing from View>Show Browser or from the browser "eye" icon in the bottom right of your iTunes window Compilations will appear at the top of the Artist list. Click on Compilations and the compilation albums will will appear in the album pane.
    *I have also just done a straight forward copy of the iTunes folder over to a memory stick - is that ok for a back up?*
    Yes, if you are keeping all your music files etc. in the iTunes Music Folder then copying the entire iTunes folder will capture it and the library files. Copying the whole folder and it's contents will give you a complete copy of the iTunes files at that point in time.

  • Can not open the file

    After the report files were moved to the directory under root in Linux, I can not open the file(.rdf) in my working directory in linux even though it doesn't work in the report builder in window.(it used to work fine)
    error message the following;
    rep-0110:unable to open file 'c:\documents and settings\myhome\desktop\invoice10.rdf
    rep-1070:error while opening or saving a documents
    can you tell me what it is the solution for that?
    Message was edited by:
    Jin

    I think I have to recompile the files again.
    I found the following solution but i do not know where do i write this script(Dos) and how to run it.
    can you tell me more detail?
    For Windows
    Forms/Reports 6i
    REM WINDOWS COMPILE FORMS
    ::compile_forms.bat
    cls
    Echo compiling Forms....
    for %%f IN (*.fmb) do ifcmp60 userid=scott/tiger@v817  module=%%f batch=yes
        module_type=form compile_all=yes window_state=minimize
    ECHO FINISHED COMPILING
    REM WINDOWS COMPILE REPORT
    ::compile_report.bat
    cls
    Echo compiling Report .....
    for %%f IN (*.rdf) do RWCON60 userid=scott/tiger@v817 batch=yes source=%%f
        stype=rdffile DTYPE=REPFILE  OVERWRITE=yes  logfile=log.txt
    ECHO FINISHED COMPILINGMessage was edited by:
    Jin
    Message was edited by:
    Jin
    Message was edited by:
    Jin

  • ERROR 1708 When using a script on a Text Invitation

    Whenever I use a script in Text Invitation- even if something as simple as "beep"- I receive an error that reads : Error : Error - 1708. The strange thing the script is executed successfully but I always get an error. I am using Version 4.0.2. Any ideas?

    It works now !
    Thanks Ralph, you put me on the right track to get it going when you mentioned the valid scripts existing in Library/Scripts/iChat.
    Here are the 4 scripts needed that you must put in your Home Library- Scripts- iChat folder.
    Open Script Editor in Applications/Applescript/Script Editor.app
    Copy and paste these scripts, one at a time, into Script Editor window, Compile and go Menu Bar- File- Save AS and change to the appropriate name in the iChat folder mentioned above.
    *iChat invited video.scpt* (Use this as title for this script)
    using terms from application "iChat"
    on received video invitation theText from theBuddy for theChat
    set status to away
    set status message to "In conference"
    end received video invitation
    end using terms from
    *iChat invited audio.scpt* (Use this as title for this script)
    using terms from application "iChat"
    on received audio invitation theText from theBuddy for theChat
    set status to away
    set status message to "In conference"
    end received audio invitation
    end using terms from
    *iChat started.scpt* (Use this as title for this script)
    using terms from application "iChat"
    on av chat started
    set status to away
    set status message to "In Conference . . ."
    end av chat started
    end using terms from
    *iChat ended.scpt* (Use this as script title)
    using terms from application "iChat"
    on av chat ended
    set status to available
    set status message to "Available . . ."
    end av chat ended
    end using terms from
    You need to set your 4 iChat Preferences- Alerts
    Event: Audio invitation - Check Run AppleScript iChat invited audio.scpt
    Event: Video invitation - Check Run AppleScript iChat invited video.scpt
    Event: A/V Chat Started - Check Run AppleScript iChat started.scpt
    Event: A/V Chat Ended - Check Run AppleScript iChat ended.scpt

Maybe you are looking for

  • F-44 Open Item Selection

    Hello, A user goes into transaction F-44 to clear a vendor but when she hits Process Open Items and brings her to the "Clear Vendor Select Open Items' screen she does not have the field Company Code in the Open Items Selections box.  When other users

  • Hook up my mac to friend's Apple TV

    Hey, I am a visiting student living in Denver for the next couple months. I have a good friend who lives here but is currently in Nepal for 6 weeks, so I am living at his place. I want to sync up my MacBook Pro to his AppleTV (it looks like one of th

  • Using Textbox strings in Java code

    Hi, I wonder if anyone can help me with a problem I'm having with a JSP. I've got several text boxes on my JSP which are static and would like to access their contents from within some dynamic Java code contained within the same JSP. I.e If I have a

  • Computer not recognizing CD-ROM/DVD drive

    For the past couple of days, my computer has not been recognizing that a DVD/CD ROM drive exists. When I put in a CD or DVD nothing happens. What should I do?

  • Can't view untitled on apple tv via AirPlay

    When I try to view video from an app (VLC) or any other app, it shows up as untitled and says it's playing but nothing shows up. Am I missing something here? Thanks.