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

Search:

Type: Posts; User: ilamparithi

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Convet Binary tree to Circular linked list

    Hi All,

    How to convert a Binary tree to Circular linked list?

    Any help would be appreciated.

    With Regards,
    A.Ilamparithi.
  2. Replies
    2
    Views
    4,767

    Re: FtpGetFile() fails!

    I got the InternetGetLastResponseInfo(). But the buffer it returns is empty.

    With Regards,
    A.Ilamparithi.
  3. Replies
    2
    Views
    4,767

    FtpGetFile() fails!

    Hi All,

    My call to FtpGetFile fails, return an error code of 12003.

    Any help would be appreciated.

    With Regards,
    A.Ilamparithi.
  4. Replies
    2
    Views
    474

    Format Specifier!

    Hi All,

    Is there is any format specifier, which can be used to print the sign of the number?

    For example,

    If I enter 10, it should print as +10.
    If I enter -2, it should print as -2.
    ...
  5. Replies
    9
    Views
    1,047

    Re: Dount in Class!

    No.

    A.Ilamparithi.
  6. Replies
    9
    Views
    1,047

    Re: Doubt in Class!

    No, he didnot explain me anything.

    Interviewer just asked me to ask the same question to a person who has experience of around 4 to 5 years. Interviewer said that he/she will knew it.
    ...
  7. Replies
    9
    Views
    1,047

    Re: Dount in Class!

    Sorry,

    I mistyped it.

    It is actually Doubt.

    A.Ilamparithi.
  8. Replies
    9
    Views
    1,047

    Re: Doubt in Class!

    Hi,

    Am not sure.

    A guy in interview, asked me this question today.

    With Thanks,
    A.Ilamparithi.
  9. Replies
    9
    Views
    1,047

    Dount in Class!

    Hi All,

    What are he routeable members of a class.

    With Best Regards,
    A.Ilamparithi.
  10. Replies
    2
    Views
    686

    Members of class!

    Hi All,

    What are the routable members of a class?

    With Regards,
    A.Ilamparithi.
  11. Replies
    0
    Views
    462

    Doubt in Filter Driver!

    Hi All,

    Ilamparithi here.

    I need to develope a filter driver in 2000.

    At the driver level, i need to know which files are opened, read, written and closed.

    While i try to do this, Iam not...
  12. Replies
    4
    Views
    551

    re:

    Hi

    If u want to create a installer, then try INSTALLSHIELD for MS VC++.

    Regards,
    A.Ilamparithi.
  13. Replies
    4
    Views
    551

    Re: Installing Part1 - Startmenu

    Hi,

    Check the attachment!

    With regards,
    A.Ilamparithi.
  14. Replies
    2
    Views
    532

    Re:

    Hi Mike,

    I had and i know to create Custom properties like,

    xxxxxxxx.yyyyyyyy

    Where,

    xxxxxxxx is the control name,
  15. Replies
    2
    Views
    532

    Doubt in MFC ActiveX Control!

    Hi All,

    How to create a custom property in MFC ActiveX control?

    Like,

    xxxxxxx.yyyyyyyy.zzzzzzzz.qqqqqq


    Where,
  16. Replies
    20
    Views
    2,746

    Great!

    Hi Mick,

    Great Mick!

    It works!

    Thanks a lot!

    Thank you Andreas and Usman for your help!
  17. Replies
    20
    Views
    2,746

    Re: Re: Re: Re: Re: Re: re:

    Hi Andreas,

    When i used dumpbin, i got info like this

    File Type: LIBRARY

    Exports

    ordinal name
  18. Replies
    20
    Views
    2,746

    Re: Re: Re: Re: re:

    Hi Andreas,

    How to do it???

    Do you mean to open the .lib file in the dependency walker??

    I think we cannot open a .lib file in the dependency walker.

    If you mean to open the .dll file in...
  19. Replies
    20
    Views
    2,746

    Re: Re: re:

    Hi Usman,

    If that is the case, then the header file itself should not have the function definition know??

    But, that is not the case here. In the header file, the function definition is there.
    ...
  20. Replies
    20
    Views
    2,746

    re:

    Hi Andreas,

    I had already checked that.

    That function is in the header file. :(

    With Thanks,
    A.Ilamparithi.
  21. Replies
    20
    Views
    2,746

    re:

    Hi Usman,

    Iam using Microsoft Platform Software Development Kit (SDK) April 2000 Edition and my system is Windows 2000 Professional 5.00.2195 with service pack 4.

    Should i upgrade SDK??
    ...
  22. Replies
    20
    Views
    2,746

    RE:

    No probs!

    Thanks Andreas!

    Anyone know the solution?????? :(

    A.Ilamparithi.
  23. Replies
    20
    Views
    2,746

    re:

    Hi Andreas,

    Still the same linking error occurs.

    With Thanks,
    A.Ilamparithi.
  24. Replies
    20
    Views
    2,746

    re:

    Hi Andreas,

    Iam working in a Windows 2000 Professional machine only.

    Anyway i tried to set WINVER macro, still the error remains the same.

    With Thanks,
    A.Ilamparithi.
  25. Replies
    20
    Views
    2,746

    Problem in Linking!

    Hi all,

    Iam using IcmpParseReplies() Api, but iam getting
    error LNK2001: unresolved external symbol _IcmpParseReplies

    But i had already included the IcmpAPI.h header file and icmp.lib,...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured