Click here to Skip to main content
16,006,065 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Calculate using functions? Pin
KarstenK25-Sep-07 22:01
mveKarstenK25-Sep-07 22:01 
GeneralRe: Calculate using functions? Pin
MoboTech25-Sep-07 22:19
MoboTech25-Sep-07 22:19 
AnswerRe: Calculate using functions? Pin
Jonathan [Darka]25-Sep-07 22:22
professionalJonathan [Darka]25-Sep-07 22:22 
QuestionRe: Calculate using functions? Pin
David Crow26-Sep-07 3:01
David Crow26-Sep-07 3:01 
QuestionHello i want ask about reading the original bytes in c++ Pin
nah133725-Sep-07 21:16
nah133725-Sep-07 21:16 
AnswerRe: Hello i want ask about reading the original bytes in c++ Pin
Cedric Moonen25-Sep-07 21:41
Cedric Moonen25-Sep-07 21:41 
GeneralRe: Hello i want ask about reading the original bytes in c++ Pin
nah133725-Sep-07 23:18
nah133725-Sep-07 23:18 
AnswerRe: Hello i want ask about reading the original bytes in c++ Pin
El Corazon26-Sep-07 3:05
El Corazon26-Sep-07 3:05 
nah1337 wrote:
The problem is i hooked opengl glDrawElements and i want to read before hooking the opengl with detours the real memory.
Dunno havent found anything yet could anyone post a example how would look it. And i want read the 32 first bytes on the original opengl ok thnx.


are you attempting to capture and trace openGL commands in order to trace/record them? Very few people have ultimately been successful at this. glDebugger has the most capable interface that captures graphics commands as they are issued and before they are sent to the card, recording and timing them. WireGL/Chromium is an open source project that captures OpenGL commands and reissues them to a cluster of computers. But as far as I know there are no tutorials on exactly how to do this. I expect you could find out how by pulling the source code for Chromium. http://sourceforge.net/projects/chromium/[^]

_________________________
Asu no koto o ieba, tenjo de nezumi ga warau.
Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

GeneralRe: Hello i want ask about reading the original bytes in c++ [modified] Pin
nah133726-Sep-07 3:40
nah133726-Sep-07 3:40 
Questionneed help Pin
Ehsan_MF25-Sep-07 21:04
Ehsan_MF25-Sep-07 21:04 
AnswerRe: need help Pin
toxcct25-Sep-07 21:10
toxcct25-Sep-07 21:10 
AnswerRe: need help Pin
Cedric Moonen25-Sep-07 21:14
Cedric Moonen25-Sep-07 21:14 
GeneralRe: need help Pin
Ehsan_MF25-Sep-07 21:27
Ehsan_MF25-Sep-07 21:27 
GeneralRe: need help Pin
Cedric Moonen25-Sep-07 21:33
Cedric Moonen25-Sep-07 21:33 
GeneralRe: need help Pin
Ehsan_MF25-Sep-07 21:43
Ehsan_MF25-Sep-07 21:43 
QuestionRounding double value Pin
KASR125-Sep-07 20:47
KASR125-Sep-07 20:47 
AnswerRe: Rounding double value Pin
Nelek25-Sep-07 20:50
protectorNelek25-Sep-07 20:50 
GeneralRe: Rounding double value Pin
KASR125-Sep-07 20:54
KASR125-Sep-07 20:54 
GeneralRe: Rounding double value Pin
megha_gharote25-Sep-07 20:58
megha_gharote25-Sep-07 20:58 
GeneralRe: Rounding double value Pin
Cedric Moonen25-Sep-07 21:16
Cedric Moonen25-Sep-07 21:16 
GeneralRe: Rounding double value Pin
Cedric Moonen25-Sep-07 21:02
Cedric Moonen25-Sep-07 21:02 
GeneralRe: Rounding double value Pin
Stephen Hewitt25-Sep-07 21:17
Stephen Hewitt25-Sep-07 21:17 
GeneralRe: Rounding double value Pin
Nelek25-Sep-07 21:54
protectorNelek25-Sep-07 21:54 
AnswerRe: Rounding double value Pin
Cedric Moonen25-Sep-07 20:55
Cedric Moonen25-Sep-07 20:55 
GeneralRe: Rounding double value Pin
KASR125-Sep-07 21:03
KASR125-Sep-07 21:03 

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.