User Profile

Collapse

Profile Sidebar

Collapse
rakesh1225
rakesh1225
Last Activity: Mar 27 '14, 09:27 PM
Joined: Mar 7 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rakesh1225
    replied to USB Visual Studio 2010
    in C
    Thanks for the response.

    Yes I found this link. But they specified to open the USB skeleton app which is available in VS2012.

    This link may be help ful for VS2012/VS2013.

    But I have VS2010 on Windows 7.
    See more | Go to post

    Leave a comment:


  • rakesh1225
    started a topic USB Visual Studio 2010
    in C

    USB Visual Studio 2010

    Hi,

    I wanna read/write data from USB mass storage in windows7 using Visual studio 2010.
    I don't wanna write a driver but I want to use the existing windows drivers to communicate with the USB.

    Can any one please suggest the solution.

    Thanks in advance.
    See more | Go to post

  • rakesh1225
    started a topic MYSQL client ran out of Memory

    MYSQL client ran out of Memory

    Hi,

    I am using VC++ in windows from which I communicate with mysql in Linux using ODBC.

    I am just writing 3 insert queries and not even a single select query. Application is working fine till some time and later is started saying:
    "Mysql client ran out of memory. Lost connection to mysql".

    I increased wait_timeout and did mysqld restart also but no use.

    Could any one please...
    See more | Go to post

  • SEND and RECEIVE SMS using USB GSM Modem (Visiontek 82G)

    Hi,

    I am working on USB GSM modem with AT commands. I tested it first on Windows Hyperterminal with AT commands but only few AT commands are executing correctly. Previously I used the same AT commands for Serial port GSM Modem which was worked fine. I am unable to send and receive SMS by using these AT commands.I heard that by using API/SDK/Library we can communicate with the modem.

    Please let me know the API/SDK/Library...
    See more | Go to post

  • If you want to call a copy constructor you need to write the below code in your main function.

    Cents obj1=37;

    Cents obj2=obj1;
    (or)
    Cents obj2(obj1);

    cout<<"Value of m_nCents with sobject2:"<<obj 2.m_nCents;


    Output:

    Value of m_nCents with sobject2:37


    Copy Constructor will be called at the time of initialisation of object...
    See more | Go to post

    Leave a comment:


  • Any one please help me in this situation. I installed "KompoZer" which looks good but the font(of MENU) is not in ENGLISH. I don't know how to change it to ENGLISH.
    Also Please let me know if there is any other tool using which we can design the HTML pages as well as we can edit PHP files.

    Thanks in advance.
    See more | Go to post

    Leave a comment:


  • Thanks for your response Dormilich.
    By using WYSIWYG editors we can design the html pages and later we can use the code in our project. But I want the tool on which I can write both PHP code and can design HTML pages as well.

    Just like dreamweaver in WINDOWS, is there a tool in LINUX?
    See more | Go to post

    Leave a comment:


  • PHP/HTML WEB DESIGN TOOL with MVC architecture LINUX

    Hello,

    I am using gedit to edit the PHP files for designing web applications in LINUX .But it is taking more time for designing.

    Can anyone please suggest the best tool using which I can drag and drop the table,DIV.. e.t.c. Just like .NET.
    So that my web designing will become easy.

    Thanks in Advance..
    See more | Go to post

  • Change the system IP for remote access with my own name

    Hi,

    I wanna give some name to my static IP address so that my friends can access my Server IP using that Name.

    For example
    if myIP: 122.155.147.65
    rename it to: rakeshweb.in

    Some one told to change DNS. I don't know much about this please someone guide me here.
    See more | Go to post

  • rakesh1225
    started a topic Visual StudioTeam System 2008 VC++ tutorials
    in .NET

    Visual StudioTeam System 2008 VC++ tutorials

    Hi guys, I am working on Visual Studio Team System 2008 VC++. I don't know how to use it. I wanna change the static text color and font size also want to change the form background color.
    Can anyone please let me know the VSTS2008 VC++ tutorial site?
    See more | Go to post

  • rakesh1225
    replied to Best IDE in linux for C++
    in C
    Thank you so much guys.. But I was unable to install Eclipse. May I know the procedure to install Eclipse in Linux(CentOS)?
    See more | Go to post

    Leave a comment:


  • rakesh1225
    started a topic Best IDE in linux for C++
    in C

    Best IDE in linux for C++

    Hello guys, Any one please suggest me an IDE in linux to develop C++ applications.
    Thanks in advance.
    See more | Go to post

  • rakesh1225
    started a topic Digital Persona FingerScan

    Digital Persona FingerScan

    Rakesh
    Hello guys, I'm building an application with DigitalPersona FingerScan using C++ and I can't integrate it with mysql. I don't know how to store and retrieve the FingerScan Template. Please help me with this..
    Thanks in advance
    See more | Go to post
No activity results to display
Show More
Working...