User Profile

Collapse

Profile Sidebar

Collapse
rsr
rsr
Last Activity: Jul 8 '07, 04:32 PM
Joined: Dec 10 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • If I try to compile this way, it doesn't compile at all, but shows no errors.
    See more | Go to post

    Leave a comment:


  • rsr
    started a topic strange probem..unable to install C..
    in C

    strange probem..unable to install C..

    Hi folks,

    I'Ve been working with C for quite some time now.but now i am facing a pretty strange problem..I am unable to install it in one of the systems..

    I downloaded a turbo c compiler 3.0 from net, extracted the file, copied the file to c:/, went inside TC/BIN and clicked on tc.exe. I got the user interface as usual. But then I am unable to do anything. I can't even move the cursor.
    I had to minimise it...
    See more | Go to post

  • rsr
    replied to recognition of a serial device
    in C
    hi Deman,

    thanks for ur reply..will try ur suggestions and post if i succeed..

    rsr
    See more | Go to post

    Leave a comment:


  • rsr
    started a topic recognition of a serial device
    in C

    recognition of a serial device

    Hi friends,

    I have written a VC++ application that connects with a serial device via a COM port and I specify the port number(thru which the system has to connect) in an INI file or in an edit box. Now I want my application to recognise itself (rather than me giving the number), as to which port my serial device is connected. Is it possible to do this?

    thanks in advance
    RSR
    See more | Go to post

  • rsr
    replied to Modem application
    in Java
    Hi Rengaraj,

    I have written an application that connects with a serial device via a COM port and I specify the port number in an INI file or in an edit box. Now I want my application to recognise itself (rather than me giving the number), as to which port my serial device is connected. Is it possible to do this?

    waiting for your reply
    RAMESH
    See more | Go to post

    Leave a comment:


  • rsr
    replied to debug assertion failure
    in .NET
    Hi rad,

    I got it..it was due to a line containing wcscat_s..i circumvented it and the program works now..thanks for the reply..

    regards
    RSR...
    See more | Go to post

    Leave a comment:


  • rsr
    started a topic debug assertion failure
    in .NET

    debug assertion failure

    hi,

    I am unable to execute my application though I am able to build and compile it without warnings or errors, because of this.

    Debug Assertion failure
    file tcscat_s.inl
    line: 42

    can anyone tell me what does this mean?

    regards
    RSR
    See more | Go to post

  • rsr
    replied to can i format my mp3 stick?
    no..not yet..There is a speculation that the warranty might be void if I format my mp3 stick..So I have e-mailed the company authorities and asked them to clarify the warranty clause incase I format my stick.....
    See more | Go to post

    Leave a comment:


  • how to differentiate binary and ASCII data from a serial device?

    Hi friends,

    The serial device with whích I am trying to communicate replies in two formats..
    ASCII and Binary.

    And I have created a VC++ project to read the ASCII data from the device, with some classes that revolves around 'ReadFile' command..

    I really dont know how to read the data when the device outputs in binary form..

    Does this ring any bell for any of u ppl?

    ...
    See more | Go to post

  • rsr
    replied to can i format my mp3 stick?
    Hi latitude..

    thnks for ur reply..

    myn is a philips 1 GB stick..

    the reason why i want to format is this:

    in many computers, my stick does not get recognised as a storage media..instead it gets recognised only as an mp3 stick...i am unable to open it and view the files using explorer.it does not reflect in the main page of 'my computer'..but i am able to play the songs in it from media player.....
    See more | Go to post

    Leave a comment:


  • rsr
    started a topic can i format my mp3 stick?

    can i format my mp3 stick?

    hello friends,

    can i format my mp3 stick?

    will it affect my firmware?..once i format and reload songs, will there be any problem?

    thanks in advance
    RSR
    See more | Go to post

  • rsr
    replied to a doubt in sprintf
    in C
    thanks guys..i got it..infact i had written a small program and tried chaging things before but the results were pretty confusing..anyw ays now its clear...
    See more | Go to post

    Leave a comment:


  • rsr
    started a topic a doubt in sprintf
    in C

    a doubt in sprintf

    Hello friends,

    I cannot undestand the difference between the following two commands. Infact I want to know exactly what does the number between % and X does in this command.

    And what is the significance of 0 before the number, after %.

    sprintf( m_szCommand, "TX %01X", 0x0801 );

    sprintf( m_szCommand, "TX %04X", 0x0801 );

    Assume that I have declared...
    See more | Go to post

  • rsr
    started a topic .INI files in VC++
    in .NET

    .INI files in VC++

    Hi all,

    I want to create a new INI file and write some data into it. Can anyone of you suggest some good articles or examples on this?

    thanks and regards
    RSR
    See more | Go to post

  • rsr
    replied to display settings
    Hi..

    that works..I pressed Fn + display(F4 in my laptop) 2 or 3 times..and the .avi file came on thee monitor..

    thnks for ur suggestions...
    See more | Go to post

    Leave a comment:


  • rsr
    started a topic display settings

    display settings

    hi friends,

    When I connect an external monitor to my laptop, its working fine. But its unable to display motion picures..(like .avi)

    I mean that I am able to get the same screen as my laptop monitor in my external monitor. But when I play a movie in my laptop, it plays well in the laptop monitor
    but its unable to do the same in the external monitor. ..The funny part of this is, when I play a movie with subtitle,...
    See more | Go to post

  • rsr
    replied to Creating Namespace
    in .NET
    Hi Keno,

    I am quite new to .NET.

    Doesn't it depend on the language which he is using?.like whether its c# or vc++ or vb?..I mean the implementation.

    regards
    RSR...
    See more | Go to post

    Leave a comment:


  • rsr
    started a topic Binary or ASCII??..(in VC++)
    in .NET

    Binary or ASCII??..(in VC++)

    Hi everybody,

    I have a VC++ application to connect two computers with a serial cable.

    Can anyone of u tell me which scheme of encoding is used to transmit data?..Binary or ASCII..

    I guess its Binary as I am able to transmit even special characters like Δ(delta), alpha, beta..But I am not sure..


    Thanks in advance
    RSR
    See more | Go to post

  • rsr
    replied to how to re-enable touchpad
    Hi barton and cyberdone,

    thanks for ur suggestions..ye s..It was a hardware problem..I removed my keyboard again and found that the smaller bus was not inserted into the ZIF connector properly. I inserted them and immediately my touchpad , joystick etc etc were enabled..I had an impression that the controls of the touchpad were seperated from that of keyboard..and that was wrong..

    regards
    RSR...
    See more | Go to post

    Leave a comment:


  • rsr
    replied to exception
    in .NET
    thanks keno.....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...