Friday, July 4th 2008, 10:05pm UTC+1

You are not logged in.

  • Login
  • Register

shyam

Beginner

Posts: 3

Location: Bangalore

Occupation: Team Lead

1

Thursday, February 21st 2008, 7:08am

Graph Implementation ???

Hi every one. I am working in an Embedded Project from which my application has to Acquire data and plot a Graph real Time .The sampling rate is around one second.I am going to integrate the project in VC++ 2005. This is the first time i am using Qt . How do i implement this. Thanks a lot Guy's. Waiting for a help soon.
  • Go to the top of the page

nijish

Trainee

Posts: 154

Location: Bangalore

Occupation: Software Engineer

2

Friday, February 22nd 2008, 4:27pm

i have heard that there are a lot of problems when integrating with vc++.

anyways, the link for supported ide:
http://trolltech.com/developer/notes/supported_platforms/

but i think there are books on it also. i guess o'reily would have it.

and when i did it i used to:
> use vc++ as ide
> cmd to program path
> qmake -o Makefile myprog.pro
> nmake

:D
  • Go to the top of the page

Rate this thread