Does win32 dll work in FrameMaker 10 ?

Does win32 dll work in FrameMaker 10 or the code base has to be migrated to C# ?
Does win32 dll  work in FrameMaker 10 server environment ?
What is the recommended technology for customizing FrameMaker 10 ?

If you're referring to the FDK development environment .. it's the same as it was in FM9 as far as I can tell.
The win32 DLL should work fine with FM10 server and desktop.
I'm not sure what you mean by the recommended technology for customizing FrameMaker. There are a number of options, and it depends on what you want to do and what type of expertise you've got at your disposal. Options are ..
- FDK (C libraries)
- ExtendScript (new with FM10)
- FrameScript (requires 3rd party client plugin)
- FrameAC (another 3rd party development environment)
Cheers,
...scott

Similar Messages

  • Does Bug Base Work? In regards to AIR

    As the title says, does bug base work? I have been following the Bug Base daily checking constantly for updates from Adobe staff in regards to many currently present bugs that IMO left unfixed make this platform more unreliable as time goes on.
    It seems Adobe is very active in releasing updates to the AIR framework, but with each release I am time and time again disappointed to discovered my bugs have not yet been fixed.
    Bugs still left unfixed:
    Textfield Bug on GPU with softkeyboard pan   https://bugbase.adobe.com/index.cfm?event=selectBug&CFGRIDKEY=3627285
    Basically if you press your Android's Back button, you're app is no longer usable. (September 5th)
    i0S7 StatusBar Overlays stage, Adobe Air 3.9 Beta Bug? https://bugbase.adobe.com/index.cfm?event=bug&id=3633422 (September 17th)
    Rotating app to landscape on iOS 7 pushes view off screen and shows status bar https://bugbase.adobe.com/index.cfm?event=bug&id=3648197
    Literally making the app go into landscape makes the entire screen offset.  (October 9th)
    Also, I know for a fact I'm not the only one who's inbox is completely flooded with votes for the "Adobe AIR support for windows Phone 8 Required". Because if you decide to track other bugs, it's an all or nothing for recieving email updates about bugs.  What exactly is Adobe waiting for? At the time of writing this there are 289 votes. Do they need 9000? How many more months of vote emails do I need to recieve before they do anything? or at least recognize this is CLEARLY a feature the community wants and give some kinda of hint to the result of the voting.

    If you're referring to the FDK development environment .. it's the same as it was in FM9 as far as I can tell.
    The win32 DLL should work fine with FM10 server and desktop.
    I'm not sure what you mean by the recommended technology for customizing FrameMaker. There are a number of options, and it depends on what you want to do and what type of expertise you've got at your disposal. Options are ..
    - FDK (C libraries)
    - ExtendScript (new with FM10)
    - FrameScript (requires 3rd party client plugin)
    - FrameAC (another 3rd party development environment)
    Cheers,
    ...scott

  • Java- Win32 dll- process, process disappears after sometime.

    Hi there,
    I have a Win32 dll component that invoke a process. When I use it with my Win32 client it works fine, but when i load that component with my java application (using System.load()) and use it with JNI the process disappears after some time.
    - Is it possible that the process disappeared due to some memory optimizations made by JVM?
    - Does JVM handles or have access to some process created_by/within that dll?
    Thanks in advance.

    Hi,
    I don't know why it is disappearing, but what i know is:
    1):- System.load() only 'loads' the required libraries. JVM can use only those libraries that are registered with JVM using System.load().
    Secondly when you writes a code in class initializer as
    static{
    System.load( file );
    It registers the library with your JVM as well as this class. Now any method called by this class will be passed to this dll.
    Sometimes you might have seen a dump of HotSpot. It shows libraries that are sticked with JVM. Otherwise there are tens of other dlls loaded in the system.
    So the System.load() only registers the dll to serve you on demand.
    2):- JVM optimizes only it's own memory. What dlls or other native code is doing, is not handled by JVM.
    3):- Similarly JVM deals only with it's own processes. The JVM has no concern with the processes started and managed by dlls.
    If there could be a method to handle processes (like pausing it, resuming it, or stoping it etc.) then Thread.stop() might not was deprecated. :)
    Regards,

  • How to make "save as PDF" to work in FrameMaker 9.0?

    Hi:
    I have installed FrameMaker 9.0 on a 64bit Windows XP machine and discovered that "save as PDF" doesn't work. Therefore,  I cannot generate PDFs using eWebworksPublisher. It generates some temp files but cannot put them into regular PDFs.
    I tried to uncheck "Convert  CMYK  colors to RGB" and that allows PDF generation from a single file.
    How can I turn the unchecked conversion to be the default? I also don't need the option Create Named Destination for all paragraphs to be checked. How to get rid of that?
    Is there anything else that prevents PDF generation in eWWP from FrameMaker 9.0?
    Thanks,
    Pubspro

    First, you've installed... but have you fully patched both Frame and whatever version of distiller you're using?
    And then...
    How does your workflow work? It's not clear why a problem in one application, Frame, would have an impact in an entirely separate, unlinked one (ePublisher)...  And if there is a problem in ePublisher, wouldn't their support be the place to look for a solution?
    Assuming you do need to output from Frame, can you Print to the Adobe PDF printer to produce a PDF? Does it work?
    Art

  • Scroll wheel on Microsoft Comfort mouse 4500 not working in Framemaker 7

    Hi folks
    It is another scroll wheel not working in Frame 7 question.  I have just attached a Microsoft Comfort mouse 4500 to my machine, downloaded the software, IPx86_1033_8.20.468.0, for this mouse as required by Microsoft  and the scroll wheel does not work, this is the fourth type of mouse installed of different makes.  Is there a fix for this new mouse so I can scroll in Frame or can anyone recommend a mouse that will work?
    Microsoft are saying the mouse is not fauly as it works in all other programs and PDF as well.
    I have removed and reinstalled all software as recommended by Microsoft, and even tried installing in different configurations still to no avail.
    Any suggestions would be appreciated,

    Now that search is working, we can find:
    2001: Scroll wheel on my mouse won't work in FrameMaker (Windows)
    http://forums.adobe.com/message/1240535
    2009: Frame 7 question - arrow keys / mouse scroll wheel don't work
    http://forums.adobe.com/message/2422860
    I've not tried any of the solutions.
    And, what version of Windows?

  • Has anyone done this before? (using Win32 dll with Java)

    I was wondering if anyone has succesfully completely embedded a Win32 DLL and having it launched in a Java backend using JNI? It would seem that WinMain() would be the barrier to doing this. I'm talking about containing the entire frontend inside a DLL and having it launched using a Java backend.

    1. As far as I know, dll's don't have winmains.
    2. Your wording is rather imprecise; how about getting rid of "frontend"and "backend", and asking your question again?
    (The JNI features of java allow either C or java to be the "main program; C can call java, and java can call C.)

  • Why does't Flashplayer work after I agreed to an update from an Adobe pop-up box prompt?

    I had problems last year when Flashplayer stopped working suddenly.  After months of seeking help, I received instructions that fixed the problem...until the other day.  A pop-up box from Adobe appeared indicating an update was available.  I agreed to installing the update and the Flashplayer has not worked since.  I referred to my notes from the "fix" last year and made one adjustment in the Active-X settings, but this did not help.  Flashplayer still does not work.  Help!  I just don't think I can go through this for several months again.

    Hi,
    I am going to try reorganizing my reply first and
    just forwarding to you before I try to recover a
    message.  I think the problem may be that I
    provided answers within your text instead of
    separately.  Your system may not like the format
    I tried.  So here goes....  I have pulled my
    answers out of your message and they appear in
    the order of your inquiries below.
    “Check the Windows system tray carefully to make
    certain no applications are still in memory which
    might possibly use Flash Player.” –a statement
    from the Adobe Un-install link article.  I don't
    know what “in memory” means.  The only things I
    have that may use Flashplayer that I know of is
    the Weather Bug.  Windows Mediaplayer is also
    listed in my programs, but I have never used it.
    Also, there is no mention of Norton here, but
    Norton Internet Security ’09 is what I have installed.
    1. No Firefox.  MSN Exlorer is listed among my
    Programs, but I have never used it.  It was
    likely installed by Dell when I purchased the computer.
    2. Norton Internet Security '09.  Bell Internet
    Security - Alert is listed in my programs (with
    options, including uninstall) but this is the first time I have noticed it.
    3. Norton Internet Security has a firewall with
    it that I understand is way better than Windows.
    4. There is a Google toolbar, Norton toolbar and
    a bunch of stuff listed in the Manage Add-ons
    like Skype, Adobe and Sun Java Console which I think are add-ons.
    Java Webstart is listed under Accessories in
    Programs.  In Programs is Adobe Distiller 6.0,
    Adobe Acrobat 6.0 Standard, Adobe (which is
    empty), Adobe.com and Adobe Reader 9.  I did not find DLM or GetPlus.
    I found no listing for Shockwave Flash
    Object.  You did not ask this and I don't mean to
    get ahead of you but in case there is relevance,
    I looked in Internet Options, Security, Custom
    and saw a number of reference to Active X and
    plug-ins, some of which are disabled; others enabled.
    From reading in your posts to mlmarg, I saw the
    instructions for finding the Flash folder and
    used them.  I used Explorer to access My
    Computer,, C Drive, Folder 1386, Folder System
    32.  There are 2 items in it from 2002 but not
    what I think you want.  The 2 are SMSS.EXE and
    NTDLL.DLL.  If this is not correct, I will need your instructions to locate it.
      I will ask because I don't always understand
    what you are asking of  me.  Thanks.
    >Date: Thu, 21 Jan 2010 14:23:36 -0500
    >To: [email protected]
    >Subject: Re: Flash Player Why does't
    >Flashplayer work after I agreed to an update from an Adobe pop-up box prompt?
    >
    >Hi,
    >My comments are within your text below.  Let me
    >know what I missed or misunderstood.

  • Does Visio 2013 work with Office 2010?

    Does Visio 2013 work with Office 2010?

    Tuesday 01/06/2015
    Take a look at this Microsoft KB
    KB2784668
    It has one reference to Visio and the support / install order of Office.
    Now with that said, regardless of 2010 vs. 2013, you can NOT mix 32-bit or 64-bit versions of Office.
    For example, lets say I installed Office 2010 SP2 64-bit
    (FYI... How to determine Office 2010 SP file version
    KB2121559)
    I then want to install Visio 2013 32-bit, the install will not work.
    You cant mix 32-bit and 64-bit versions of Office Products.
    TechNet article explains more...TechNet
    (FYI...A few more people are asking the same question...)
    Forum 1
    Forum 2
    (How to determine which version 32-bit or 64-bit version of Office is installed 
    Stackoverflow.com)
    Above article is dependent on Full Office being installed...  You can also query the DisplayName REG_SZ key as well, it will report back the Office version.
    Registry Location:
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
    Look for the Office GUID in my example for 2010 64-bit SP2....
    Now with the above said, below are notes from one of our desktop support techs in regards to issues we have seen internally running Office 2010 32-bit SP1 and SP2 on Win 7 x64 Enterprise with Visio 2013.....
    Office interops. The ability for office and other applications to communicate with other office apps.
    The first instance today: User sends corporate communications from word using the send to mail recipient feature. After visio 2013 installed, he received a message stating that word could not communicate with outlook, to either repair office or check the
    server. Office was repaired, new outlook profile created. After research, discovered the office is sensitive to various versions in regards to interops. Discovered that Visio 2013 was installed around the time user experienced issues. After uninstalling visio,
    when launching word it began to configure (like for a first time install), the send mail to recipient feature began working. This probably will affect anyone with visio 2013. Visio 2010 was not reinstalled afterwards, as user barely uses it and was hesitant.
    Installation files are still on his machine in the event that he does need it reinstalled. Office version is 14.0.7109.5000 User is on Office 2010 SP2
    The second instance today: Teammate stopped working 3 weeks ago according to user. After working through several support groups here and working with the vendor support, the vendor noted that some dll’s from the application were not registered. If that didn’t
    fix it they suggested a reimage. After registering the dll’s, issue persisted. After further troubleshooting, determine that the feature that did not work for user consisted of teammate downloading information from a system, parsing it, then outputting it
    to a word document. The application provided no error of any sort, it just would never get to the word document portion. Discovered that Visio 2013 was installed around the time that the issue occurred, and that the issue appeared to be related to office interops.
    I uninstalled Visio 2013 and it began working as designed. In both cases Visio 2013 had been installed on 11/25/2014 (I didn’t see any corporate communication about an upgrade, but maybe one took place?). Office version is 14.0.7109.5000 User is on Office
    2010 SP2
    I’m not sure if you have much experience with interops, but pretty much anytime you want to communicate with a different office application, that is how it is done. Per my reading through various Microsoft KB’s and support forums, different version interops
    do not play well together always. It appears that these applications are trying to communicate to office 2010 (v 14) using 2013 (v15) interops, only after installing visio 2013 professional. Users were both Windows 7 x64. We also had a group of several users
    who also ran into issues with sharepoint not working in any browser, turned out the problem was Visio 2013 was well....
    Feel free to research more, but my own research comes down with having both 2010 and 2013 interops on the machine. To simplify it, the applications and office apps are being told to communicate using office 2013, and but only listen in 2010, causing problems.
    Its not causing problems with every simple interop, or we would see it far more widespread, but we are going to continue to see the “ghost” issues where Visio 2013 is the root cause, but nothing is really going to scream it.

  • Why does abode not work on my galaxy tab2

    Why does abode not work on my galaxy tab 2?

    The games dont load they just say I need to update to the latest version or say that it is not compaterble with it.

  • Why does sound not work on my Mac Air?

    Why does sound not work on my Mac Air --all setting seem okay. OSX 10.9.2 operating systyem.

    Open System Preferences > Sound > Output
    Make sure the coorect output devices is selected and the Mute button is not checked.

  • I added a contact to my iphone 4s and when I did a sync manually it is not showing up on my MAC in address book - please help....I checked off sync all contacts in iTunes  - does it only work one way from computer to phone?

    I added a contact to my iphone 4s and when I did a sync manually it is not showing up on my MAC in address book - please help....I checked off sync all contacts in iTunes  - does it only work one way from computer to phone?

    Is it because the new itunes looks different.
    View > Show Sidebar
    Then it should work just the same as on your old computer.

  • How do you connect your photoshop elements on your computer to your account online? and how do you create a customized url? how does the gallery work and how do you access it? i have trouble signing in on my program from my computer to connect to the onli

    how do you connect your photoshop elements on your computer to your account online? and how do you create a customized url? how does the gallery work and how do you access it? i have trouble signing in on my program from my computer to connect to the online photoshop, and I really want to create my own customized url and post photos to my gallery and share them with the world, family, and friends, but i need help because i can't figure how to do any of this, would really appreciate feedback and assistance, thanks, - claire conlon

    To add to sig's reply, "calibrating" does not calibrate Lithiu-Ion batteries, it calibrates the charge reporting circuitry.  If you look at the effect of deep discharging Lithium-Ion batteries in the data from the independent test group, Battery University, you will see that doing so shortens the life of the battery significantly. It looks like an optimum balance between use and life is at a discharge level of 50%.

  • Why does Adobe sendnow work and the newest and greatest Adobe Send does not work?

    Why does Adobe sendnow work and the newest and greatest Adobe Send does not work? I wasted about 8 hours on trying to get Adobe Send to upload 269 files that amounted to 469MB. When it did not work I made a zip file and after a lot of wasted run time that did not work. The first situation gives little indication of when a file is loaded compared to Adobe SendNow. In both cases with Send it failed with a message like only the first 50 can be loaded. When I went and looked none of them had been loaded. With the zip file (I wanted to hide the individual files so they would not be counted) it appeared to work but very slowly and finally said it was done and I went and looked and it had done anything for oever 2 hours except a false "I'm runninng" indication.
    Thus, I took a chance with Adobe SendNow and it works great. It never gave me a limit on the amount of files nor on the size of the complete job. It shows me one file at a time when it has finished with the file uploading it. SendNow has never given me any problems.
    Why woiuld you want to change the program from SendNow to Send without the newest program being the best, fastest, user friendly program of the two? It just doesn't make sense to me. I suggest that Adobe keep SendNow working until Send is fixed. I would also suggest that SendNow and how it looks be kept, called Send, then modify Send one thing at a time until you get it to the point you need it to be for Acrobat. I have heard nothing good and now I have experienced it that Send is a piece of junk. I wasted most of my work day on giving Adobe the benefit of the doubt to find out I made a very bad decision to trust Adobe to make good decisions on the transfer of a function to another place .... both Adobe's responsibility.without making it painless for your customers that totally rely on you. Don't throw away customer confidence as it is very hard to get it back.

    Funny how you answer to "troll". (What's your handle on AT&T forums?)
    Yep! Verizon living up to it's contractual obligations by not releasing updates. Caveat emptor!
    I think there are some reasonable expectations here to keep customer's happy. When one carrier offers upgrades there is an expectation the same will happen across all the carriers. We have seen that except Big Red.
    Verizon could have said the update is in MS court months ago and stilled the voice of the disgruntled, or at least redirected it, but instead chose to be silent. Not for market share but for partial blame I think.
    We will have to agree to disagree since you only see Terms & Conditions and I, see customer satisfaction.

  • When I am in safari, I try to bookmark a web page and it is not doing it, it worked before I updated to the ios6 version

    When I am in safari, I try to bookmark a web page and it is not doing it, it worked before I updated to the ios6 version, does any one know why ? It pulls up the screen to save it but then it is not showing up on the bookmark drop down menu, it continues to show the standard google,iPad user guide, yahoo....

    hello sofg777, when you're at a page you want to print try to press ctrl+P and select a different printer than the Microsoft XPS Document Writer which seems to be set as your default printer in firefox at the moment.

  • ITunes, Remote.app v2: Does v2 still work in iOS7 or will I be automatically updated to version 3? (Plus v3 and iTunes issues)

    Remote.app (version 2): Does it still work in iOS7 or will I be automatically updated to version 3?
    That is basically the main question I've come to ask (with some side commentary in parenthesis below).
    After trying out iTunes Remote App version 3, I saw that it scrambles playlists (such as Recently Purchased), which makes my playlists worthless. For example, using Remote.app, it's no longer possible to simply play the songs you bought over the last week at the iTunes Store using the Recenlhy Purchased Playlist. Since I buy a lot of music through the iTunes Store, I naturally want to listen to what I just paid for, just as I could using Remote.app version 2.
    But it's not just the Recenly Purchased playlist, it's all my playlists. Through the last decade, day in and day out, I've carefully orgnized hundreds of playlists that I've very crafted, song by song like old mix tape casettes.
    They payoff for this work has been enormous. Since starting with mp2 in 1995, then mp3 and continuing through to the thousands of dollars I've spent purchasing songs through the iTunes Store and tens of thousands on iPods, iPhones, iPads, and computers—I've been able to make music match whatever mood or music was juuust right for the moment, making for great moments and memories with friends and families. For some artists, I always want to hear their latest songs first or I want to to hear top rates songs first. Other lists are about creating a particular mood for just about any occasion. I can even shift the mood in the room with the right music list. It's really been fantastic the memories and moments I've been able to set the tone with the right song, and most of this has been not the song itself, but the flow of music I've created by orgnizing music lists. That's a lot of work I've invested. So the order of the songs matters a lot to me, especially the very first song that starts that list. That's the song I want to hear first, not somewhere in the middle.
    As of Remote.app version 3, these carefully crafted songlists are scrambled, making the App worthless. When I first noticed this I couldn't believe it, must be a bug. Nope, no bug, by design I found out. It's like when Lucy pulls the football away. It's mean spirited to take back features you've sold and promoted and people have grown to rely on in the workflow of their lives. So I downgraded back to Remote.app version 2.
    ((Actually, they're not really technically scrambled, they're actually presented in alphabertical order, which I think is really the same thing to me. Think about it: listening to an artists work alphabetically by title is really the most random and completely scrambled way to listen to their music. Or if you don't want to listen to them alphabetically, you can have them shuffled. Those are now the only two choices. Either way, the lists are jumbled, and like iTunes 11, several of the most powerful features have been taken away. In this case the exact thing that's missing is that the iTunes Remote no longer reflects the sort order of iTunes playlists.
    I don't know if this is a quiet, update-by-update shift away from our playlists and towards iTunes Radio or not, but I would think so. Why else would you make it less powerful. To quote Merlin Mann Apple tends to "fire a warning shot" feature wise before taking something away. The Finder has gotten less and less powerful in finding files and folders by their name and size through the last decade.
    I'm now noticing the same thing with iTunes, it's becoming more difficult to find the currently playing song. In iTunes 10, Go to Current Song would open the folder containing the list of the currently playing song, highlight and move that list to the top of the left column and then highlight that song. In iTunes 11, Go to Current Song will only highlight the folder that contains that song and nothing more. At that point you're on your own to hunt town the currently playing song. This feature has been broken—on purpose I suspect.))
    SO—I don't want to be forced into Remote.app version 3 and have my playlists scrambled on my iPhone and iPad. Is there anyone who knows the answer from first hand experience?
    If customer loyalty is as important to Apple as it should be taking away features in iTunes and Remote app will only drive old customers away.
    Thanks!!
    David

    I like that I would be able to maintain my iPhoto library data for Faces and Places in Aperture, but am concerned that when the iPhoto library is "upgraded" for Aperture, and I decide I don't really need that program, the upgraded library won't work with iPhoto anymore.
    The iPhoto library isn't changed in any way by Aperture. Aperture will import the Library and you can choose to copy the files to the Aperture Library or reference them within iPhoto. As long as you don't delete files from the iPhoto Library via Aperture (which you could do if you choose to Reference) there is no impact on iPhoto
    Will I still be able to use iPhoto to access and organize my library, or will it be forever converted for use with Aperture?
    They are completely different libraries.
    Recently, iPhoto bugs make Events show up multiple times in iTunes when syncing for iPhone and iPad.
    Fixed in the 9.1.3 update.
    Will I find a better user experience with Aperture, or does it also use the single file library and suffer the same struggles iPhoto users have been seeing lately?
    Like iphoto, Aperture can use the "single file library" or it can use a Referenced Library (just like iphoto can). Note that using a Referenced Library offers not a whit more in terms of features or capabilities. It's file storage plain and simple. Nothing more.
    No you won't see the "same struggles iPhoto users have been seeing..." because Aperture is an entirely different allication.
    But you my see Aperture or Lightroom struggles
    Regards
    TD

Maybe you are looking for

  • Getting dump in transaction S_ALR_87012936.

    Hi Experts ,    I am running the transaction S_ALR_87012936. I have one user name which having the authorization to only one company code. when i am trying to run this transaction with that company code it is working fine.   But when i am trying to r

  • Basic configuration in GRC 10 for portals

    Hi Gurus, Could you please tell me the basic configuration details in GRC 10 for portals. Thanks, Mukesh

  • E65-How to disable diacritic/accented letters when...

    Hi, I've got Nokia E65, the phone language and writing language are English. When I try to write a messageand press the key 6 it produces the following sequence: mno6öøòóôõñ (accented o and n letters) It does the same for other keys as well. Is there

  • Problem in Webcenter Portal application with High Availability changes

    Jdeveloper Version: 11.1.1.5 JROCKET MDS is pointing to IBM/DB2 database. Weblogic Domain 10.3 with 1 cluster - 2 manage servers. BigIP - Load Balancing Database: IBM DB2 I am facing below issues in webcenter portal application after making high avai

  • Which albums is a photo in?

    In iPhoto, there is a Search box in the lower-right corner of the iPhoto window. That helps me search for a photo by name. If I have View -> Film Rolls enabled, then I can see what film roll the photo belongs to. That's great. However, it's not what