Some lib include Export Class,i use dependency tool to view this lib,how to know function's define

sample:?Polaris_Measure@CCBjxguance@@QAA_NPBG0@Z 
i know CCBjxguance is export class,Polaris_Measure is class's function,@@QAA_NPBG0@Z  is params and return value,but @@QAA_NPBG0@Z mean ? which data type ?

So I take it that you have a .dll file but you do not have headers for it? Then finding out the params and return type won't help you much anyway.
That's a member function, to be able to use it you need an instance of that class. And to obtain an instance of that class you need to know the full definition of that class, including its member variables. Member variables aren't exported so you have no
way of knowing those, short of reverse engineering the .dll code.
Anyway, the full declaration of that function is:
public: bool __cdecl CCBjxguance::Polaris_Measure(unsigned short const *,unsigned short const *)
This can be obtained by using the undname utility from a VS command prompt:
undname "?Polaris_Measure@CCBjxguance@@QAA_NPBG0@Z"

Similar Messages

  • Recently, after cancelling the tick of a song, which is the next song after the one I am listening, in the song list, the canceled song will still run for the next song. I remember that it used not to happen like this. How can I solve this problem?

    Recently, after cancelling the tick of a song, which is the next song after the one I am listening, in the song list, the canceled song will still run for the next song. I remember that it used not to happen like this. How can I solve this problem?

    This looks like a change of behaviour in iTunes 12. Once songs are queued up to the Up Next list then they play whether ticked or not. If you want to skip certain songs already queued click the Up Next tool, then click the small X to the left of the song that appears when you hover over it.
    tt2

  • I just installed MacOS X Yosemite on my MacBook Air 2011.  After installing Yosemite I installed the Photoshop Elements 12.1 upgrade, but now when I open the program and try to use the tools, the program freezes.  How do I fix this problem?

    I just installed MacOS X Yosemite on my MacBook Air 2011.  After installing Yosemite I installed the Photoshop Elements 12.1 upgrade, but now when I open the program and try to use the tools, the program freezes.  How do I fix this problem?

    If you use a trackpad and don't want to switch to a mouse, you can uninstall and reinstall all day long and will still have problems, but if you really want to try it, you can download PSE 12 here:
    Download Photoshop Elements products | 12, 11, 10

  • I never used LabView but need to generate a RS-233 serial output string that contains an IRIG timestamp based on a contact closure. Is LabView an appropriate tool to do this? How much does it cost to get started with the product?

    I never used LabView but need to generate a RS-233 serial output string that contains an IRIG timestamp based on a contact closure. Is LabView an appropriate tool to do this? How much does it cost to get started with the product?

    Labview isn't cheap, but it would certainly allow you to build a program (set of vi's - virtual instruments) that would do what you describe. Where would the timecode information come from? Your vi, or program, would: Start up, initialize the serial port, loop until a trigger happened, read the timecode (from where?), output that timecode out the serial port in a loop until you pressed the stop button. There is a free evaluation of Labview software available from NI - the base product itself runs about $995.
    - Dave

  • Hide classes while using jar tool.

    I have a set of API classes which I need to ship using jar.
    But even if I use jar utility to archive the classes, one can easily extract and decompile the classes.
    Is there any way this can be avoided?
    Regards

    Not really. You can use an obfuscator to make the code harder to decompile in a way that's easy to read. I'm told some obfuscators can generate class file code that breaks decompilers, but the code could still be disassembled or the next version of decompilers will be able to defeat it.
    By the way, this is an issue with any language.

  • I cannot get to or use my home pc for a while and am staying with a friend for the foreseeable and am using their pc to write this. How do I access my itunes account on their pc. Thanks Karen

    I cannot get to or use my home pc for some time and am staying at a firends and using their pc to write this. I need to access my itunes account and music on their pc. How do I do this. Thanks

    An easy route would be to use the iTunes Match service such that all your Songs are available anywhere over the internet via iCloud.  Once complete you can create an account on your friends PC, download iTunes and sign-in to the iTunes Store with your Apple Id, start iTunes Match and it will provide access to all your Songs.
    Not quite so good, is simply to follow the steps on your friends PC as above, however, instead of iTunes Match simply access the 'purchased' songs area from the iTunes Store home page that will give you access to all your purchases without iTunes Match.
    IMPORTANT:  Apple only like to see a single Apple Id associated with one device - so if your friend already has an active Apple Id account on the PC, it would be wise to use an alternate machine.  Apple has a 90 day lock out associated with switching Apple Ids on a common device.

  • Exporting in FCPX using quicktime compressor I get this error.

    what is this error I am going to show you guys a screen capture.
    I am using the share/export using compressor settings.

    This error generally means that there's something on your timeline that FCPX doesn't like such as a corrupt clip, unusual codec, a DRM-protected audio track, CMYK image, etc.
    From Crash Analyzer:
    -50 (QuickTime)
    This error occurs when there is corrupt or invalid media in your timeline. Check that the codec used by the file is recommended for use in your editing application.
    Suggested Actions
    If you are using Final Cut Pro 7 and your sequence codec is set to a long-GOP codec such as HDV, H.264, XDCAM, AVCHD or MPEG-2, set your sequence codec to ProRes.
    For best results, convert all long-GOP media to ProRes.
    Make sure all images are RGB, not CMYK.
    Ensure all images are less than 4000 pixels in width and height.
    Use Corrupt Clip Finder to locate the corrupt clip.
    After the corrupt file is located, use QT Repair or Media Salvage to fix it.
    Make sure your files do not have Digital Rights Management (DRM) that prevent them being played outside of their intended application. Some files purchased from the iTunes Store will have DRM.
    Make sure you are using AIFF or WAV audio files.
    This can sometimes be caused by third-party codecs. Use System Toolkit to temporarily disable them.
    More Information
    System description for error -50: Error in user parameter list
    Report generated by Crash Analyzer in Pro Maintenance Tools

  • HT5731 Hi.  I have just synced my new IPOD classic with my computer and it will not eject.  The message that appears is "Some of the files are in use byanother user".  Could this be because some of the music is my partners which I am authorised to use.

    Hi,
    I have recently purchased the ipod classic and and Ipad.  After syncing my ipod with my laptop I cannot eject the ipod the message that appear is - cannot be ejected because it contains files that are in us by another application - does any one know why this is.  I do have some music in my itunes which is part of my husbands library but he has authorised my laptop to use his music.

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?
    BTW this is the iPod touch forum

  • Should I use a thread and (in this case) how?

    Hi:
    I have a Swing frame (frameA) and on which there is a button; if I double click it,
    it will bring up a second frame (frameB). On frameB, I will select a new button name
    from a combobox, and click "DONE" button, and frameB would change the name of the
    button on frameA to this new name I selected. And frameB would disappear as well.
    I am thinking of using another thread for painting frameB, because I don't know how long
    it would take for frameB to load up, and I don't want to block up the event-dispatching thread
    on frameA.
    However, since frameB uses another thread, and frameB also has an ActionListener
    associated with the DONE button, i am not sure how to make the thread stay alive
    so that it could check whether the ActionEvent is fired. So, in this case, is it necessary to use
    another thread to do the job? Or should I just use the same event-dispatching thread?
    Or is there another whole new approach much better?
    Thanks

    Quite simply, I wouldn't bother threading it.
    If you load, link and instantiate the pop-up frame (actually I'd use a Dialog here) before you trigger the pop-up, the reaction is more or less instant. The execution of th parent frame will continue after the pop-up has been made visible, so any way you cut it, you are going to get a brief pause in the parent UI while the pop-up is shown - you may as well have it when the button is clicked.
    Hope this helps.--
    <sig> http://www.itswalky.com http://www.crfh.net </sig>

  • Using Pen tool to create mask _ How do you get the points to stop connecting together?

    I've masked the sky over the roof of a home. Started on the left side of the photo and moved over the house detailing it to the right side of the photo. When I try to create the mask by clicking Command /enter the points on the left and right side of the image connect which makes it impossible for the mask in the sky to work.

    Hi John,
    Thanks. I figured it out so there’s no need.
    Aloha,
    Rick Doyle
    [personal information removed... Mod - https://forums.adobe.com/docs/DOC-3731]
    [This is an open forum, not Adobe support, please do not post personal information]
    [If you are posting using email, please turn your 'sig file' function OFF for posting]

  • Use SDK tool to view crystal report!

    Hi all,
    I have a sceniaro:
    In exist form SAP B1 2005, i want to create a button
    in crystal report 2008, i create a report
    when i click that button(in exist form of B1), it dispaly that report so i create.
    Can we do? If can, plz tell me
    Note: In VB.NET, we view report by Report viewer

    Hi Anh,
    Yes, it is possible. You can even override B1's Print and PrintPreview buttons to display your report.
    If you process your button approach, then you just need to catch your button's ITEM_PRESSED event and open a .NET form with the ReportViewer control and display the report you designed.
    Regards,
    Vitor Vieira

  • Every time I start Firefox I get : JavaScript Application TypeError: Components.classes[cid] is undefined. What causes this and how do I fix it?

    This happens also when I open another tab that requires printing.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Testing WD Java Applications using eCATT tool

    Hi All,
    We are trying to simulate the runtime tests of WD java Applications using the tool eCATT. I would like to know the current procedure followed to achieve the same.
    We have ample users using eCATT tool for testing their WD ABAP Applications. Do you have any information about the team or users using the eCATT tool for the WD Java Applications?
    Also, i need some information about the WD Java Runtime team.
    Could you please provide me with some inputs?
    Thanks in Advance.
    Best Regards,
    Yogi
    Edited by: Yoganand P on Mar 11, 2011 11:20 AM
    Edited by: Yoganand P on Mar 11, 2011 11:21 AM

    Hi Thanks for u r reply Dude,this is the simple algo ,could you tell me how can i test my algo using junit in eclipse only rather every time deploye and test in ccb. Your help will be appreciated.
    package com.splwg.cm.domain.bills;
    * @author *
    @AlgorithmComponent ()
    public class CMGoodCustomer_Impl extends CMGoodCustomer_Gen implements
              DepositClassGoodCustomerAlgorithmSpot {
         private static final Logger logger=LoggerFactory.getLogger(CMGoodCustomer_Impl.class);
    private Account account;
    private DepositClass depositClass;
    private Bool customerStatus;
    private boolean flag;
         @Override
         public void invoke() {
              // TODO Auto-generated method stub
              CustomerClass customerClass=account.getCustomerClass();
              CustomerClass_Id customerClass_Id=customerClass.getId();
         if(customerClass_Id.toString().trim().equals("CAT-VIII")||customerClass_Id.toString().trim().equals("HT- VIII")||customerClass_Id.toString().trim().equals("SCATVIII")||customerClass_Id.toString().trim().equals("SHT-VIII"))
    flag=true;
              else
    flag=false;
         @Override
         public Bool getIsGoodCustomer() {
              // TODO Auto-generated method stub
              if(flag==true)
              return Bool.TRUE;
              else
                   return Bool.FALSE;
         @Override
         public void setAccount(Account accoutnt) {
              // TODO Auto-generated method stub
              this.account=account;
         @Override
         public void setDepositClass(DepositClass depositClass) {
              // TODO Auto-generated method stub
              this.depositClass=depositClass;
    }

  • Drop Shadows using Type Tool

    Is there any way of changing the 'intensity' or 'angle' of drop shadows?
    I am of course using Layer Styles/drop shadow, but can the angle/intensity be changed. Thanks

    Hi Mike,
    I'm using Elements version 3 and this is how I would do it. If you are using a different version, it may differ slightly.
    Open your layers palette (F11). After applying a drop shadow filter, you will see a filter icon appear on the layer on which it was applied. It looks like a curly 'f' within a circle and appears to the right of the thumbnail.
    Double click it to open Settings and play with the controls.
    Mark

  • I used Iolo to "clean" my hard drive, and now I can't access some websites, including facebook. How can I fix this? I get what looks like a root directory.

    Since using Iolo yesterday, I can't bring up the full front page of some websites, including Bing. Bing is a grey, blank screen. Lumosity looks like part of a root directory. How can I fix this? I'm trying to use IE instead, and having problems with that, too, and I don't like it anyway.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

Maybe you are looking for