[CS4] IDFactory link error - affects release only

update: forgot to mention this only happens whily building release. debug version builds and loads.
Hello,
I ported a plugin from CS3 and CS4 and getting following link error (one for each DECLARE_PMID) while linking ID file. SDK samples compile and link just fine.
Undefined symbols:
  "IDFactory::IDFactory(long const&, char*, long const&)", referenced from:
      __static_initialization_and_destruction_0(int, int)in ITMID.o
Environment
Mac 10.6.3 64-bit
XCode 3.2.1 w GCC 4.0
Linked against 10.4 SDK
I am sure I am missing something obvious. Would save me lot of time if you could point it out or send me in right direction.
Thanks
Kapil

BTW I have tried selecting all of the shapes before enabling
bone tool...saw that as a possible solution on another forum,
however no luck

Similar Messages

  • [CS4] Porting plugin from Indesign CS3 to CS4 c++ linking error

    I am hoping to upgrade our current plugin to the latest version of Indesign CS4.
    I've downloaded and unpacked the new Indesign CS4 SDK and have read the porting guide.  I've not seen anything obvious relating to this issue.
    This is using Visual Studios 2005 SP1 with InDesignCS4ProductsSDK_Build578.
    It appears that through the headers that I don't end up with any compile issues.  However in linking my current project is unable to find just a couple of external symbols.
    ItemSelection.obj : error LNK2019: unresolved external symbol "public: void __thiscall K2Internals::K2VectorBase<class IDType<struct PMIID_tag>,class K2Allocator<class IDType<struct PMIID_tag> > >::fill_insert(class IDType<struct PMIID_tag> *,unsigned int,class IDType<struct PMIID_tag> const &)" (?fill_insert@?$K2VectorBase@V?$IDType@UPMIID_tag@@@@V?$K2Allocator@V?$IDType@UPMIID_tag@ @@@@@@K2Internals@@QAEXPAV?$IDType@UPMIID_tag@@@@IABV3@@Z) referenced in function "public: virtual class K2Vector<class IDType<struct PMIID_tag>,class K2Allocator<class IDType<struct PMIID_tag> > > * __thiscall SelectionSuiteCSB::CreateObserverProtocolCollection(void)" (?CreateObserverProtocolCollection@SelectionSuiteCSB@@UAEPAV?$K2Vector@V?$IDType@UPMIID_t ag@@@@V?$K2Allocator@V?$IDType@UPMIID_tag@@@@@@@@XZ)
    Convert.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class PMReal __thiscall PMMatrix::operator[](int)const " (__imp_??APMMatrix@@QBE?AVPMReal@@H@Z) referenced in function "class Ipg3::Matrix __cdecl ConvertMatrix(class PMMatrix const &)" (?ConvertMatrix@@YA?AVMatrix@Ipg3@@ABVPMMatrix@@@Z)
    Does anyone have any ideas of where I should look next?
    Paul Cooley

    Ian,  Thanks.  That did solve the K2Vector problems.
    Are you aware of which .tpp covers the PMMatrix class?  That would probably make this linking error:
    Convert.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class PMReal __thiscall PMMatrix::operator[](int)const " (__imp_??APMMatrix@@QBE?AVPMReal@@H@Z) referenced in function "class Ipg3::Matrix __cdecl ConvertMatrix(class PMMatrix const &)" (?ConvertMatrix@@YA?AVMatrix@Ipg3@@ABVPMMatrix@@@Z)

  • Link errors on HP Itanium and Oracle 9.0.1.0.1 Developers Release

    We have pulled down the Oracle Developers release for HP-UX 11.22 and were not able to compile the Oracle code
    because of a link error. We are getting the following errors in the make.log file:
    (Bundled) cc: error 1913: `16M' does not exist or cannot be read
    (Bundled) cc: error 1913: `L' does not exist or cannot be read
    (Bundled) cc: error 1913: `1M' does not exist or cannot be read
    (Bundled) cc: error 1913: `1M' does not exist or cannot be read
    *** Error exit code 1
    Stop.
    Has anyone run into this issue and how was it resolved?
    Thanks,
    Walter

    Alex,
    does a
    select xmlelement("SQLX", 'Hello ,World!') from dual; work?
    SQL> select xmlelement("SQLX", 'Hello World!') from dual;
    XMLELEMENT("SQLX",'HELLOWORLD!')
    <SQLX>Hello World!</SQLX>
    It works for me in 9.2
    SQL> select xmlelement("orderid", order_num) from orders;
    XMLELEMENT("ORDERID",ORDER_NUM)
    <orderid>1</orderid>
    <orderid>2</orderid>
    <orderid>3</orderid>
    <orderid>1</orderid>
    <orderid>2</orderid>
    <orderid>3</orderid>
    6 rows selected.
    SQL>

  • Premiere Pro CS4 export doesn't work Dynamic Link Error

    I am on Windows XP and have upgraded to Premier Pro CS4.  I have under a 2 minute video that will not export (combo of photos and avi files we shot and a couple purchased avi in the NTSC format).  AME sits on a "Waiting" status with no sign of movement.  After an hour I turned it off.  Tried to open AME and add the sequence, when I get the Adobe Dynamic Link Error - at least I get an error.  What is this?  I have no extra items on the timeline and have deleted the other sequences out to see it that mattered - no.  I have done the updater and have the latest updates - still nothing.  What am I missing?  What should I be looking for?  Help Please.

    Antivirus isn't an issue and I have a lot of space.
    Gerri
    Allan Block
    "This is a transmission from Allan Block Corporation and may contain
    information which is privileged or confidential.  If you are not the
    addressee, note that any disclosure, copying, distribution, or use of
    the contents of this message is prohibited.  If you have received this
    information in error, please destroy it and notify us immediately at our
    telephone number (952) 835-5309."

  • [CS4]: ICU Locale Link Error

    Hello,
    Has anyone had trouble with link errors for ICU Locale's when porting from InDesign CS3 to CS4 on the Mac? Although the SDK ReadMe says CS4 uses ICU 3.4, upon inspection of the ICU frameworks delivered with the CS4 SDK, they are actually version 3.6. I don't know if the change in version has anything to do with the link error or whether there is an omission somewhere. I've tried putting all the CS4 ICU libraries into the project, but to no avail.
    John H.

    Never mind. I forgot about changing the Frameworks path in the project. It works!
    John H.

  • Mac CS4 Linker Error with IAIColorSpace.cpp

    Hi Folks,
    I'm trying to use AIColorSpace in my Mac AICS4 Plug-In using Xcode 3.1.1 on Leopard 10.5.7, but I'm getting a linker errors (see below).
    Has anyone here included "IAIColorSpace.cpp" in their project and successfully compile an AICS4 plug-in using Xcode 3.1.1 on Leopard?
    When I include IAIColorSpace.cpp in my project, I get a linker error of:
    _sAIColorSpace, referenced from
    _sAIColorSpace$non_lazy_ptr in IAIColorSpace.o
    symbol(s) not found
    collect2: Id returned 1 exit status
    There are many Google hits of "non_lazy_ptr" errors with Xcode, but nothing has helped me solve this issue. Any help would be most appreciated!
    Thanks!
    -- Jim

    The usual culprit is that sAIColorSpace needs to be defined in all the right places. Typically its EXTERN'd in both a header & a cpp, as well as included in a list of suites to load (along with the version of the suite to load). Have you added it to all three places? Usually you just find the spots where all the other suties are and cut & paste it into their number. Where that would be depends on whether you're using your own plugin setup or if you're working off one of the Adobe skeleton samples plugins.

  • PPro CS4 "unknown recorder error"

    Premiere Pro CS4 and Premiere Elements 7.0 are both having the same problem on this machine.  During the digitizing process (F5 - Capture window) it will randomly stop digitizing and a window titled Recorder Error pops up with the unhelpful message "Unknown recorder error." and only an "OK" button.
    Here's the machine details:
    XP
    Professional
    Version 2002
    SP3
    HP Compaq dc7600 Convertible Intel(R)
    Pentium(R) D CPU 3.40GHz
    3.39 Ghz, 3.00 GB of RAM
    NVIDIA GeForce 7300 LE Graphics card
    We're digitizing video from a Canon GL2 via Firewire:
    Texas Instruments OHCI Compliant IEEE 1394 Host Controller
    What other info would a trouble-shooter want to know?
    This issue is consistent for mulitple users (this machine has multiple users with unique log-ins and user profiles in Windows).
    It's worked fine until a couple of months ago.  An identical machine is runing Production Suite CS4 just fine.  That machine has only one primary user (me).  The other gets used by a half a dozen people, but the admin. functions are all locked by our IT department.  Can anyone provide links to trusted trouble-shooting instructions or give me some idea of what the problem might be?
    Any assistance or insight would be greatly appreciated.
    Anthony Roberts
    JournalStar.com

    We hauled three of our systems to the Mirage in Las Vegas last week where we had to do a live show record to disk and create a bunch of DVD's for
    the event attendees. We ran component from the staging company's equipment into the back of two DV Cam decks and from there we ran firewire cables into our 2 computers.  We were getting the dreaded "unknown record error" on both systems at first.  On both systems, I "Ran" msconfig and disabled all unnecessary startup items.  One of the systems never had an "unknown record error" after that. The other system continued to have the error approx 3-5 times during a 3 hour capture. OnLocation crashed when we hit the record button so we captured everything through Premiere CS4. I think the problem may have been the drive we were capturing to. We were bad.  Harm can probably guess what we did.
    BTW, on the last day before my flight home, I netted a whopping $6 at a craps table.  One of the young ladies I work with won $1100 placing daring but foolish bets.  I watched a guy, not with our party lose over $6000 in a matter of minutes. I asked one of the guys working at the table what was the most he ever saw someone win at the craps table. he said 1.4 million.

  • Linking error cvistart.lib

    Hi,
    I'm trying to build a DLL and i get the following errors:
    4 Project link errors
      Undefined symbol '___UFRNameTable' referenced in "c:\program files\national instruments\cvi81\bin\cvistart.lib".
      Undefined symbol '___CompiledDebuggingLevel' referenced in "c:\program files\national instruments\cvi81\bin\cvistart.lib".
      Undefined symbol '___PtrInfoFixupTable' referenced in "c:\program files\national instruments\cvi81\bin\cvistart.lib".
      Undefined symbol '___CVI_Sections' referenced in "c:\program files\national instruments\cvi81\bin\cvistart.lib".
    I tryed it on two machines and i also tryed to create an exetuable (after adding main function to the project).
    I also tryed to create a new project
    Thanks for help

    I am having the exact same problem, but only when do a release build.  The debug build works fine.
    Errors generated when performing a 'release' build'
    clear_history_ecu_data.prj(Release) - 4 link errors
     Undefined symbol '___CompiledDebuggingLevel' referenced in "c:\program files\national instruments\cvi2009\bin\msvc\cvistart.lib".
     Undefined symbol '___PtrInfoFixupTable' referenced in "c:\program files\national instruments\cvi2009\bin\msvc\cvistart.lib".
     Undefined symbol '___CVI_Sections' referenced in "c:\program files\national instruments\cvi2009\bin\msvc\cvistart.lib".
     Undefined symbol '___UFRNameTable' referenced in "c:\program files\national instruments\cvi2009\bin\msvc\cvistart.lib". 
    I am using CVI 2009.
    I have deleted the build folder and marked all for recompile.
    Any suggestions?
    Thanx,
    thefalk

  • Strange Linker error using Forte 6

    Hi,
    I am getting an unusual linker error while trying to compile something using Forte 6 update 2. First some backgrond
    We have an internal application currently running on a Solaris 2.6 box. I wish to move it to a Solaris 8 box. The application uses mainly apache, perl and mysql. One of the perl modules used is the old SPGrove module written by James Clark (www.jclark.com), which in turn uses the libsp.a library from the 'sp' distribution by the same author. I can find information on compiling/running 'sp' on O/S versions upto solaris 7 but not 8. Having tried all the available versions of gcc I finally gave up and tried Forte 6.
    Having had problems with applications and dynamic libraries complied with different compilers before I have compiled perl 5.6.1 using Forte 6, I have installed all the required perl modules and I have successfully compiled version 1.3.4 of the 'sp' package.
    The old SGML::SPGrove modules is no longer available and has been replaced by two newer ones, SGML::Grove, which installs fine, and SGML::SPGroveBuilder, which has some C++ code which is linked against the libsp.a library as mentioned above. The module (once certain options have been set to get the correct environment) compiles fine but when I run the test suit I get the following error.
    Can't load 'blib/arch/auto/SGML/SPGroveBuilder/SPGroveBuilder.so' for module SGML::SPGroveBuilder: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file blib/arch/auto/SGML/SPGroveBuilder/SPGroveBuilder.so: symbol __1cG__CrunLvector_copy6Fpv1IIpF11_vpF1_v_v_: referenced symbol not found at /usr/local/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm line 206.
    The symbol '__1cG__CrunLvector_copy6Fpv1IIpF11_vpF1_v_v_' is contained in libCrun.so in the Forte installation. I have no idea what it is, or why I get the error.
    Sorry to be so long winded, but I wanted to give enough information so that I didnt get 'too many' easy to answer questions about the environment.
    'uname -snrvmapiX' for the system is:
    SunOS atlas 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-60System = SunOS
    Node = atlas
    Release = 5.8
    KernelID = Generic_108528-13
    Machine = sun4u
    BusType = <unknown>
    Serial = <unknown>
    Users = <unknown>
    OEM# = 0
    Origin# = 1
    NumCPU = 1
    Many thanks.
    Sean Timmins
    Systems Administrator

    Just to clarify, the I get the error during the 'make test' part of the normal perl module build process for installing the SGML::SPGroveBuilder module (perl Makefile.PL; make; make test; make install).
    Perl and SGML::SPGroveBuilder are both complied using Forte 6 update 2. The only difference being that perl (being normal C code) was compiled using the C compiler '/usr/local/SUNWspro/bin/cc' and the module requires the C++ complile '/usr/local/SUNWspro/bin/CC'.
    I have to make minor modifications to Makefile.PL before it will compile at all. These modifications are:
    1) Forcing the C++ compiler as perl will try to use exactly the same binary as was used to compile itself.
    2) Setting a few #define's so that the same ones are used to build the module as were used to build the sp library that is linked in with the module.
    3) Adding the various directories where both libsp.a (yes statically linked, no dynamic one in the sp distribution) and the required header files (all in the sp distribution) are located.
    I have since tried recompiling perl (with Forte 6 update 2) with no dynamicaly loaded libraries and get the same error. I have also found a tiny little patch to OpenSPv1.5pre5 (which is the replacement for the original sp distribution) which allowed me to compile eveything with gcc 3.1, perl, opensp (v1.5pre5) and SGML::SPGroveBuilder, and I get a very similar error at the same stage but a different symbol name.
    I am begining to think that its gone to far and there are too many branching oppertunities where I have made a mistake (I've really tried way way way too many combinations now), or that the SPGroveBuilder module simply has a probelm with the C++ code in it. It has not been updated in some time.
    I am going to try removing everything from the box and start from scratch, patch it to the hilt and try it from the beginning.
    Of course, any flashes of brilliance that come to mind would still be greatly appreciated :-)
    Sean Timmins
    Systems Administrator

  • Linking Error Compiling OCI Demos with Visual C++

    First let me say that I am new to using Visual C++. But my problem is that I am getting a Linking Error when compiling cdemo81.c. The error I get is as follows:
    Linking ...
    cdemo81.obj: error LNK2001: unresolved external symbol _OCITransCommit
    cdemo81.obj: error LNK2001: ...
    Debug/cdemo81.exe: fatal error LNK 1120: 14 unresolved externals
    Error executing link.exe
    I think that the problem is that I am not linking in the OCI executable files correctly. So if someone could help me out, it would be greatly appreciated.

    Do you link oci.lib? Thats the only lib file you need actially.
    If you are using MS VC++, you can add lib path from Tools>Options>Directories.Choose "Library files" from "Show directories for" dropdown list, adn then add you ora.lib path (usually $ORAHOME\oci\lib\).
    You also need to add oci.lib in the project settings in the Object/library modules filed of Link tab. Do not forget to add oci.lib for both Debug end Release settings.
    Cheers,
    Tolkun.

  • OpenCL HelloWorld OSX Linker Error

    I seem to be getting linker errors when running the simple HelloWorld example from the OpenCL Mac Programming Guide.
    Further details on Stack Overflow: http://stackoverflow.com/questions/16926255/opencl-helloworld-osx-linker-error
    Thanks!
    user31415926

    The COMBO update includes all updated items since the original release of 10.6.0, including any security updates and can be used on any previous version. The 10.6.3 update only works on 10.6.2 or 10.6.3. SL = Snow Leopard. Sorry for the confusion, but I've been mucking with SL for over 18 months and forget some don't use that terminology.

  • Linker Error during compiling ODBC WinCE C++_Sample Project

    I am devloping a ODBC application for PocketPC2003 using OLite 10g Release 10.3.0.2. before that i am understanding the sample application provided with Olite.
    I followed all the instructions provided in ReadMe.txt file available before using VC++ sample. After making all the settings and compiling i am getting following linker errors as mentioned below.
    Any solution for this problem at the earliest will be appreciated, i have tried link all the libraries provided with WinCE armv4.
    Linker Error Messages:
    Error     1     error LNK2019: unresolved external symbol SQLExecDirect referenced in function "public: virtual __cdecl CSQLResult::~CSQLResult(void)" (??1CSQLResult@@UAA@XZ)     dbaccess.obj     
    Error     2     error LNK2019: unresolved external symbol SQLFreeStmt referenced in function "public: virtual __cdecl CSQLResult::~CSQLResult(void)" (??1CSQLResult@@UAA@XZ)     dbaccess.obj     
    Error     3     error LNK2019: unresolved external symbol SQLGetData referenced in function "public: class CRowObj const * __cdecl CSQLResult::Fetch(int)" (?Fetch@CSQLResult@@QAAPBVCRowObj@@H@Z)     dbaccess.obj     
    Error     4     error LNK2019: unresolved external symbol SQLFetch referenced in function "public: class CRowObj const * __cdecl CSQLResult::Fetch(int)" (?Fetch@CSQLResult@@QAAPBVCRowObj@@H@Z)     dbaccess.obj     
    Error     5     error LNK2019: unresolved external symbol SQLFreeEnv referenced in function "public: void __cdecl COLiteDB::Disconnect(void)" (?Disconnect@COLiteDB@@QAAXXZ)     dbaccess.obj     
    Error     6     error LNK2019: unresolved external symbol SQLFreeConnect referenced in function "public: void __cdecl COLiteDB::Disconnect(void)" (?Disconnect@COLiteDB@@QAAXXZ)     dbaccess.obj     
    Error     7     error LNK2019: unresolved external symbol SQLDisconnect referenced in function "public: void __cdecl COLiteDB::Disconnect(void)" (?Disconnect@COLiteDB@@QAAXXZ)     dbaccess.obj     
    Error     8     error LNK2019: unresolved external symbol SQLConnect referenced in function "public: int __cdecl COLiteDB::Connect(void)" (?Connect@COLiteDB@@QAAHXZ)     dbaccess.obj     
    Error     9     error LNK2019: unresolved external symbol SQLAllocConnect referenced in function "public: int __cdecl COLiteDB::Connect(void)" (?Connect@COLiteDB@@QAAHXZ)     dbaccess.obj     
    Error     10     error LNK2019: unresolved external symbol SQLAllocEnv referenced in function "public: int __cdecl COLiteDB::Connect(void)" (?Connect@COLiteDB@@QAAHXZ)     dbaccess.obj     
    Error     11     error LNK2019: unresolved external symbol SQLError referenced in function "public: class CSQLResult * __cdecl COLiteDB::Execute(wchar_t const *)" (?Execute@COLiteDB@@QAAPAVCSQLResult@@PB_W@Z)     dbaccess.obj     
    Error     12     error LNK2019: unresolved external symbol SQLDescribeCol referenced in function "public: class CSQLResult * __cdecl COLiteDB::Execute(wchar_t const *)" (?Execute@COLiteDB@@QAAPAVCSQLResult@@PB_W@Z)     dbaccess.obj     
    Error     13     error LNK2019: unresolved external symbol SQLNumResultCols referenced in function "public: class CSQLResult * __cdecl COLiteDB::Execute(wchar_t const *)" (?Execute@COLiteDB@@QAAPAVCSQLResult@@PB_W@Z)     dbaccess.obj     
    Error     14     error LNK2019: unresolved external symbol SQLAllocStmt referenced in function "public: class CSQLResult * __cdecl COLiteDB::Execute(wchar_t const *)" (?Execute@COLiteDB@@QAAPAVCSQLResult@@PB_W@Z)     dbaccess.obj

    Hi,
    The OLITE forum (Database Mobile Server (inc. legacy Database Lite) would be a better place to post your issue. This forum deals with the ODBC driver that connects to a "normal" Oracle database.
    Hope it helps,
    Greg
    Edited by: gdarling on Nov 12, 2008 8:31 AM

  • The broken link error

    Hi,
    Please help me with this broken link error in Office Excel 2010. Thank you.
    The problem is: a broken link cannot be removed from the file. The link was used in data validation, which refers to a list of values. After the path was corrected, it still shows there’s a broken link. Here are the details:
    I have 4 files named “000TVA_Test – 3”, “000TVA_Test – 4”, “000TVA_Test – 5”, and “000TVA_Test – 6”. The posterior files were developed based on the previous files.
    In Test-3, sheet “Template “, cell “L4”, “O4”, “R4”… were built as dropdown list using data validation. The list source is in the “Library” worksheet. There’s no problem so far.
    Test-4 was firstly copied from Test-3. In this file I renamed the worksheet from “Library” to “Setting” and the link was broken from here. I can also fix the broken link in this file. (While I didn’t realize there was a broken link.)
    In Test-5 I fixed the path, but every time when opening the file, the broken link still shows.
    In Test-6 I’ve removed the data validations. The broken link is still there.
    I tried to find solutions online. I tried common methods, cannot find anything in the files is still using links. I also tried the “findlink.xla” add-in, but it only worked for Test-4, and couldn’t find the link in other files.
    Please help. Thank you!
    I uploaded files here: https://onedrive.live.com/redir?resid=1A97736E0ABBAA41!113&authkey=!AF5wAd9rwUPnYyE&ithint=folder%2cxlsm
    Thanks again!

    Hi,
    Based on my tested the files downloaded, I found that Test-5 & Test-6 included the "A defined name that refers to an external workbook", Test-4 had not. (Please click Formula Tab>Name Manage, you'll see them.)
    However, the Break Links command cannot break the following types of links:   
    A defined name that refers to an external workbook
    A ListBox control with an input range that refers to an external workbook.
    A DropDown control with an input range that refers to an external workbook.
    http://support2.microsoft.com/kb/291984/en-us (It also applies to Excel 2010)
    Thus, we'd better try the workaround: re-build the Test-5 & Test 6.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Error while releasing credit block for the order

    Hi all,
    I am getting follwing error while releasing credit block for the order in VKM1
    Incorrect index structure for table IVBEP1
    Text
    Incorrect index structure for table IVBEP1
    Diagnosis
    Internal error.
    Procedure
    Repeat the transaction.
    If the error occurs and you have a CRM System connected to your SAP R/3 System, the document may have been archived in the CRM System.
    If the error occurs again, inform your system administrator. If the error cannot be corrected, call the SAP Hotline directly. Describe which steps preceeded the error.
    But we are not transfering any orders to CRM.The order can be only seen in R/3
    Please assist
    Regards
    Mano

    Hi
    KIndly check the oss note 505876 in may help you
    Regards
    Damu

  • Error while releasing an activity from NWDS

    Hi,
    I am facing the below error while releasing an activity from NWDS - transport view.
    Internal error: the export of SC_CR com.xxx.xxx/xxx_SOFTWARE_COMPONENT#Track_D.118 failed. tcs returncode was 12
    Check in and activate was successfull and in CMS, the activity is shown as activated.
    Please help me to rectify this error.
    Thanks in advance!
    Regards,
    Manchari. N

    Make sure you are connected to NWDI server.
    Also create a new activity for a different component in the same track.
    Below links may be helpful :
    http://wiki.sdn.sap.com/wiki/display/TechTSG/(NWDI)(CMS)PropagationRequestReleaseinTransportViewFails
    NWDI/CBS - release activity in consolidation
    Re: Error on Release of activity (Version set not found!)
    Regards
    Deepak

Maybe you are looking for

  • I need to install cc on two macs. My Macbook Pro and my Imac. Can I use the same account?

    I have two machines I use. One primarily for photography on the move and another for mostly Indesign work. Question is can I use the same account on both as it will never be simultaneous. Derek

  • Event Viewer Error Report ID: 23

    Source:        Microsoft-Windows-Eventlog Date:          06/04/2014 06:39:34 Event ID:      23 Task Category: Service startup Level:         Error Keywords:      Service availability User:          LOCAL SERVICE Description: The event logging service

  • I don't have a touch screen

    Is Adobe Reader Touch Screen for PC's with touch screens only?

  • User Password vs. Certificate based authentication

    We have used the iPhone since day one and grown from 20 to 400 users over the years. Now managability is an issue and certificate based authentication is about to be replaced with user password only. Critics deny cutting some slack because of possibl

  • NextSet, PrevSet not working when using Common Pool

    We are using our custom pool in our application, where username, password, URL are passed at runtime. All the JSPs use the same pool. We have a master-detail JSP done with data web beans and data tags. Master is done with data web beans and detail do