Profiel van JPJP's Memory DumpFoto'sWeblogLijstenMeer Extra Help
    15 november

    My home computer setup

    Here's the steps I repeat when I get a new computer 

    1. Install Windows Vista (Utlimate or Enterprise)
    2. Run Windows Update
    3. Install Office 2007
    4. Run Microsoft Update - (this will update any Office fixes)
    5. Install latest Instant Messenger
    6. Install AntiVirus Software (ETrust via Hhttps://Mail.microsoft.com )
    7. Install SmartCard hardware + Driver
    8. Windows Update
    9. Install SourceSafe 2005
    10. Install VisualStudio 2005
    11. Import my Favorites (Copy from a backup of my previous Documents and Settings\JP\Favorites) 
    12. Remove Windows Messenger and Outlook Express (using Add Remove component)
    13. Restore my tool folder (from C:\Tools)
    14. Restore my Data files (from c:\PrivateDocument)
    15. Install DynDNS-Updater as a Service eMail notification via SMTP mx1.hotmail.com
    16. Configure Outlook server is NA-EXMSG-C104
    17. Install Sun Java RunTime (my only used of this is for Datek Stock Streamer)

    My Cars History

     

    2006-200..                          

    Honda Element  2006 

    cost 20,000  


    2004-2006            

    BMW 325i (1988)        

    cost 300 


    2000-20XX            

    Volk Passat (2000)     

    cost 22,000 sold 2,000


    2000-20XX            

    Ford Thunderbird (1956)       

    cost 8,000


    1999-2006            

    Chevy Pickup (1975)  

    cost 1500

    1997-1999            

    Volvo 240DL (1987)               

    cost 6,000 sold 2,000

    1993-1997            

    Isuzu Rodeo (1990)   

    cost 15,000

    1990-1992            

    Jeep Cherokee  1988   

    cost 9,800

    1988-1989            

    Honda Accord  1983   

    Paid 2,000  sold 800 

    1988-1989            

    Ford 150 Pickup  1987           

    Paid 0.00   solde 11,000

    1987-1988

    Chevy Camaro 1975

    Cost 1,500 sold 800

    1985-1987            

    Renault 5        

    1979 cost 0, sold 400

     

    13 november

    App Local

     

    The contents of a redirection file are ignored, but its presence causes Windows to check the application directory first whenever it loads a DLL, regardless of the path specified to LoadLibrary or LoadLibraryEx. If the DLL is not found in the application directory, then these functions use their usual search order. For example, if the application c:\myapp\myapp.exe calls LoadLibrary using the following path:

    c:\program files\common files\system\mydll.dll

    And, if both c:\myapp\myapp.exe.local and c:\myapp\mydll.dll exist, LoadLibrary loads c:\myapp\mydll.dll. Otherwise, LoadLibrary loads c:\program files\common files\system\mydll.dll.

    Alternatively, if a directory named c:\myapp\myapp.exe.local exists and contains mydll.dll, LoadLibrary loads c:\myapp\myapp.exe.local\mydll.dll.

     

    Known DLLs cannot be redirected. For a list of known DLLs, see the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\KnownDLLs. The system uses Windows File Protection to ensure that system DLLs such as these are not updated or deleted except by operating system (OS) updates such as service packs

    08 november

    Wireless Phone XV6700

    Here are the correct instructions for enabling Bluetooth modem

    1. Go to the PHONE application
    2. ##3328873
    3. enter code 000000
    4. Select BT DUN
    5. Click Edit
    6. Choose enable
    7. Select WMODEM
    8. Click Edit
    9. Choose enable
    10. Push Save / OK
    11. Push Ok
    12. follow the prompt to restart your device

    discover services, and voila! you've got bluetooth DUN available.

    I found it here:
    http://www.pdaphonehome.com/forums/showthread.php?t=64889
    And the guy has a file you can download with more hacks.

    07 november

    Tools from VS2005

    DevEnv /log

    %APPDATA%\Microsoft\VisualStudio\8.0\ActivityLog.xml

     


    GetFileAttributes  

    GetBinaryType


     vsmsbuild foo.nativeproj


    Yes – Ctrl + Up Arrow will bring you up to the previous method or type declaration in the file.  (The associated command name is Edit.PreviousMethod.)