Mangling bug in Forte 6.1 Update 1 ?

Hi,
I built the following code
Foo.h >>>>>>>>>>>>>>>>>>>>
class Foo
public:
typedef Foo Bar;
void mangle( const Foo&, const Bar& );
<<<<<<<<<<<<<<<<<<<<<<<
Foo.c >>>>>>>>>>>>>>>>>>
#include "Foo.h"
// Version 1
void Foo::mangle( const Foo&, const Foo::Bar& ) { }
// Version 2
// void Foo::mangle( const Foo&, const Foo& ) { }
<<<<<<<<<<<<<<<<<<<<<<<<
The strange thing is the both version 1 and 2 of the implementation of the
method compile with "CC -C Foo.c", as I think is correct.
However they mangle to different symbols in the resulting .o file
Version 1 : __1cDFooGmangle6Mrk0r1_v_
Version 2 : __1cDFooGmangle6Mrk02_v_
Both these symbols demangle to : "void Foo::mangle(const Foo&,const Foo&)"
I a real world example this caused us some stange link time failures.
Am I right in thinking the both implementations are allowed and that
this a compiler bug?
David Hunter
Lehman Brothers

Hi,
I am not C++ guru, So I don't whether this is a bug or not.
But, in past somebody had given following workarounds
to me:
1. Use typedefs everywhere or nowhere.
2. Use Pragma weak, specifying the mangled names as quoted strings.
3. Use "-Qoption ccfe -abiopt=mangle6" . Note, however, that this option may prevent linking with some libraries.
Hope this helps.
Thanks
Kalpesh

Similar Messages

  • Problem with compiling STL using program with Forte C++ 6 update 1 in compat mode

    I try to compile SGI STL using program with Forte C++ 6 update 1 and I get an errror
    ld -L/opt/SUNWspro/WS6U1/lib -liostream test.o -o test
    Undefined first referenced
    symbol in file
    __0oNIostream_initctv test.o
    __0oNIostream_initdtv test.o
    Iostream_init - declared as a static class CC4/iostream.h, but nm libiostream.a produce
    __1cNIostream_init2T6M_v_
    __1cNIostream_init2t6M_v_
    and program can't link.
    What's wrong?
    Thank you for any comments

    Hi!
    I experienced the same problem and the solution looks like the following: in sunpro6.mak file there is a variable STL_INCL that has the following value: -I. -I${PWD}/../stlport
    Change that to -I. -I${PWD}/../stlport/SC5 and the problem vanishes. The reason is that stlport/SC5 contains files *.SUNWCCh which are used by SUNpro C++ compiler as standard headers and contain correct STLPort namespace information.
    Regars,
    Art

  • A bug in Fire Fox's update that is conflicting with PLESK site builder

    I asked AISO.net support for help because when I opened the PLESK Site-builder to edit my website, all I saw was HTML code instead of the WYSIWYG editor. They replied: Try using Internet Explorer as the site builder is optimized for that browser. It appears there is a bug in Fire Fox's update that is conflicting with the site builder program.
    Until fire fox addresses this issue you will need to use another browser.
    I want to use FIREFOX! Thanks, Janet

    Yes, there is a solution for this, made by Apple. Unfortunately nobody here is allowed to tell you what that is. Rules.
    But you can find the solution here:
    http://www.logicprohelp.com/forum/viewtopic.php?f=1&t=106513

  • When trying to edit a photo, it disappears (black screen) or screen is full of lines. Is this a bug with the latest software update?

    After updating with the latest software, when trying to edit a photo, it disappears (black screen) or screen is full of lines. If I blindly crop or edit the photo, when I exit edit mode, those changes have been made, but obviously this is unacceptable. Is this a bug with the latest software update?

    There are several possible causes for the Black Screen issue
    1. Permissions in the Library: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair permissions.
    2. Minor Database corruption: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    3. A Damaged Photo: Select one of the affected photos in the iPhoto Window and right click on it. From the resulting menu select 'Show File (or 'Show Original File' if that's available). (On iPhoto 11 this option is under the File -> Reveal in Finder.) Will the file open in Preview? If not then the file is damaged. Time to restore from your back up.
    4. A corrupted iPhoto Cache: Trash the com.apple.iPhoto folder from HD/Users/Your Name/ Library/ Caches...
    5. A corrupted preference file: Trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    If none of these help: As a Test:
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • Graphical bugs after 10.6.4 update

    Graphical bugs after 10.6.4 update
    - If Adobe Bridge CS5 is opened and a flash video is played with Safari 5 the whole desktop Vsync will get disabled.
    - iTunes 9.2 CoverFlow showing corrupt images for blank cover art.
    - Google Earth showing corrupt image as viewport after opening a website from within the application.
    Examples of the Google Earth corrupt viewport (it's funny I can still see my bootcamp desktop even trough I have been into OS X for an hour):
    http://img203.imageshack.us/g/img0.png/

    Your MBP has a different graphics card, Sig - nVidia 9600M, rather than the nVidia 8600M that fjtorsol has.
    Fjtorsol, there are issues with the nVidia drivers in 10.6.4 being pretty buggy, but I'm not clear on exactly which Macs are affected.
    I would suggest running a Repair Permissions then reinstalling 10.6.4 from the combo update http://support.apple.com/kb/DL1048 to make sure that your system is correctly updated.
    If that doesn't work, your best bet is to revert to 10.6.3 until the graphics drivers are fixed.

  • HT201210 had an update for a facetime bug and after clicking the update my phone locked up with icone to plug phone into itunes.  I tried to reinstall but had no luck

    had an update for a facetime bug and after clicking the update my phone locked up with an icone to plug phone into itunes.  I tried to reinstall but no luck

    You would want to follow this link to help with this issue
    http://support.apple.com/kb/HT1808

  • Compile Error from Forte 6.0 Update 1

    Hi,
    We have the following situation:
    // CORBA.h file
    struct {
    class Object;
    typedef Object* Object_ptr;
    // Our .h file
    namespace OSP {
    typedef IDLSEQUENCE_OSP_SetListElement SetList;
    typedef IDLSEQUENCE_OSP_SetListElement_var
    SetList_var;
    // Our .C file
    class something {
    somefunction(OSP::SetList_var, CORBA::Long, \
    CORBA::Object_ptr &);
    // use somefunction
    something si;
    CORBA::Long cl;
    OSP::SetList sl;
    CORBA::Object_ptr so = <something>;
    si.somefunction(sl, cl, so);
    When compiling we get an error that says
    the signature does not match:
    Error: Could not find a match for\
    <something>::<somefunction>( \
         OSP::_IDL_SEQUENCE_OSP_SetListElement_var, \          long, CORBA::Object*)
    Are typedef'ed symbols treated differently in
    Forte 6 Update 1 (ANSI compliant)?
    Appreciate your help!
    Shyam

    I've tested your code on a couple different versions of Forte Developer C++, and it is indeed a bug. I've filed it as Bug ID 4632564. We're working on this issue, and I'll keep you updated on it.
    -Moazam

  • Weird iCal bug after 10.4.8 update

    After updating to Mac OS X 10.4.8 I get the following display bug with my iCal reminders, i.e. the reminder appears way off to the side of the screen. This happens on both of my machines:
    http://web.mac.com/csearles/iWeb/Site%202/Photos%202.html
    G 4 Cube   Mac OS X (10.4.7)  

    Hello Chris.
    Apparently noone at Apple cares enough to
    respond to this issue...
    Sorry you and at least one other person are experiencing this problem but FYI - this is a user to user help forum only that is provided and moderated by Apple so it is a very rare when an Apple employee responds direct to a post or thread here.
    Since I haven't experienced the same and this is the first I've seen such a problem reported, this issue may be caused by a problem with the iCal preference file.
    Quit the iCal.app first and locate the iCal preference file in your Preferences folder at Home > Library > Preferences. Move the iCal preference file to the Desktop.
    Launch iCal and check your iCal settings since all settings are stored in the preference file for the application.
    If this resolves it, you can delete the old iCal preference file from the Desktop. If you can determine this doesn't resolve it before updating any preference settings, you can replace the new preference file created with the old preference file placed on the Desktop with the application quit before doing so.

  • Look at these bugs even after the .757 update

    With a very large update like that, I thought all the bugs that I was experiencing would be solved.
    However, it is with a frustrated heart that I share to you that all the built in apps bugs that I've experienced in Walkman, Movies, and Contacts app are still here even after the "major" sound bug update.
    Look at this:
    This used to work in 4.3 before. When I search for certain info with Gracenote, I get that error message even though I am connected. This only happens for particular titles like "Thor", "Pacific Rim", and a whole lot of others. It is still very frustrating. Could you try enter those titles and see if you get that kind of error message?
    I recently downloaded the Movies app with the new UI, but again, the bug is still there.
    Here's another one:
    I store a lot of music. And it is a huge annoyance that the "speed scroll" bar at the right side keeps on disappearing. As you may know, the Walkman features a "speed scroll" that looks like a thicker bar that allows you to skip-browse tracks with ease. With 4.4 and the new update, this still hasn't been solved!
    And another one: My Phonebook contacts' photo have been replaced with a SIM card logo. The problem goes away if I do a reboot, but it comes back after a few minutes!
    Please please please do not tell me to do a hard reset, repair via PCC/SUS, or run in safe mode. I've done them all already. As a matter of fact, I have factory wiped and repaired my Z1 a total of 14 times since the 4.4 update.
    Now with the .757 sound bug utpdate, these problems are still here. I know they're nothing really major but they just ruin the aesthetics. I wanted my Z1 to be perfect. It used to be back in 4.3. Now it's just plain crap.
    Has anybody else been experiencing these bugs too? Anyone? Please?

    my phone is still laggy too ! i try clean reset with sus 10 times but nothing changed..bugs and problems still exist

  • New keypress bug in N95 after v12 update + other b...

    Update v12 has rendered the whole phone practically useless. It misses keypresses - that is what is well known in this firmware, BUT the major pain in the **bleep** is that the end-call button doubles as a 9 on keypad and vice versa.
    I cannot press n.9 on keypad cause it automatically closes the application (like sms editor) when pressed.
    I can not dial numbers containing n. 9 , can not text messages etc...
    Thanks nokia for this fw - really!
    Did I mention that it also loses the microphone of my stannard handsfree (wired).
    It also boots about 3-6 times a day.
    Only thing that's improved an works (kinda cos' i can't type street names) is the gps.

    This is really starting to bug me!
    I tried to fix the odd behaviour via hard reset (green + 3 + *) the result being:
    Cannot restore backup from sdcard - all of my contacts, messages are gone 4 good!
    It just hangs up and reboots if i try to restore backup.
    This is just splendit!
    *bleeb* *bleeb* FFing *bleeb*

  • [solved - bug fix] tcllib conflicts with update to tcl?

    I just tried to run pacman -Syu and got:
    Recent ML chatter:
    :: Synchronising package databases...
    core is up to date
    extra 1436.7 KiB 700K/s 00:02 [################################################] 100%
    community 1833.8 KiB 733K/s 00:03 [################################################] 100%
    multilib is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (8): graphviz-2.28.0-12 libnewt-0.52.12-5 postgresql-libs-9.2.2-2 python-3.3.0-3 python2-2.7.3-4 python2-imaging-1.1.7-6
    tcl-8.6.0-1 tk-8.6.0-1
    Total Download Size: 29.37 MiB
    Total Installed Size: 195.27 MiB
    Net Upgrade Size: 0.96 MiB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    graphviz-2.28.0-12-x86_64 4.3 MiB 892K/s 00:05 [################################################] 100%
    postgresql-libs-9.2.2-2-x86_64 654.3 KiB 699K/s 00:01 [################################################] 100%
    python-3.3.0-3-x86_64 11.4 MiB 958K/s 00:12 [################################################] 100%
    python2-2.7.3-4-x86_64 8.4 MiB 724K/s 00:12 [################################################] 100%
    tcl-8.6.0-1-x86_64 2.5 MiB 796K/s 00:03 [################################################] 100%
    tk-8.6.0-1-x86_64 1722.0 KiB 1047K/s 00:02 [################################################] 100%
    :: Retrieving packages from community...
    libnewt-0.52.12-5-x86_64 89.0 KiB 446K/s 00:00 [################################################] 100%
    python2-imaging-1.1.7-6-x86_64 340.5 KiB 902K/s 00:00 [################################################] 100%
    (8/8) checking package integrity [################################################] 100%
    (8/8) loading package files [################################################] 100%
    (8/8) checking for file conflicts [################################################] 100%
    error: failed to commit transaction (conflicting files)
    tcl: /usr/share/man/mann/try.n.gz exists in filesystem
    Errors occurred, no packages were upgraded.
    /usr/share/man/mann/try.n.gz is owned by tcllib, which is in the community repo.
    What I've done for now is update passing --ignore tcl --ignore tk but obviously this is just my immediate reaction because I wasn't sure what to do. Is this a bug or have I missed something somewhere?
    Last edited by cfr (2012-12-25 17:28:21)

    Hmm. I'm not sure if it's been fixed as I'm continuing to get this:
    error: failed to commit transaction (conflicting files)
    tcl: /usr/share/man/mann/sqlite3.n.gz exists in filesystem
    Will appreciate any suggestions.
    Last edited by kinleyd (2012-12-26 13:34:13)

  • Bug in all Adobe Reader Updates.

    Recently i have take notice of a bug in all the updates i get of Adobe Reader.
    When i first installed Adobe Reader i think i can remember choosing not to create a desktop shortcut.
    But whenever Adobe Reader updates, a desktop shortcut is created!
    Now, as i have chosen not to have the shortcut, the fact that one is created with every single update, must clearly be a bug.
    None of my other applications does this.
    Is it possible with a fix? or does Adobe go the way of so many other software developers does? "It's not a bug, It's a feature!"
    (bah! this was not supposed to be marked as a question, just a bit of a rant, but i'm new to the forums, so i didn't notice the option)
    Message was edited by: Rofleman

    Thank you for the correction.
    Been a while since i did a proper install of Reader. Mostly just do silent push install on our clients.
    Still don't think it is correct of the bug/update to create a desktop shortcut though...
    If someone want the desktop shortcut, they most likely will have it on the desktop allready, and those who doesn't have it on the desktop, are those who have removed it, and thus most likely doesn't want it back.
    So not adding the desktop shortcut would actually shrink the size of the update. Not by much, but that is irrelevant.
    It's a useless thing, that doesn't need to be there.

  • Bug: halt when deleting unneeded update files

    If WSUS installed on a heavy IO loaded harddrive (LUN) of a VM, when deleting unneeded update files by Server Cleanup Wizard, MMC node may halt.
    Server OS: Windows Server 2012 Standard
    Errors can be located in Event Log:
    An unhandled exception occurred and the process was terminated.
    Application ID: /LM/W3SVC/1881423753/ROOT/ServerSyncWebService
    Process ID: 3288
    Exception: System.NullReferenceException
    Message: Object reference not set to an instance of an object.
    StackTrace:    at Microsoft.UpdateServices.Internal.DataAccess.GetRevisionIdListForCache(Int64 deploymentChangeNumber, Int64& highestChangeNumber, CategoryIdCacheEntry[]&
    newCategoryDeployments, CategoryIdCacheEntry[]& deletedCategoryDeployments, RevisionIdCacheEntry[]& newRevisionDeployments, RevisionIdCacheEntry[]& deletedRevisionDeployments)
    at Microsoft.UpdateServices.Internal.RevisionIdCache.UpdateCategoryAndRevisionIdCache(Int64 deploymentChangeNumberAtRefresh)
    at Microsoft.UpdateServices.Internal.ServerImplementation.UpdateCache()
    at Microsoft.UpdateServices.Internal.ServerImplementation.DatabaseChangeHandler(Object byTimer)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.TimerQueueTimer.CallCallback()
    at System.Threading.TimerQueueTimer.Fire()
    at System.Threading.TimerQueue.FireNextTimers()
    Application: w3wp.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.NullReferenceException
    Stack:
    at Microsoft.UpdateServices.Internal.DataAccess.GetRevisionIdListForCache(Int64, Int64 ByRef, Microsoft.UpdateServices.Internal.CategoryIdCacheEntry[] ByRef, Microsoft.UpdateServices.Internal.CategoryIdCacheEntry[]
    ByRef, Microsoft.UpdateServices.Internal.RevisionIdCacheEntry[] ByRef, Microsoft.UpdateServices.Internal.RevisionIdCacheEntry[] ByRef)
    at Microsoft.UpdateServices.Internal.RevisionIdCache.UpdateCategoryAndRevisionIdCache(Int64)
    at Microsoft.UpdateServices.Internal.ServerImplementation.UpdateCache()
    at Microsoft.UpdateServices.Internal.ServerImplementation.DatabaseChangeHandler(System.Object)
    at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
    at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
    at System.Threading.TimerQueueTimer.CallCallback()
    at System.Threading.TimerQueueTimer.Fire()
    at System.Threading.TimerQueue.FireNextTimers()
    Faulting application name: w3wp.exe, version: 8.0.9200.16384, time stamp: 0x50108835
    Faulting module name: KERNELBASE.dll, version: 6.2.9200.16384, time stamp: 0x5010ab2d
    Exception code: 0xe0434352
    Fault offset: 0x00000000000189cc
    Faulting process id: 0xcd8
    Faulting application start time: 0x01cdcff0fa98da3e
    Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: 332ed25c-3c39-11e2-93f1-005056b26389
    Faulting package full name: 
    Faulting package-relative application ID:
    Step to repo:
    1 Open Update Services MMC.
    2 Click Options from the left panel.
    3 Select Server Cleanup Wizard from the right.
    4 Press Next.
    MMC node MAY(only when lots of files need to be deleted) be prompted to be reset when deleting unneeded files if it's running longer than usual. Re-open Update Services MMC will fix it. But
    it will be appeared again another day when many unneeded files exist.
    Eternal Snow

    Nothing to me indicated that his previous disks weren't functional.
    In the very first two lines of the first post of this thread, the drive was described as "heavily loaded". Specifically the scenario was:
    If WSUS installed on a heavy IO loaded harddrive (LUN) of a VM
    Running the Server Cleanup Wizard, particularly performing the "Delete unneeded updates..." action is a highly database intensive action. If that task is competing for IOPS on the disk system, then there's absolutely a high probability that the task
    will "timeout" before the stored proc being called can complete it's task.
    The "fix" is to put the application on a properly equipped machine.
    If the guys who wrote the system can't create it to not fall over if the HDs it's on happen to be a wee bit slow, then yes it's a bug and they've written it badly.
    We're not talking about "a wee bit slow", though, are we?
    As for timeout issues, it's a natural artifact of a WSUS server these days. Read every tenth thread in this forum and somebody is having issues with timeout errors.
    There are two contributing factors. The first is that the number of updates currently contained in the MU catalog is about 100x the number of updates that existed when WSUS v3 was originally written in 2007.
    The second is that in 95% of the cases, the administrator reporting the issue failed to properly performed needed administrative and maintenance activities on the WSUS server over the lifespan of the server.
    Lawrence Garvin, M.S., MCITP:EA, MCDBA, MCSA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2013)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence R Garvin
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Two Bugs in Sysprep: No Win Updates and CopyProfile Copies Search Suggestions

    We are using Windows 8.1 Enterprise 64-bit with Update 1.
    I am not sure where (and even if) Microsoft accepts bug reports, but here are two that have been major annoyances for us for the past week.  They have workarounds, but they really need to just be fixed:
    1. Windows Updates Do Not Work in Audit Mode
    In Sysprep's Audit Mode, the Windows Update functionality does not work.  Updates can be manually installed or installed via PowerShell scripts, but the built-in update functionality does not work in Audit Mode.  This behavior is unexpected, detrimental
    to deployments trying to use official tools, and contrary to the behavior of Audit Mode in Windows 7.
    We have verified this behavior in multiple installations.
    2. CopyProfile Unexpectedly Copies Start Screen Search History
    The CopyProfile setting in the unattend.xml file mostly works as expected, but there is at least one effect that can result in unexpected behavior.
    The Start screen in Windows 8.1 allows the user to perform searches, with categories such as "Everywhere," "Settings," and "Files."  When searching using "Everywhere," your search terms are stored at the following
    location as LNK (shortcut) files:
    C:\Users\<USERNAME>\AppData\Local\Microsoft\Windows\ConnectedSearch\History
    When you use CopyProfile, these entries are transferred to the default profile, so all new users get the Administrator's search history, too.
    In addition to this simply being annoying, there is a more serious issue: if any term searched by the Administrator account refers to files or settings that other users cannot access, then the user will receive an "Access is Denied" message.
    For example, as the Administrator, I searched for "Device Manager" using the "Everywhere" setting on the Start screen.  A search-suggestion entry was created for this search term in the above folder path.  Then, I Sysprepped
    the image using the CopyProfile setting, which copied the search suggestion to the default profile.  I then logged into Windows using a new standard user account, and "Device Manager" was a search suggestion by default.  When I clicked
    on this search suggestion as a standard user, a message appeared indicating that access was denied.  At first, I thought I had a serious issue; it seemed to indicate, after all, that I had no access whatsoever to the Device Manager.  However, I could
    still get to Device Manager by going through the Control Panel, so I did have access to the Device Manager itself.  Clearing the search history entirely eliminated this problem.
    Sysprep, even with CopyProfile, should not copy the search history contained in the
    ConnectedSearch\History directory.  Copying the search history is useless in any practical deployment, it is unexpected, and it gives the impression that Windows is malfunctioning when it is, in fact, working just fine.
    Is there a way to report these (and other) bugs to Microsoft?

    First, I sent an email to the author of PhotoME to inform him of the serious issues his addon caused with Firefox latest versions.
    Now, for those of you who do not have the PhotoME addon and yet experience the same problem that I had and that I described above, I suggest the following strategy.
    As PhotoME did cause these problems with Firefox latest versions, I am pretty covinved other addons probably might cause these problems too. Therefore, adopt the following method.
    Test one addon at a time to see if this particular addon is behind your Firefox issues like the ones I had.
    So, disable one addon only at a time. Then close your Firefox and restart it from scratch and see if you still have your Firefox problems. You must restart the Firefox browser from scratch. If you still have these Firefox problems, re-enable the disabled addon, restart your Firefox (again!) and repeat the same method for every single addon that you have.
    Try to be selective by choosing first addons that are more likely to cause your Firefox problems such as not very well-known or not very popular addons (like it was the case for the PhotoME addon).
    If this method works or if it does not work, report it on this web page so that others can be helped with your comments.
    I hope this method will help you because I was really upset that I had these Firefox problems and I first thought it was the fault of Firefox, only to discover later that this PhotoME addon was the culprit and had caused me such upset.

  • Bug in IOS Skype App (Update 4.17.3)

    Hi,
    I've been having some difficulty with my Skype app for my Iphone as it will show some of my contacts as online but they won't reply leading me to check on my laptop finding that they are not actually online like my phone says. This has been happening in previous updates I've had as well as this one.
    Kind Regards,
    Rebekah

    Hi there,
    I have faced a similar issue: While being on invisible status on my mac and wish to be the same on my i-phone (latest system update), it would put me automatically on online status! That I do not want, I always want to be on invisible status. Basically the latest Skype update does not synchronize my status. Please try to fix this bug.
    Thx,
    AA

Maybe you are looking for

  • Catch the onClick event on Interactive Report to access columns content

    Hi, I am using Apex 4 I would like to display some rows into an interactive report. I have define a dynamic action on that report in order to catch the Mouse OnClick Event. The Goal is to display the detail of the row in a form region in the sidebar.

  • Import a .eps or .ai files into a Pages document?

    Does anyone know of a way to import .eps or .ai files into a Pages document?

  • Exporting buttons to flash

    how it going ? how can i import buttond without the text in them being moved to the right of the button? thanks a mil frank

  • How to save pdf files to skydrive/PC on Windows Phone 7.8?

    I cannot save my pdf files to skydrive or PC on my Nokia Lumia 800 which runs on Windows Phone 7.8. I mean there is no option provided by Adobe on WP 7.8, to save/have a backup of pdf files. When is Adobe going to provide this most important feature

  • Final Cut Express? Many Questions.

    I'm interested in shooting a short film in the near future. I'm looking to invest in a camera that will be under $1000.00. I'm also looking to use Final Cut Express to edit the footage. I believe Imovie will not offer enough editing options, and FCP