Why using afxDump now in VS2013 generates extra TRACE output

Hi,
since using VS2013 instead of VS2010 old code using the afxDump object creates "extra" output.
Something like:
d:\...\bcgcbpro\bcgcbpro.cpp(39) : atlTraceGeneral - BCGCBPRO.DLL Initializing!
The reason for the TRACE related output is to be found in "dumpcont.cpp":
void CDumpContext::OutputString(LPCTSTR lpsz)
// use C-runtime/OutputDebugString when m_pFile is NULL
if (m_pFile == NULL)
TRACE(atlTraceGeneral, 0, _T("%s"), lpsz);
return;
ASSERT( lpsz != NULL );
if( lpsz == NULL )
AfxThrowUserException();
// otherwise, write the string to the file
m_pFile->Write(lpsz, static_cast<UINT>(_tcslen(lpsz))*sizeof(TCHAR));
One of the most unreadable outputs via afxDump is:
f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - CRibbonButtonf:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - @ f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - $0BB99940f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - disabledf:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - "f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - Open Objectf:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - " (description "f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - Open the object referenced in the current cell.f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - ", tooltip "f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - Open Objectf:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - ", image sizef:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - s f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - (f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - 16f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - x f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - 16f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - )f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - /f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - (f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - 32f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - x f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - 32f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - )f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - , image indexes f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - 27f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - /f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - 27f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - , keys "f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - OOf:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - "f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - ) -> f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - 34329f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - / f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - CRibbonItemResources { ID f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - 34329f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - , resource "f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - Open the object referenced in the current cell.\nOpen Object\nOpen Objectf:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - ", name "f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - Open Objectf:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - ", tooltip "f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - Open Objectf:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - ", description "f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - Open the object referenced in the current cell.f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - ", from f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - module f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - $43000000f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral - }f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral -
Is there any chance to switch the TRACE output off?
Since the big changes in the ATL library and since the AtlTraceTool got unnecessary removed from the distribution ... how to configure TRACE output?
Best regards,
Martin
Martin Lemburg Berlin / Germany
Martin0815@twitter
martinlemburg@facebook
http://about.me/Martin0815

Hello Together,
I have got this issue now in porting Sources from VS2010 (vc10) to VS2013 (vc12)
The recommended fixes in 
https://social.msdn.microsoft.com/Forums/en-US/cfc569ef-e229-4559-b245-ece2bba1e238/getting-rid-of-atltracegeneral-category-shown-in-atltrace-output?forum=vcgeneral
defining ATLTRACE and ATLTRACE2 with own Custom Methods worked fine for me. All
simple TRACE - calls  but only in my own code was handled better.
But afxDump - Output is not affected by this change. 
After some investigation I believe the here suggested tip
ATL::CTrace::SetLevel(ATL::CTrace::DisableTracing);
will also not produce the expected results, because it will simply disable all the afxDump-Output. by returning the method.
I believe, Microsoft has to implement some flags to configure and suppress filename/category-Output for afxDump (CDumpContext), and finally in _CrtDbgReportW because CTrace::TraceV will finally run in
this method. So, the output of 3rd-party assemblies could also be affected. (probably also for ATLTRACE, ATLTRACE2 to avoid own override of TraceImplementation.
In this case I will see dump output, but without filename/category
eg. 
#ifdef _DEBUG
afxDump << "ValidateName: returns <" << fileName << "> \n";
#endif
should return simple (old) output
ValidateName: returns<SomeTestFileName> 
instead of funny:
f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral -
ValidateName: returns <f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral -SomeTestFileNamef:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dumpcont.cpp(23) : atlTraceGeneral
- > 
I think, I will replace some of these simple afxDumps with simple TRACE with pre-formatted-single string.
Best regards
Dietmar.

Similar Messages

  • I have multiple email accounts.  One is a google email and another aol.  I have the aol going into my google.  I Now Go Lead Generate! Am using outlook on my pc.  How can I get my outlook to share with my ipad?

    I have multiple email accounts.  One is a google email and another aol.  I have the aol going into my google.  I Now Go Lead Generate! Am using outlook on my pc.  How can I get my outlook to share with my ipad?

    In Mail Preferences/Accounts/each GMail account, set up the SMTP Outgoing Server for each account separately, going into SMTP name/edit/Advanced and specify the Username of each account.  The Outgoing servers must be two different servers, authenticated by the Username and Password of each.
    Otherwise, the GMail SMTP server will change the from address to that of the account where the SMTP server was setup.
    Ernie

  • Using numbers for roster information. Imported from another program. Now seem to have extra headers, one listing name, address, etc.

    Using numbers for roster information. Imported from another program. Now seem to have extra headers, one listing name, address, etc. & another A, B, C. They don't mesh & can't get rid of either. All info there, but can't change width of columns.

    I think my problem is that I have inadvertently created three tables (I only want one). I have included a screen shot of the light grey line under B and the words Table 1 behind it.

  • Many 3rd party apps that I have used before now will not open with the alert "XYZ application cannot be opened because the identity of the developer cannot be confirmed"  Why now?

    Many 3rd party apps that I have used before now will not open with the alert "XYZ application cannot be opened because the identity of the developer cannot be confirmed"  Why now since I updated Mavericks?

    The format in which a developer has to sign his application in order for it to be recognized as signed has changed. Update the applications, wherever possible.
    To make a one-time exception to the security policy, follow these instructions. They apply to Installer packages and other installable items as well as applications.

  • Why do I now HAVE to use i-Cloud to now sync my calander? This is beyond stupid

    Why do I now HAVE to use i-Cloud to sync my calander to my i-pad and/or i-phone?
    <Edited By Host>

    Hello All,
    Maybe you have had this issue with other OS X upgrades, but I'm being prompted to log in twice to my MacBook Pro OS X Yosemite (2014 model).
    I've upgraded to Yosemite, from Mavericks, without any issues, until I noticed that after turning my computer on and logging in the first time, I see a progress bar load.....then the screen goes black, I hear the restart sound, then the same login screen appears for a second time.
    I then enter my credentials a second time, see the progress bar load (a little faster this time), them my desktop appears like normal.
    I've read some other, older, posts for older OS X builds but none of them addressed the issue completely.
    I've turned OFF filevault, to decrypt my HD, restarted and things seemed okay (1 log in request only). So I turned filevault back on, and the first time I logged in, it worked fine (1 log in request only). However, now, after powering off the computer, I'm back to where I started....2 log in requests before my desktop loads properly.
    I don't have the time out setting on "to request password after 60min". I don't have auto login enabled nor parental controls
    Filevault is on and my drive is encrypted. No special software loads, just the factory basics...
    Any insights or suggestions?

  • Last time i used FFsync it didnt ask me about any key! there was a phrse only which it didnt work now so i generate a new code as ur guide shows me and now i lost all my data! i need them alot, i adopted on your servies :( i need my data so badly plz help

    Last time i used FFsync it didnt ask me about any key! there was a phrse only which it didnt work now so i generate a new code as ur guide shows me and now i lost all my data! i need them alot, i adopted on your servies :( i need my data so badly plz help

    Lord K.  Thank you. Yes I am within the 90 time period, however I travel Intertionally and I can not receive not make a call to Apple. I was just at the Genius Bar in Chicago and they said, don't worry about it.  It just floats out there, however, I can not recover my messages on a flash drive. I need to go back to my old computer which I don't have with me.  My messages were in folders for a lawsuit.  It is going to take an incredible amount of work for me to, you have no Idea.  We are talking thousands of pages!  I the defendent will have them during discovery so I am not so worried.  However, I can not bring them to him on a Flashdrive when I meet with him without an extraordinary amount of presssure on my part.  THis is not just some little email issue. This is suing EXPEDIA and Tripadviosr.com

  • HT2513 I have just upgraded to the icloud and now I am getting an error message on ical - saying "make sure the URL is correct", I haven't changed anything so why is it now an issue? any ideas?

    I have just upgraded to the icloud and now I am getting an error message on ical - saying "make sure the URL is correct", I haven't changed anything so why is it now an issue? any ideas? 
    The full message sasy "The calendar https:// cal.me.com:8443/principas/users/(server number) was not found on the server.  Make sure the URL is correct.

    10.6.8 cannot access iCloud's facilities - you can set Mail up manually and there is a hack which some people have used to sync calendars (see below) - you cannot sync any other type of data.
    This is the situation with iCloud and Snow Leopard:
    Your email, calendars, and 'Find my iPhone' will be migrated to iCloud. Contacts and Bookmarks cannot be migrated from a Snow Leopard Mac.
    Your iDisk, together with website hosting and Gallery, will continue to work as before until next June.
    Syncing of Dashboard Widgets, Dock Items and Keychains between Macs, and Mail Accounts, Mail Rules, System Preferences, Signatures & Smart Mailboxes between Macs & iOS devices, will cease altogether.
    You will be able to access email and calendars on the iCloud website at http://icloud.com provided your browser is reasonably up-to-date.
    You will not be able to sync contacts or bookmarks from a pre-Lion Mac.
    You will be able to enter the server settings for email manually in the Mail application and access your email.
    You will not be able to sync your calendars directly.
    Some people have been able to set up calendar syncing by using the method detailed here - this is an unsupported hack and may not be reliable, and may stop working at some future point.  BusyCal is an iCal-like calendar application with extra facilities: it can sync with the iCloud Calendar while running on Leopard, Snow Leopard or Lion.
    There appears to be no method of syncing contacts (though Address Book on a Mac can be synced with Google or Yahoo address books - I don't know how reliable this is).

  • Why won't Adobe FrameMaker 11 generate PDF?

    Why won't Adobe FrameMaker 11 generate a PDF?

    I was working on this problem a few months ago, but my workload made me simply use the FM 11 and FM 7.2 on my old XP PC. I now REALLY need to find time to focus on the FM 11 and Adobe tech comm suite on my Win 7 Professional PC. I "forced" myself to work on this today.
    Here are answers to your questions:
    I was trying to "save book as" PDF and it starts as if generating PDF with Distiller, but tps file is zero bytes. NO error messages. No, I never had to have Adobe PDF printer as the FM default printer in the past. But I just tried it with Adobe PDF as default printer, and it didn't work. Used RGB mode. Job option = "Standard". Yes, I checked for FM updates and it says there are none and that 11.0.2.384 is the latest version.
    I am most frustrated and have tried everything. I have worked with FrameMaker for 15 years, and I thought I understood it well. But this has me stumped.
    About two months ago, I took the PC to the office (I normally work from home but go there about once a month for meetings at the Dallas office) and sat with my PC side-by-side with the other technical writer. Compared what happened, and we were both stumped. I need to go back and do that again. My inclination is to uninstall Adobe Tech Comm Suite 4 and selective install only FM 11 with Distiller. Then I can go back and selectively install RoboHelp 10 for HTML help.
    I REALLY appreciate your willingness to help. I am not sure what to do next. THANK YOU very much for responding. Like I said, I think I need another session at the office to compare notes step-by-step; I think it has something to do with the PDF printer/converter, but not sure why it works on other writer's PC and not mine. I might have to make time and call Adobe to see whether they can remotely access my PC and try to assist. But that assumes they have some expert available who REALLY understands this software.
    Thanks again.
    jane noble

  • Why doesn't Apple include all iTunes extras with bundle purchases?

    I have noticed this before but now I am wondering: Why doesn't Apple include all iTunes extras with bundle purchases?
    I am currently looking at the Buddy Comedy Pack.  On this page they say that the following movies have iTunes Extras:
    21 Jump Street, 22 Jump Street, and Step Brothers. 
    As you scroll down the page it says that if you purchase this bundle, you also receive:
    iTunes Extras for: 21 Jump Street, Step Brothers, and The Other Guys
    A) Why not include 22 Jump Street's extras with this bundle?
    B) The Other Guy's does not have an iTunes extra unless bought through this bundle! (What the heck?!)
    Thanks for your help!

    Future,
         This is a user to user forum. We help other each other if we have problems. We do not work for Apple. If you would like to put a suggestion in or a complaint, use the link on the right hand corner of this page to contact Apple. Good Luck!
    Tommy

  • I've been using Aperture now for the past 7 months and really happy with it, however in the past two days any photos I download are heavily pixelated and blurry. When I download the same shots to any other program they are fine.

    Hi,
    I've been using Aperture now for several months without any issues except for the last couple of days...when I now download my shots from the memory card the photos are heavily pixelated and blurry but when loaded to iPhoto they are fine.
    Can someone tell me what the problem could be and how to fix it.

    Is Aperture doing any processing?  ("Window→Show Activity" -- anything there?)
    Are the Images pixilated/degraded when shown in the Viewer as well as in the Browser?  (Double-click an Image to open it in the Viewer.)
    How 'bout at 100%? (In the Viewer, press "z" to zoom to 100%.  The "z" key toggles the zoom.)
    Does generating a new Preview remove the pixilation?  (Select an Image in the Browser, hold down "{Option}" and click "Photos→Generate Preview".)

  • I bought pages ages ago using an iTunes account that no longer works as the email address has been closed down. How can I now update my Pages app, if it asks me to sign in using this now defunct email address?

    I bought Pages ages ago using an iTunes account that no longer works as the email address has been closed down. How can I now update my Pages app, if it asks me to sign in using this now defunct email address?

    All apps are always tied to the account from whaich they were purchased and will always have to be updated using that account.
    Just because the e-mail account is shut down, has nothing to do with the itunes account. Why did you create a new account?  Why not just change the e-mail associated with the old account?

  • Why Using Top Link is best in DB Adapter?

    Hi All,
    Can any one suggest , Why Using Top Link (Build-in Insert, Select etc. operation) is best in DB Adapter over using custom query?
    Thanks

    Hi Vikky,
    for insert/select it depends on what kind of user you are. TopLink lets you browse and click on a tables and have everything generated for you. If you are more a DBA or show me the SQL type then you can just type SQL directly.
    Some advantages of TopLink would be:
    -The range of SQL generated by TopLink is limited, but if you hard code complex SQL into your service you need to maintain it.
    -TopLink can generate at runtime the correct SQL for a given database, making switching from say DB2 to Oracle easy.
    -The merge operation will compare the input XML to the columns on the database and update only what has changed. It can also do a sparse merge. If only 4 columns in the XML were set, only those 4 columns in the database will be updated.
    -For inbound polling the strategy used (LogicalDelete, Sequencing Table, etc) is a configuration property and then at runtime multiple SQL statements are generated. The SQL also takes advantage of advanced syntax like the Oracle-only FOR UPDATE SKIP LOCKED, writing it all yourself may be tedious and error prone.
    -The main benefit of TopLink is when you go beyond thinking about a single table. If you import multiple related tables at once, TopLink will generate the SQL to select from and maintain multiple tables, establish a commit order, and generate a hierarchical XSD. With custom SQL the matching XSD is always flat. I.e. if you just need to insert an emp you could get away with custom SQL. If you need to insert a dept and emps, I would use TopLink.
    -This is also when the intermediary abstraction of an object/table makes more sense, as you only need to import a complex relational schema once, then generate inserts, selects, etc.
    So I hope that helps. They are each equally viable and can do something that the other can't. Where you see an overlap I would go with personal preference.
    Thanks
    Steve

  • Why use interlaced ?

    We shoot with DVCpro50 at 24p.
    A few questions.
    1. Is there anytime that there is an advantage, or a time when you have to use field dominance ?
    Interlaced footage looks like crap. Stills look horrible in an interlaced timeline - why ever use it ?
    It seems I can just switch the field dominance from "lower/even" to "none" and everything looks 10 times better on computer and NTSC monitor.
    2. Is there anytime that there is a disadvantage to removing the pulldown and editing in 24fps. It looks 10 times better without the screwd up "B/C & C/D" frames if you leave it in and edit at 29.97fps.
    3. is there any advantage or quality enhancement by removing the pulldown in "Shake" rather than letting FCP do it while capturing. And after removing, should your sequence timeline be set to 24fps or 23.98fps and why ?
    4. Have G5, OSX 10.4.8, AJA IO hooked up to NTSC monitor, and can't view 24fps timeline on external NTSC monitor - only frames when parked - is that because these monitors will only accept 29.97 field dominated footage ?

    Fist off - thanks for the help on part 4.
    I know how TV works and why NTSC was invented over a half century ago.
    Now that I can monitor on the external I will always edit in 24. I'm only the editor - they shoot with a SPX900 in 24p - if you don't remove the pulldown, frames 3 & 4 out of the 5 frame cycle combined with the interlacing gives really bad results. So out of curiosity I switched the sequence dominance setting from "lower/even" to "none" - at this point is ii still treated as interlaced or if it is set to "none" is it now progressive, like when you are editing in 24 and the field dominance window is greyed out. I would think that this would look jittery on a TV because the field order isn't right - but it doesn't - I can make DVD, VHS(not sure why), and monitor and the only difference is that the stills look incredibly better - there's no banding and stair stepping on the shoulders- on either the computer monitor or the NTSC monitor. And with it set to "lower/even" the bigger the computer or TV screen the worse it looks - but with it set to "none" the stills just get softer as you view them on bigger screens as if the right amount of gaussian blur was being added automatically - Isn't that wht you want ?
    So that was why I ask "why use interlace" if you have a choice?
    I'm not trying to be cool - these are ligitimate questions. I consider this doing my homework - isn't that what forums are for - I help people with answers all of the time.
    As for part 3 - Does "standard pulldown" refer to going back & forth between 24fps (film) and 29.97 (video) and "advanced pulldown" from 23.98 to 29.97 ?
    Are all of these modern video cameras actually shooting at 23.98 ?
    2 G5s 1.8Ghz single & 2.7Ghz Dual (PPC)   Mac OS X (10.4.8)   FCP Studio 5.0.4, Shake 4.1, AJA IO, 1.5G RAM & 3G RAM
    2 G5s 1.8Ghz single & 2.7Ghz Dual (PPC)   Mac OS X (10.4.8)   FCP Studio 5.0.4, Shake 4.1, AJA IO, 1.5G RAM & 3G RAM

  • Problems converting PDF to MS Word document.  I successfuly converted 4 files and now subsequent files generate a "conversion failure" error when attempting to convert the file.  I have a large manuscript and I separated each chapter to assist with the co

    Problems converting PDF to MS Word document.  I successfully converted 4 files and now subsequent files generate a "conversion failure" error when attempting to convert the file.  I have a large manuscript and I separated each chapter to assist with the conversion; like I said, first 4 parts no problem, then conversion failure.  I attempted to convert the entire document and same result.  I specifically purchased the export to Word feature.  Please assist.  I initially had to export the Word Perfect document into PDF and attempting to go from PDF to MS Word.

    Hi sdr2014,
    I'm sorry to hear your conversion process has stalled. It sounds as though the problem isn't specific to one file, as you've been unable to convert anything since the first four chapters converted successfully.
    So, let's try this:
    If you're converting via the ExportPDF website, please log out, clear the browser cache, and then log back in. If you're using Reader, please choose Help > Check for Updates to make sure that you have the most current version installed.
    Please let us know how it goes.
    Best,
    Sara

  • Why use layer masks and adjustment layers?

    I've been using PSE and CS successfully for years.
    One thing I have never understood is: why use layer masks and adjustment layers, instead of simply creating a copy of the subject layer (the one I want to make changes to) and experimenting with that?  It's quick (Ctrl-J), I can do it as many times as I want, I'm not affecting my Background layer.  If I like the changes, I can keep them.  I can switch the copy on and off to compare with the Background layer.  I can do any type of blend or combination I desire.  I can insert Gradient layer(s), select any part of the copy and (Ctrl-J) create a new layer containing only the selected part.  I can adjust size, rotate, do anything.
    It almost seems that "layer mask" and "adjustment layer" are mainly another layer of terminology; can anyone explain (preferably in 50 words or less) how they are intrinsically different from or superior to working with copies of the Background layer?  What can be done with them that can't be done simply using copies of the Background layer?

    Here's a very basic example of the advantage of using a layer mask.
    I have this picture of a sunflower and I want to convert the background to black & white, leaving just the flower in color.  I duplicated the Background layer, converted it to B&W and proceeded to use the Eraser to uncover the flower color. But I made a mistake and erased outside the flower.  There is no way to correct this other than deleting the layer and starting again.
    Now let's use a layer mask on the B&W layer. Set the Foreground/Background colors to the defaults black/white. Using the Brush tool paint on the mask with black to reveal the color.  Here I painted too far, revealing a green leaf in the background.  No need to start over.  Simply switch to white and paint the excess to convert back to the B&W.
    Tip: while painting you can type "X" to toggle between black and white.
    You could also select the flower using the various selection tools and then fill the selection with black. If it turns out the selection was not 100% accurate you can then fine-tune the result by painting on the mask with black or white as necessary.

Maybe you are looking for

  • External Unique ID VS Contact ID (Row ID)

    We're using Web Services to load contacts and opportunities into CRM. Contacts have an External Unique ID. We also create new contacts / opportunities from the user interface as well. I first noticed while testing in Analytics I get a different behav

  • Songs not being played on my ipod

    After my dad recently downloaded Queen's platinuim collection ablum from itunes, my sister and i decided that we also wanted to listen to it, after updating both ipods with the album, my sisters will play the songs & mine will not. anybody have any i

  • Problem with the adobe color picker

    Hi, recently I've noticed that my color picker has changed from this http://img78.imageshack.us/my.php?image=picture9iu7.png to this http://img368.imageshack.us/my.php?image=picture7en3.png I have been trying to reset the swatches and use other color

  • Trial install asks for disk to install - CS6 Master Suite

    I installed the Master Suite collection quite a while ago on a previous computer with no problem. Now though, I'm being asked for a disk just to go through with a trial installation. I'll clck on "trial" installation choice. I'll click on "next" and

  • Can we track server timings in e fusion

    I need to add a countdown clock for today's deal and that clock should not be dependent to local machine timeings, I am using JavaScript to manage it but JavaScript function uses system time. Is their any way to get server time in an variable so that