Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sedawk
  • Content: Threads
  • Order by date
  1. sedawk

    Key buffer in Wish

    Hi, My wish on a Linux machine doesn't have key buffer (or key history). When I use up-arrow and down-arrow keys, it gives garbage, like this: % ^[[A % ^[[B Right- and left-arrow keys provide junk too. How do I configure Wish to use up-arrow and down-arrow? It is very painful to use Wish...
  2. sedawk

    Windows IE 8 on Vista Basic

    I have a Windows Vista laptop with IE 8 installed. Very annoying settings block me visiting "normal" websites such as microsoft or Firefox download. Whether can visit or not seems depends on some settings (I have no problem on Google and Yahoo). Since I can't download Firefox, I have to at least...
  3. sedawk

    gtk+ on Windows environment

    Has anyone used gtk+ on Window XP environment? I got errors on not finding gio.h file? I search the downloaded files, there is no gio.h. There are other missing header files too. What version of gtk+ would work from your experience? I am using Visual C++ 6.0 and MimGW on compilation. Thanks
  4. sedawk

    First Java compilation problem

    Hi, This is my first Java program. When I try to compile it, I got errors. It should be very simple. This is how I compile it: javac testGUI.java I got this error: testgui.java 9: cannot find symbol symbol: class GUI public clas testGUI extends GUI { ^ ... (and...
  5. sedawk

    Adobe flash media player on IE7/XP

    It is very annoying to use flash media player on IE7/XP. It is hang while playing about 1 min or so. If the media is on disk then it is ok to switch to other players. However, I can't when the source specifies which player to use, especially for online media source. So my question is that how...
  6. sedawk

    Search or regex question

    I have these few lines as an example: 03# 1# 3# The goal is to pull the first character each line given the rest of the line as a search key. For example, if given $search_key=3# in line 1, search result shows 0. If given $search_key=#, search results should show only the 2nd and 3rd lines...
  7. sedawk

    Disabled eth0 at bootup even it is enabled

    My Fedora 7 has a strange problem after I did some package updates: when booting up, network is disconnected. Then I went into System Admin -> Network, I can see eth0 is "Inactive". After "Activate" eth0 I can access internet. The problem is that this "Activate" has to be done every time I boot...
  8. sedawk

    iPod nano on XP

    I installed ipod+itune on another XP machine. It appeared that the ipod was not recognized by XP. I see "Don not disconnect" forever on the display. The iPod Updater also can't see the ipod either and hang. iTune also can't do ipod update. But I check ipod service is running. Anyone had this...
  9. sedawk

    How can I get rid of this popup?

    When I open a web page the first time in a day, quite frequent (not always) I would get a popup saying it is preparing Windows Office Premium 2000 installation. I have had this Office version installed. After I hit "Cancel" to stop this popup, I don't get it again later on even I open the web...
  10. sedawk

    ImageMagick on Fedora

    Hi, When I tried to use Image::Magick, I got this message: Can't load '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Image/Magick/Magick.so' for module Image::Magick: libMagickCore.so.1: cannot open shared object file: No such file or directory at...
  11. sedawk

    Speed up extremely slow XP

    Hi, My WinXP machine seems extremely slow. The hard drive light always blinking. It sometime would take 2 or 3 mins to load a page while only web browser is open. It wasn't like that before. I usually only use web browser and one or two applications, like VC6++. That should not slow the machine...
  12. sedawk

    No entry point in DLL to Excel

    Hi, I built a DLL for Excel VBA use. But there is an error saying "no entry point". I have exported the function names as specified. So I guess there are some compliation and linking errors in my project setup. Can someone provide a working example on Excel 2000/2003 and VC6++ or VC++8? Thanks
  13. sedawk

    Web links to IE7 removed after shutdown

    Here is the problem: after I entered my web addresses, say, www.yahoo.com, if I shut down the computer then www.yahoo.com won't be recalled from the dropdown list. I think there must be a switch to turn the recall feature back. Any idea? Thanks
  14. sedawk

    function in a struct

    Hi, What is wrong with this? #include <stdio.h> struct X { // or class X { public: static int f(); }; int f(void) { static int x = 0; x++; return x; } int main(void) { X X1; int j; for (j = 0; j < 5; j++) {...
  15. sedawk

    Subroutine prototype

    What does the ";$" in the following subroutine prototyping? sub doIt(;$) { use strict; my $src = @_ ? : shift : ""; .... }
  16. sedawk

    how to see which /dev/ device has been modified?

    As said in my previous post, I need to recover some files/folders in my Linux system. I have a dual boot FC7/WinXP system. How do I know which /dev folder contains the deleted folders/files? I do a 'mount' shows me this (after I umount /dev/sda2 because I suspect sda2 is the one)...
  17. sedawk

    Recover deleted folders and files

    I was installing Ch (a C/C++ shell tool). The installing process deleted everything I have after I typed in the installation directory is /home/usr. Everything under /home/usr/ has been removed. This installation is very stupid and dangerous without any warning doing so. Now the problem is how...
  18. sedawk

    What does the linked arrow operator (-&gt;) do here?

    I am not familiar with the double arrow operator in the following code: Start with a struct: struct sc_curr_proc_info { sc_process_b* process_handle; sc_curr_proc_info(); // remove initialize parameters } Then sc_get_curr_simcontext() is defined as inline sc_simcontext*...
  19. sedawk

    Who has installed qmake on Fedora?

    Hi, I tried to install qmake through this: yum install qt-devel The installation process seems successful. However, when I try to find where qmake is, "which qmake" didn't find it. Also, when I do "./configure" in one application that uses qmake, it says no qmake either. Can someone help?
  20. sedawk

    How to upgrade dual-boot FC3 to FC7

    I have a dual boot (FC3/WinXP) laptop needs to be upgrade to (FC7/WinXP). I just want to upgrade FC3 system and remain all data/partition the same. When I threw in a FC7 Live CD and start "install on harddrive", it seems I only have option to remove current partitions and data before installing...

Part and Inventory Search

Back
Top