Click here to Skip to main content
16,018,264 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 3:37
David Crow23-Jan-08 3:37 
GeneralRe: View Console Window Pin
gman200823-Jan-08 3:40
gman200823-Jan-08 3:40 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 4:30
David Crow23-Jan-08 4:30 
GeneralRe: View Console Window Pin
gman200823-Jan-08 4:44
gman200823-Jan-08 4:44 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 5:03
David Crow23-Jan-08 5:03 
GeneralRe: View Console Window Pin
gman200823-Jan-08 5:34
gman200823-Jan-08 5:34 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 5:41
David Crow23-Jan-08 5:41 
GeneralRe: View Console Window Pin
gman200823-Jan-08 5:55
gman200823-Jan-08 5:55 
This is what I expect to see in the console window:

PANGU Protocol Library Tester by Martin N Dunstan
Getting image 'zoom_000.ppm'
Getting image 'zoom_001.ppm'
Getting image 'zoom_002.ppm'
Getting image 'zoom_003.ppm'
Getting image 'zoom_004.ppm'
Getting image 'pitch_000.ppm'
Getting image 'pitch_001.ppm'
Getting image 'pitch_002.ppm'
Getting image 'pitch_003.ppm'
Getting image 'pitch_004.ppm'
Getting image 'roll_000.ppm'
Getting image 'roll_001.ppm'
Getting image 'roll_002.ppm'
Getting image 'roll_003.ppm'
Getting image 'roll_004.ppm'
Getting image 'yaw_000.ppm'
Getting image 'yaw_001.ppm'
Getting image 'yaw_002.ppm'
Getting image 'yaw_003.ppm'
Getting image 'yaw_004.ppm'
Getting image 'fov_005.ppm'
Getting image 'fov_010.ppm'
Getting image 'fov_020.ppm'
Getting image 'fov_040.ppm'
Getting image 'fov_080.ppm'
Getting image 'sky_0.ppm'
Getting image 'sky_1.ppm'
Getting image 'sky_2.ppm'
Getting image 'sky_3.ppm'
Getting image 'sky_4.ppm'
Getting image 'sky_5.ppm'
Getting image 'orange_sun.ppm'
Getting image 'green_planet.ppm'
Camera position = (192.257004, 192.257004, 126.785004)
Camera attitude = (yaw 135.000000, pitch -10.000000, roll 0.000000
Elevation above the surface = 113.580620m
Position on surface below camera = (192.257004, 192.257004, 13.204384
Elevation above the surface = 113.580620m
Pixel (0.500000, 0.100000) has position (-5.694656, -5.694656, 13.117
Elevation at <192.3, 192.3, 126.8> = 113.580620
Elevation at < 10.0, 10.0, 300.0> = 287.761566
Elevation at < 10.0, -10.0, 300.0> = 286.706177
Elevation at <-10.0, -10.0, 300.0> = 286.901917
Elevation at <-10.0, 10.0, 300.0> = 288.203522
Elevation at < 0.0, 0.0, 300.0> = 287.099243
Getting image 'trash.ppm'
Performing multiple LookupPoint() requests:
Model under pixel <0.500000, 0.100000> = < 84.9, 84.9, 12.0>
Model under pixel <0.000000, 0.000000> = <128.7, 63.9, 12.9>
Model under pixel <1.000000, 1.000000> = <-417.3, -163.6, 6.4>
Model under pixel <0.500000, 0.500000> = < 17.9, 17.9, 11.8>
Model under pixel <0.500000, 0.900000> = <-144.4, -144.4, 17.7>
Model under pixel <0.000000, 0.000000> = <128.7, 63.9, 12.9>
Model under pixel <0.500000, 0.500000> = < 17.9, 17.9, 11.8>
Performing one LookupPoints() request:
Model under pixel <0.500000, 0.100000> = < 84.9, 84.9, 12.0>
Model under pixel <0.000000, 0.000000> = <128.7, 63.9, 12.9>
Model under pixel <1.000000, 1.000000> = <-417.3, -163.6, 6.4>
Model under pixel <0.500000, 0.500000> = < 17.9, 17.9, 11.8>
Model under pixel <0.500000, 0.900000> = <-144.4, -144.4, 17.7>
Model under pixel <0.000000, 0.000000> = <128.7, 63.9, 12.9>
Model under pixel <0.500000, 0.500000> = < 17.9, 17.9, 11.8>
Model at < 0.0, 0.0, 12.9> along <0.000000, 0.000000, -1.000000>
Model at <-59.3, 118.5, 7.3> along <-0.100000, 0.200000, -1.000000>
Model at <293.1, 117.2, 13.8> along <0.500000, 0.200000, -1.000000>
No model along <0.500000, 0.200000, 1.000000>
GeneralRe: View Console Window Pin
gman200823-Jan-08 6:05
gman200823-Jan-08 6:05 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 6:12
David Crow23-Jan-08 6:12 
GeneralRe: View Console Window Pin
gman200824-Jan-08 2:46
gman200824-Jan-08 2:46 
GeneralRe: View Console Window Pin
David Crow24-Jan-08 2:58
David Crow24-Jan-08 2:58 
GeneralVisual Studio VC++ 6.0 on Windows Vista Pin
André Dewispelaere23-Jan-08 2:52
André Dewispelaere23-Jan-08 2:52 
QuestionRe: Visual Studio VC++ 6.0 on Windows Vista Pin
David Crow23-Jan-08 3:01
David Crow23-Jan-08 3:01 
GeneralRe: Visual Studio VC++ 6.0 on Windows Vista Pin
Chris Losinger23-Jan-08 3:02
professionalChris Losinger23-Jan-08 3:02 
GeneralHash function c++ Pin
Ming Luo23-Jan-08 2:31
Ming Luo23-Jan-08 2:31 
QuestionRe: Hash function c++ Pin
David Crow23-Jan-08 2:53
David Crow23-Jan-08 2:53 
GeneralRe: Hash function c++ Pin
CPallini23-Jan-08 3:19
mveCPallini23-Jan-08 3:19 
GeneralStack unwinding Pin
George_George23-Jan-08 2:01
George_George23-Jan-08 2:01 
QuestionGetComputerNameEx didn't return DNS name Pin
amdopteron23-Jan-08 0:55
amdopteron23-Jan-08 0:55 
GeneralRe: GetComputerNameEx didn't return DNS name Pin
jhwurmbach23-Jan-08 1:31
jhwurmbach23-Jan-08 1:31 
GeneralRe: GetComputerNameEx didn't return DNS name Pin
David Crow23-Jan-08 3:08
David Crow23-Jan-08 3:08 
GeneralRe: GetComputerNameEx didn't return DNS name Pin
amdopteron23-Jan-08 7:15
amdopteron23-Jan-08 7:15 
QuestionRe: GetComputerNameEx didn't return DNS name Pin
David Crow23-Jan-08 8:11
David Crow23-Jan-08 8:11 
GeneralRe: GetComputerNameEx didn't return DNS name Pin
amdopteron25-Jan-08 3:23
amdopteron25-Jan-08 3:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.