Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

Rane

@Rane
About
Posts
112
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Multithreading and GUID
    R Rane

    I have a program which generates GUID.Is there a chance that more than one thread spawned at the same time (< 1 millisec) in the same machine to have same GUID?. Thanks, Rane

    C / C++ / MFC question

  • Why?
    R Rane

    Is it knowingly or unknowingly? :~ -Rane

    The Lounge question

  • Who believed
    R Rane

    It really depends on the type of song that you are listening to. ;-) -Rane

    The Lounge

  • ADO Connection String.
    R Rane

    This error message is self-explanatory. Check whether your DSN is setup correctly. Any incorrect DSN(UserID/Pwd) will lead to this error.In addition Pl check if you have right level of access to the database. -Rane

    C / C++ / MFC c++ database security help sql-server

  • ADO Connection String.
    R Rane

    Could you post the error/problem that you are getting/facing while trying to establish the connection? -Rane

    C / C++ / MFC c++ database security help sql-server

  • help
    R Rane

    General Rule Applicable for any Programming language *Read the Concept. *Understand the Program logic. *Practice All the very best Pal :thumbsup: Thanks, Rane

    C / C++ / MFC c++ help question code-review

  • Faq in C :
    R Rane

    During Compile time... Regards, Rane

    C / C++ / MFC question

  • ORA-01722 Error
    R Rane

    select m_id from w_mat where ( w_mat.row_id in (Select prime_id from d_table where a_type=3 and o_type='XXX' and a_name='YYYY' and ( decode(REPLACE (TRANSLATE(TRIM(a_value),'-.0123456789', '000000000000'), '0', NULL), NULL,to_number(TRIM(a_value))) = 1 )) ) order by 1 If a_value encounters a non-numeric value, this query returns an error. Is there a way to modify the query to look for the particular value (i.e) 1 and ignore if it encounters any non-numeric value during the data fetch.. Regards, Rane

    Database database help

  • Setup package
    R Rane

    Have you seen this[^] Regards, Rane

    C / C++ / MFC help tutorial workspace

  • Access Violation Reading location
    R Rane

    T.RATHA KRISHNAN wrote:

    GetOSGNode()

    What happens inside the GetOSGNode() method?. Post us the code piece... Regards, Rane

    C / C++ / MFC sharepoint debugging tutorial question

  • Virtual memory
    R Rane

    Use OpenProcess() to get a handle to the process that you want to monitor.Then use CreateToolhelp32Snapshot() API which will give you lists of the modules (DLLs) that are a part of your process image which you can then iterate using Module32First/Module32Next() and obtain the load addresses and extents. It will also give you a list of the heaps, runtime allocated memory used by alloc/free and stacks. You then use Heap32ListFirst/Heap32ListNext to iterate those and obtain their start addresses and extents. You then use those addresses with ReadProcessMemory() to actually read the Random Access Memory. Also, be sure to suspend the target process otherwise things could change the moment after you obtain your information. Regards, Rane

    C / C++ / MFC performance tutorial

  • Virual memory
    R Rane

    Adopt the similar strategy as posted by me below! :cool: Regards, Rane

    C / C++ / MFC c++ performance tutorial

  • <unordered_set></unordered_set>
    R Rane

    Intresting..I learned a new CP tip today :) Regards, Rane

    C / C++ / MFC question

  • Base Convertion
    R Rane

    _tcstol CRT function will do... Regards, Rane

    modified on Thursday, September 18, 2008 12:49 AM

    C / C++ / MFC help tutorial learning

  • Convert Resource Names to IDs
    R Rane

    The link I posted earlier was an incorrect link and the correct link is here[^] Regards, Rane

    C / C++ / MFC question c++ xml help learning

  • Convert Resource Names to IDs
    R Rane

    Have you seen this[^]. Regards, Rane

    C / C++ / MFC question c++ xml help learning

  • Internal Compiler Error
    R Rane

    subramanyeswari wrote:

    Is there any way to correct this code without installing a hotfix?

    I think you may have to install the hotfix provided by MS to resolve this issue.BTW,Why are you hesitating to install the hotfix? :) Regards, Rane

    C / C++ / MFC csharp visual-studio graphics help question

  • Modify Registry Key
    R Rane

    Use RegCopyTree to copy the whole registry tree (Key & its Subkeys) to a dummy key and then delete the original tree.Then try creating a new Key(using RegCreateKeyEx) with "New Name" and add the whole subtree to the "New Name" Key. Regards, Rane

    C / C++ / MFC question windows-admin

  • Problem with mt.exe
    R Rane

    T.RATHA KRISHNAN wrote:

    Sorry. I'm fighting with this exception too frequently.

    Is this issue happening only for some specific project or for all projects? Regards, Rane

    C / C++ / MFC c++ com tools help tutorial

  • Internal Compiler Error
    R Rane

    Have you seen this link[^] Regards, Rane

    C / C++ / MFC csharp visual-studio graphics help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups