Selective Ahead of Time Compilation using Annotations

I'm writing a music composition application.
Only once compiled by the JIT, does code run at the speed I need to playback and highlight notes as they are played. That is, rendering takes 3 ms and painting takes 1ms. The first few dozen iterations, rendering takes 22 ms and painting 6 ms.
Interesting, the Hotspot VM has the JVMSPI_IsPrecompilationTarget available for embedded systems.
Why can't SUN create an annotation to precompile, Ahead-of-Time (AOT), certain methods and all the code called up its object chain? It could be done after class loading and before execution or, an alternate annotation could request that the VM run a low priority thread to compile it. Perhaps with a order priority number. For my application, users often edit scores while CPU cycles sit idle. Ideally, developpers could interact programmatically, receiving a listener event when compilation is done. For my app, if a user presses play and compilation isn't done, the developper could inform the user "preparing for play" and increase the thread priority or at least wait for the "compilation done" event before proceeding. I don't know why SUN hasn't added this to the Java language and VM reference implementation yet. It would make GCJ and Excelsior JET redundant.
The garbage collector is very well behaved at its low priority and because I use pools of permanent objects, reuse as much as possible. ( http://java.sys-con.com/read/37613.htm )
-XX:CompileThreshold=# is useless to me.
Unfortunately, Sun's Java Real Time environment is not available for Mac OS X.

connections. The VM code (text) is loaded only once in
mem by the OS. So would the precompiled classes,
instead of going into the heap of every VM or
something.Code implemented as native methods will also be in a shared library and will be shared among all VM instances that use that particular shared library implementation. Lots of the classes in the Java 2 Platform already have some/most/all of their implementation in the form of native methods.
There's no real concept of shared objects for class files, though. In fact a class file, once compiled to machine code by the JIT, may not even result in the same machine code in more than one running VM. The VM needs to work with bytecode for class definitions in order to support class loaders, serialization, JIT compilation, class verification, and maybe other things too.
I don't think the memory savings would really be that much. Java bytecode is pretty compact and classes are only loaded on-demand anyway.

Similar Messages

  • Ahead of time compilation of core classes

    Hi,
    I am currently investigating precompiling the core class libraries to native for the SUN JDK. My purpose is that 20 or so Mozillas would run on the same system, each starting a JVM, but I would like to have a single copy of the core classes loaded system-wide.
    How far did Kaffe get into integrating with GCJ, or what other solutions might you think of? How hard would it be to integrate GCJ generated code into the SUN JVM? Other compilers? Other ideas?
    Thanks a lot,
    Philippe Laporte

    Hi,
    The idea is that the OS loads the text section of the JVM executable only once for all JVM instances. I would like the same for the core classes, IE those that are available prior to runtime.
    Multiple Mozillas are needed because they have different X displays.
    Thanks a lot

  • Using iOS 7 on my iPad, is there a way to put an event into the calendar without having to scroll down to calendar and select "home" every time?  My friend's iPad retains that setting but mine doesn't .

    Using ios7 on my iPad, is there any way to enter a calendar event without having to scroll down to calendar and selecting "home" every time?  My friend's retains that setting, bu mine won't .

    Settings>Mail, Contacts & Calendar
    Scroll till you see calendar and set default calendar to the one you want.

  • Select option in time using oracle

    i attach an excel file in oracle, i have a time field in my table, i give the select option in time ie, i select the time 4:00:00 - 6:00:00 in that time period data will display,
    for example html format ie, output format.

    Hi
    No!
    U need to find a way to convert a range of select-option to a range for Native SQL, probably it should be better doesn't use a select-option for the date but two parameters: one for date from and one for date to.
    Max

  • We have an iphone 5c that is not keeping the correct time whether using the auto update or manual selection.  is this a os bug?

    iphone 5c is not updating its time properly using set automatically.  is this an os bug?

    Hi TheLongRider,
    Thanks for visiting Apple Support Communities.
    I recommend this advice if the incorrect time is being set automatically:
    Follow these steps. Test after each step to see if the issue is resolved.
    Ensure that the version of iOS on your device is up to date.
    If the option to enable date and time automatically is available, turn it on. Tap Settings > General > Date & Time.
    Ensure that your time zone is set up correctly. Tap Settings > General > Date & Time > Time Zone.
    If the incorrect date, time, or time zone is being set up automatically on the device, please notify your cellular provider. In the meantime, tap General > Date & Time and turn off Set Automatically. Then set the appropriate time and time zone manually.
    If you are setting the time manually and it is still incorrect, this advice may apply:
    Note: If you find that your device's time is incorrect after you sync with your computer, your computer's time may be incorrect. Verify the computer's time in System Preferences > Date & Time (you may want to select the checkbox to set the computer's date and time automatically).
    You can find this information here:
    iOS: Troubleshooting issues with date and time
    http://support.apple.com/kb/ts3920
    Cheers,
    Jeremy

  • FMB size changes when compiled using ifcmp60 compared to using ifbld60

    We observed that when we batch compiled our forms size of the FMB reduced quite a bit after batch compile and save compared
    to what it was to originally when compiled and saved through forms builder (ifbld60.EXE). If after this form is opened in
    forms builder and then compiled and saved it reverts to original size. We also checked using one of the third party form
    diff utility and found both FMB’s from batch compile and one from form builder even though of different size do not have any
    difference.
    Now question sis what is the reason FMB size is reduced and does it not pose any kind of issue for loosing something out of
    the FMB. Please explain what is this behavior with impact if any etc?
    We batch compile using the following code.
    For %%I in (sizechange.FMB) do start /w ifcmp60 module=%%I userid=usrname/passwd@SID batch=yes compile_all=yes Upgrade=No
    build=Yes
    We made a sample form named sizechange.fmb with non-db block and having program unit selecting from dual multiple times.
    Environment details : Windwos 2000, Forms 6.0.8.22.1, db(8.0.6.0.0) on HP9000-UX 10.20
    Thanks in advance for your response.
    Vinay Gupta
    I am not sure where to upload sample file, if someone needs it I can email it.
    Thanks,

    Didn't see they where timestamps . Yes it seems that glx is one cause of the delay. I've tried some different xorg.conf, and it's always ligglx.so or  NV-GLX that slows it down. Any suggestions on how I can speed this up?
    ps. The computer is ok. Although the garddrive is a SATA 3.0Gb/s, 5400 RPM.  But I don't think this is the problem?

  • Selected images disappearing from compiled CHM

    I've got a project that I'm trying to get compiled into a CHM file from RoboHTML 8. Everything seems to have gone fine, except that four of the images I added to the project prior to compilation don't show up in the CHM. They seem to be fine when viewed from RoboHelp, they're where they're supposed to be, and the source code of the compiled CHM refrences them correctly. And yet... they don't actually show up! I have tried renaming them, and reimporting them into the project, but these tricks didn't work. I'm hoping someone out there has some suggestions!

    I've had this happen a few times.
    I deleted the image from the topic and then inserted it again from the
    RoboHelp project files  (from the "Images in Project Folders" section on
    the left side - not from the open folder icon).
    This solved the problem for me; hope it helps you as well.
    Debbie
    Debbie Sarig | Documentation Manager | Magic Software Enterprises Ltd
    Tel.03-538-9386 | Fax. 03-538-9333
    Email. [email protected] | www.magicsoftware.com
    (Embedded image moved to file: pic19072.jpg)Magic Software Logo
    DISCLAIMER. Information in this message and its attachments may be
    privileged or confidential. It is for the exclusive use of the intended
    recipient(s). If you are not one of the intended recipients, you are hereby
    informed that any use, disclosure, distribution, and/or copying of this
    information is strictly prohibited. If you receive this message in error,
    please notify the sender immediately and delete all copies of this message.
    We recommend that you scan your incoming Emails. We cannot accept
    responsibility for any transmitted viruses.
                                                                                    From:       elemonated <[email protected]>                                                                               
    To:         Debbie Sarig <[email protected]>                                                                               
    Date:       06/17/2009 05:56 PM                                                                               
    Subject:    Selected images disappearing from compiled CHM                                                                               
    I've got a project that I'm trying to get compiled into a CHM file from
    RoboHTML 8. Everything seems to have gone fine, except that four of the
    images I added to the project prior to compilation don't show up in the
    CHM. They seem to be fine when viewed from RoboHelp, they're where they're
    supposed to be, and the source code of the compiled CHM refrences them
    correctly. And yet... they don't actually show up! I have tried renaming
    them, and reimporting them into the project, but these tricks didn't work.
    I'm hoping someone out there has some suggestions!

  • Before every time I use to open a new tab it comes as top site. Now not anymore and instead is an automatically website calle Only Search. I went to Safari preference I change everything and when I quit Safari all the changes are gone.

    Every time I used to open a new tab it comes as top site. Now not anymore , instead it open in a website called Only Search, I went to safari preferences and made all changes but after I quit Safari and open again all changes are gone. I can not change anything and new tab comes by it self with other website.

    There is no need to download anything to solve this problem.
    You may have installed the "Downlite" or "VSearch" ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    Besides the files listed in the support article, you may also need to remove this item in the same way:
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, then you may have one of the other kinds of adware covered by the support article. Follow the rest of the instructions in the article.
    The problem may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This malware is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

  • I can't drag and drop iTunes music files into Roxio Jam 6 anymore and, now I have to import music one song at a time by using the " " or "-" buttons on the bottom. What is going on? G5 Dual 2 Ghz and OS 10.4.11

    Hi. I have not used Roxio Jam for quite a long time and I just wanted to make a few CDs. Jam used to work easily and well. I have a problem. I can't drag and drop iTunes music files anymore and, now I have to import music one song at a time by using the "+" or "-" buttons on the bottom. What is going on? I trashed the preferences file and restarted Jam to no avail. I also have selected that Jam should open files with iTunes in the Jam preferences. I have a G5 DP 2Ghz PPC  machine with OS 10.4.11, iTunes 9.2.1 and Quicktime's version is 7.6.4. I have 2 GB of RAM and the machine has dual 1.25 Ghz. processors plus a 500 GB HD. Can anybody give me any suggestions?
    Thanks in advance,
    Larry

    I found an solution.
    Uninstalling AirParrot as well as the two offending AirParrotDriver.kext and APExtFramebuffer.kext files in System>Library>Extensions was the fix. All problems disappeared.

  • Can't back up MBA on Time Capsule using Time Machine Via Wifi

    Hi,
    I can't back up MBA on time capsule using Time Machine via wifi.  I bought the time capsule new Dec 2014.  I was able to backup for the 1st 3 days.  In less than a week time, a message came up every time I tried to back up: "Time Machine couldn’t complete the backup to AirPort Time Capsule. The backup disk could not be found. Make sure the backup disk is connected or select a different backup disk".  So, there's been no backup at all for almost 3 weeks.  Wifi connectivity under Airport Utility is fine.  Green light on the time capsule is on etc.
    Please kindly advice what is going on with this time capsule wifi backup.  Do I have to connect the time capsule with MBA with a physical cable to perform this job?
    Many thanks in advance,
    On Ki

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.

  • My macbook is stuck on a grey screen with language select and every time i click english it brings me back to the same gray page what do i do?

    My macbook Pro is stuck on a grey screen with language select and every time i click english it brings me back to the same gray page with language select what do i do? Also i dont have enough monet to go to the apple store to get it fix and another thing this happen after i tried to factory reset it without the disck uising coomans i found on youtube.Lastly befor doing the comands my macbook would open any applications and the finder would just blink on and off on the dock.
    Heres the link http://www.youtube.com/watch?v=Q5e5thk0O9o

    Shut down your computer and disconnect all peripherals (keyboard & mouse if pertinent) from your computer.  Now reboot.
    If the Mac starts up normally, shut it down again and then plug in one of the peripherals (keyboard or mouse first) and start up your computer again.  If it does so successfully repeat the process, adding one peripheral at a time until your Mac acts up.  At that point, disconnect the last peripheral you added, reboot your Mac and search the peripheral vendor's website for an updated driver. 
    If no driver exists or the problem remain after installing the new driver, try a different cable or a different port on your Mac.
    If none of the above works, again disconnect all peripherals from your Mac, hold down the "shift" key to start up in "Safe Boot" mode. 
    If the Mac starts up correctly, restart without pressing the "shift" key.
    If your computer still does not start up properly, shut it down and restart it while holding down the Apple+Option-P-R keys; keep holding "all 4 keys" down until you hear the startup sound "twice."
    If none of the above work Disconnect all peripherals from your computer. Boot from your install disc & run Repair Disk from the utility menu. To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select Disk Utility.
    Select the disk or volume in the list of disks and volumes, and then click First Aid.
    Click Repair Disk.
    (If Disk Utility cannot repair, you will need a stronger utility (3rd party) - Diskwarrior or Techtool PRO)
    Restart your computer when done.
    Repair permissions after you reach the desktop-http://docs.info.apple.com/article.html?artnum=25751 and restart your computer.
    Remove any 3rd party ram.
    Reinstall Leopard - This will install a "fresh" copy Leopard without archiving old system files but leaves the rest of your files in place.
    If you still want to restore your computer to factory level...
    Start up from your install disc, go to Disk Utility and select the disk and click erase - to securely erase data click Security Options and Erase Free Space which will entirely wipe your disk, overwriting it with zeros so that no data is recoverable.
    To restore read the instructions in the Mac OS X v10.5 Leopard - Installation and Setup Guide  PDF

  • Library Projects compiled using Flash Builder and ANT have different outputs

    Hi Guys.,
    I am really having hard time to get something work right with RSL projects in Flex 3.2 SDK. Here is my weird problem.
    I have a library projects which has the following settings in Flash Builder
    Link Type : External
    airglobal.swc
    framework.swc
    datavisualization.swc
    rpc.swc
    utilites.swc
    applicationupdater.swc
    applicationupdater_ui.swc
    Link Type: Merged into code
    airframework.swc
    servicemonitor.swc
    Compiler settings
    -directory=true -output=../../lib/core -debug=true -optimize=false -define+=CONFIG::bindingdebug,false -define+=CONFIG::frameworkdebug,false -define+=CONFIG::flexspy,true -define+=CONFIG::debug,true -define+=CONFIG::release,false -define+=CONFIG::logtoconsole,false -allow-source-path-overlap=true  -keep-as3-metadata+=Metadata,DefaultProperty,Required,Event,AssignableTo,Inject,InjectCon structor,Publish,Subscribe,PublishSubscribe,Factory,Init,Destroy,Observe,AsyncInit,Managed Events,MessageDispatcher,MessageHandler,MessageBinding,MessageInterceptor,MessageError,Com mand,CommandComplete,CommandResult,CommandError,CommandStatus,ResourceBinding,Selector,Tar get,Autoremove,Internal,ObjectDefinition,DynamicObject
    When I compile my library projects I get a MyLibraryproject.swc. The SWC has the following files in it
    mx/controls/HTML.png
    mx/core/Windows.png
    library.swf
    Note: airframework.swc and servicemonitor.swc has a many png files and properties files in it. But these properties and png files are not included when compiled in Flash builder.
    But when the same project is compiled using ANT compc task, i get all the png and properties files from airframework.swc and servicemonitor.swc files into my library project SWC file.
    Here is the ANT version which is used to compile the library project
    <compc output="${project.output.dir}/${project.name}.swc"
       include-classes="${as} ${mxml}"
       use-network="false"
       directory="false"
       allow-source-path-overlap="true"
       incremental="${build.incremental}"
       debug="${build.debug}"
       locale="${build.locale}"
       optimize="false"
       >
    <define name="CONFIG::bindingdebug" value="${build.bindingdebug}" />
    <define name="CONFIG::logtoconsole" value="${build.logtoconsole}" />
    <define name="CONFIG::frameworkdebug" value="${build.frameworkdebug}" />
    <define name="CONFIG::flexspy" value="${build.flexspy}" />
    <define name="CONFIG::debug" value="${build.debug}" />
    <define name="CONFIG::release" value="${build.release}" />
    <keep-as3-metadata name="Metadata" />
    <keep-as3-metadata name="DefaultProperty" />
    <keep-as3-metadata name="Required" />
    <keep-as3-metadata name="Event" />
    <keep-as3-metadata name="AssignableTo" />
    <keep-as3-metadata name="Inject" />
    <keep-as3-metadata name="InjectConstructor" />
    <keep-as3-metadata name="Publish" />
    <keep-as3-metadata name="Subscribe" />
    <keep-as3-metadata name="PublishSubscribe" />
    <keep-as3-metadata name="Factory" />
    <keep-as3-metadata name="Init" />
    <keep-as3-metadata name="Destroy" />
        <keep-as3-metadata name="Observe" />
        <keep-as3-metadata name="AsyncInit" />
        <keep-as3-metadata name="ManagedEvents" />
        <keep-as3-metadata name="MessageDispatcher" />
        <keep-as3-metadata name="MessageHandler" />
        <keep-as3-metadata name="MessageBinding" />
        <keep-as3-metadata name="MessageInterceptor" />
        <keep-as3-metadata name="MessageError" />
        <keep-as3-metadata name="Command" />
        <keep-as3-metadata name="CommandComplete" />
        <keep-as3-metadata name="CommandResult" />
        <keep-as3-metadata name="CommandError" />
        <keep-as3-metadata name="CommandStatus" />
        <keep-as3-metadata name="ResourceBinding" />
    <keep-as3-metadata name="Selector" />
    <keep-as3-metadata name="Target" />
    <keep-as3-metadata name="Autoremove" />
    <keep-as3-metadata name="Internal" />
    <keep-as3-metadata name="ObjectDefinition" />
    <keep-as3-metadata name="DynamicObject" />
    <load-config filename="${air.config}"/>
    <compiler.include-libraries dir="${flex.frameworks.dir}/libs/air" append="true">
         <include name="servicemonitor.swc" />
         <include name="airframework.swc" />
    </compiler.include-libraries>
    <external-library-path dir="${build.compc.dir}" append="true">
         <include name="TriGeoFlexFramework/TriGeoFlexFramework.swc" />
         <include name="TriGeoLibrary/TriGeoLibrary.swc" />
         <include name="TriGeoRPCFramework/TriGeoRPCFramework.swc" />
         <include name="Degrafa_Beta3.1_Flex3" />
         <include name="parsley-flex3-2.4.0.swc" />
         <include name="spicelib-flex-2.4.0.swc" />
    </external-library-path>
    <external-library-path dir="${flex.frameworks.dir}/libs" append="true">
         <include name="framework.swc" />
         <include name="datavisualization.swc" />
         <include name="utilities.swc" />
         <include name="rpc.swc" />
         <include name="air/airglobal.swc" />
         <include name="air/applicationupdater.swc" />
         <include name="air/applicationupdater_ui.swc" />
    </external-library-path>
    <source-path path-element="${basedir}/src" />
    </compc>
    </target>
    </project>
    Any insights is greatly appreciated.!

    #1, If it compiles then you have no issue. There's no reason at this point not to use 4.6. You should bundle a captive runtime to assure the users computer won't need to have AIR installed at all.
    #2, Papervision is old. Use the Stage3D and/or a wrapper framework. As far as the generic "If I download lots of data will it take the user more time to load it", well, of course. Just don't make the loading experience painful. Entertain them while they way or find ways of displaying data sooner than later. If it's desirable on the web has more to do with the context of the app and the device displaying it. In other words, a phone user would find it easy but obviously not a desktop user.
    #3, Definitely referring you to Google on that one.
    #4, Size always matters, it's common sense. The more you process the harder it is. While I haven't done AR I've used the Microsoft Kinect SDK and ANE and tracking was extremely fast but limited. From what I've seen and your basic built in location and direction hardware on any mobile device you shouldn't have much trouble. Depends on what you're doing.
    #5, This discussion would be way too large for a forum. You'd need to consult a firm experienced in AR development.
    #6, "Applications using the commercial license do not have to provide source code, but must pay a licensing fee. Contact ARToolworks at [email protected] for more information." They will base your price on your product, there is no single price.
    #7, The models could be huge and elaborate or tiny and simple which changes the answer. Consult the answer in #4. Ultimately most people are getting on fast networks with mobile and excessively fast on desktop/wifi. Size matters a lot less than 3 years ago.
    #8, Depends on what you're doing. You have to explain it.

  • Error on start up: The selected location is already in use

    I just installed Final cut pro X on my 13" macbook pro with retina display.
    When I launch FCP X it is gving me the follwing error message: The selected location is already in use "The storage location "xyz" on this computer is already in use by "(null)" on "(null)". To access the location, quit Final Cut Pro on "(null)" or remove the location"
    Where "xyz" is the name of my home folder.
    I tried repairing the disk using disk utility and restarted the computer multiple times. But this did not resolve the issue.

    aludnakvissu wrote:
    This is the screenshot of my movies folder
    … and no other external drive is connected to my computer.
    it is:
    your files are on Google Drive ... which is very external ...

  • Incorrect ADT version when compiling using updated AIR SDK in Flash Builder

    I was wondering if anyone else has come across adt version issues when compiling with Flash Builder.
    I just downloaded Flash Builder 4.7 (I had 4.6 installed previously).  I upgraded due to AIR SDK issues when trying to send my app to iOS.  I downloaded AIR 3.7 SDK and done the whole "overlay" described here http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html but when trying to compile it Flash Builder, it states that version 3.7 is not only up to 3.1  I did a check of the adt that is being used (adt -version) and it returns back that it is version 3.1  This is the one contained within the sdks/4.6.0/lib folder.  If I copy the one from the AIRSDK folder and check the version on that 3.7 comes up correctly, but it needs files that are contained in the AIRSDK folder, so I'll need to copy more than just the adt.jar file.
    Really I'm just trying to see if anyone knows what I can change in Flash Builder to point to the AIRSDK folder instead of the sdks/4.6.0/lib folder so I'm not constantly updating my adt.jar file each time I install a new AIR SDK.

    OK, not the best solution (hopefully someone will be able to tell me where to update Flash Builder to point to the AIRSDK directory instead of {FB install dir}/sdks/4.6.0/lib, but until then, here's a work around.
    First make sure to backup your old aot and android directories in your {FB install dir}/sdks/4.6.0/lib and your original adt file (I just renamed them to fileOrDir_original)
    Then copy your adt.jar file, aot dir, android dir, and I copied legacy dir also to your {FB install dir}/sdks/4.6.0/lib
    You should now be able to compile using the 3.7 AIR SDK.  There's another fix for PIE in AIR 3.8, so I may be updating again soon to the labs build.  I'm hesitant to copy any more files over in case it stops my non-mobile AIR builds from working, but hopefully this will be good enough for mobile builds and for anyone else having this issue in Flash Builder.

  • Search stopped working in CHMs compiled using RH 8.0.2

    Today I noticed that the Search functionality had stopped working in CHMs that I recently compiled using RH 8.0.2. I'm sure they were all working pretty recently but can't say exactly when it stopped working.
    As a test, I created a test HTML Help project with default settings, and wrote three short topics. When I compiled it, there was not even a search button/tab, nor were there any others, even though Contents, Index, Search, and Glossary are all selected in the "Window Properties (WebHelp Pro)" dialog. (Since when do these settings apply only to WebHelp Pro?)
    I was so surprised that I thought I must have done something wrong, and repeated the experiment -- with the same result.
    The only thing I can recall doing on my computer is uninstalling Microsoft Visual Studio. Surely that couldn't have had this effect?
    Also, there was a "Security Update for Office 2003 (KB976382): VBE6" and a "Security Update for Windows XP (KB978542)", both on May 12.
    Any ideas what could be wrong? Thanks

    Do you have a window specifically for CHM files? Beware your window characteristics are taken from your default single source layout, so if you have that set as WebHelp Pro and use it when compiling a CHM you are likely to get odd results. You'll need to change the default SSL to MS HTML Help, create the new window and (if you want) reset the default SSL back to WebHelp Pro.
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

Maybe you are looking for

  • 10.4.4 Has Left My Mac In Pain

    Alright I have tried everything possible, even reinstalling OS X 10.4 from the dvd. After the reinstall it was like magic - No problem trying to move windows around on my screen in 10.4 without the updates. Then I was too sure of myself, and I did th

  • Audio Dropout Adobe premiere pro cc(2014) "adobe player"

    I'm having the following problems with my adobe premiere pr cc 2014. I'm in the middle of a big documentary for Dutch Television. Because of the really buggy adobe premiere I can't work. The director gets frustrated and we can't work fast. I need to

  • Multivalue Picklists in Reporting

    Hi, We have a requirement to add new multivalue picklists to application. I have the information that MVPs cannot be used in realtime reporting so we have decided to build analytics reports (Only to include MVPs in report). Now, I need to know if the

  • Adobe document service configuration

    Hello, We are in the process of configuring adobe document service and having issues in configuring credentias Background: Web AS Java 640 only Steps we have followed: 1. Have installed adobe document service 2. creating user for basis authentication

  • Satellite A500 - Do you know where to find KeNotify.exe?

    Hello, Following a viral infection + repair my Toshiba A500 (W 7) I lost KeNotify.exe. This executable is part of the Toshiba utilities that manage specific functions activated by pressing the FN. I reinstalled all modules assigns a link with "Flash