CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2005
    Posts
    50

    Red face conversion of unsigned int to string??

    I have a unsigned int pointer that points to data that need to be converted to sring. Typecasting with LPCTSTR is not giving me readabiltiy.
    This is regarding GetFileVErsionInfo

    thanx

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: conversion of unsigned int to string??

    You have the answer in your other thread.

  3. #3
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: conversion of unsigned int to string??

    Quote Originally Posted by atulp
    Typecasting with LPCTSTR is not giving me readabiltiy.
    This is regarding GetFileVErsionInfo
    What "readabiltiy" do you mean?
    If the answers in your other thread didn't help you - post your code and the more detailed description of the problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured