CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Vedam Shashank

Page 1 of 36 1 2 3 4

Search: Search took 0.40 seconds.

  1. Replies
    12
    Views
    1,529

    Re: What is "." & ".." - files? folders?

    Never wondered why, until now. :D
  2. Replies
    12
    Views
    1,529

    Re: What is "." & ".." - files? folders?

    Thanks.

    what is the use of this?

    and..I dont get something,

    what is the use of the dot for current folder, when u r in the current folder. :confused:


    Any links would be great.
  3. Replies
    12
    Views
    1,529

    What is "." & ".." - files? folders?

    When i search for files using winapi, i usually come across 2 files/folders. (Am calling them files/folders since i get them as a result when i search for files.)

    What are these exactly?

    I...
  4. Replies
    3
    Views
    992

    Re: Borland + MFC, newb questions

    Try these books for a start....

    1. Charles Petzold - Programming Windows
    2. Jeff Prosise - Windows With MFC
  5. In Lost World - Vista: Why is my file at Program Data being Virtualized ?

    I am working on Vista. I have a file which is stored in Program Data (not Program Files).
    It reads the file from the location, and when I try to save the same after editing... windows dose'nt allow...
  6. Replies
    11
    Views
    1,273

    Re: Double **pointer question!

    One....
    Heart & soul of COM.... interfaces.
    To obtain interface address from the component.
  7. Re: wierd problem... VISTA - virtualization problem...

    Yes. From windows explorer i am able to create files & save.
  8. Re: wierd problem... VISTA - virtualization problem...

    I was unable to post the same here - some formatting problem.... I have attached it as a text file.

    It mentions... that Cacls is now deprecated & to use Icacls. So i have attached the output of...
  9. Replies
    5
    Views
    2,279

    Re: wchar[] to char[] and vice versa

    This should work... post your code that you have tried with... somebody could help you with that...
  10. wierd problem... VISTA - virtualization problem...

    I am totally perplexed with this....

    I am tryin to save a file (XML), using a certain save method from MSXML2::IXMLDOMDocument2.

    It has worked well so far.(XP, Win2000, server,.....Vista too...
  11. Re: why "const" is not woking with "C" but working with "C++"?

    Not quite right according to Stroustrup. :)


    Bjarne Stroustrup's C++ Style and Technique FAQ

    From his FAQ's
  12. Re: why "const" is not woking with "C" but working with "C++"?

    If I am right, const was not a part of C. It was added as a keyword to C much later.


    int main.. not void main



    In C++, one should prefer to use const, althought the #define works.
  13. Re: How to determine the type of variable?

    If string as a parameter then what is stopping u from having int/float/char.... as a parameter.
  14. Re: truoble using tabbed control in VS 8

    I am trying to add the same from the resource editor.... i am not trying to achieve the same dynamically
    I am having trouble using the resource editor itself
  15. truoble using tabbed control in VS 8

    Am having trouble trying to use a tab control.
    I have created a dialog box, and from the tool box I have added tab control onto it.

    How do I add other controls to this tab control? Everytime I...
  16. Thread: Classes

    by Vedam Shashank
    Replies
    5
    Views
    819

    Re: Classes

    1.
    When you create a cpp file from the file menu, all you do is create an empty cpp file, that is it, nothing else.
    If u want this to be included into the project, first save it and then from the...
  17. Re: Increasing the stack size of a Thread...very Urgent

    Is very much advisible to check for memory allocation failures and handle them appropriately.


    :cry: :cry:
    If it failed it was probably because there was not enough memory left to allocate for...
  18. Re: Attempt to initialize the CRT more than once....

    I found the problem.
    but it seems strange to me..... maybe someone cud tell me what is goin on here.....

    The exe has a manifest embedded into it.... looks like the build some how manages to...
  19. Re: Unable to debug.... release.exe....why ?

    Was not able to remote debug.... i thought i will go back to that once i am a little free.... could not afford to loose time :(....

    had someone manually install Visual studio on the remote...
  20. Re: Unable to debug.... release.exe....why ?

    Havent been able to look into it...very busy....ahhhhh...

    but will definately later
    Thanks
  21. Re: Attempt to initialize the CRT more than once....

    I looked into the project settings. A manifest is already being generated and embedded into the exe.
  22. Re: Attempt to initialize the CRT more than once....

    whoa..... that was quicker than quick... :-)
    thanks
  23. Attempt to initialize the CRT more than once....

    I have an application, when i run this, it reports the following error.








    This is what I know about the history of the application, as of now.
  24. Re: Unable to debug.... release.exe....why ?

    I installed the software....then I built the exe with debug info. I copied the exe, but not the pdb file. Thats y i was not able to debug. Once i copied the pdb file all was fine.


    One other...
  25. Re: Unable to debug.... release.exe....why ?

    hmmm..... then what is the need of a debugger??? ;)


    I prefer to use debugger... much easier and very helpful in debugging
Results 1 to 25 of 876
Page 1 of 36 1 2 3 4





Click Here to Expand Forum to Full Width

Featured