Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIssue with calling the MessageBox Windows API from a DLL Pin
jbf15429-Jun-08 8:19
jbf15429-Jun-08 8:19 
AnswerRe: Issue with calling the MessageBox Windows API from a DLL Pin
dave_mm04-Dec-08 10:03
dave_mm04-Dec-08 10:03 
GeneralRe: Issue with calling the MessageBox Windows API from a DLL Pin
jbf1544-Dec-08 16:23
jbf1544-Dec-08 16:23 
QuestionNetwork programming (problem)???my server software is giving connection established but my client software is giving socket init failed Pin
bodhi201629-Jun-08 6:25
bodhi201629-Jun-08 6:25 
AnswerRe: Network programming (problem)???my server software is giving connection established but my client software is giving socket init failed Pin
Mark Salsbery29-Jun-08 8:18
Mark Salsbery29-Jun-08 8:18 
QuestionNeed Help... Pin
Rozz1829-Jun-08 0:36
Rozz1829-Jun-08 0:36 
AnswerRe: Need Help... Pin
rp_suman29-Jun-08 5:00
rp_suman29-Jun-08 5:00 
AnswerRe: Need Help... Pin
Baltoro29-Jun-08 11:37
Baltoro29-Jun-08 11:37 
Are you trying to use DirectX to do this within a MFC application? Is your object a Mesh, or what? And, finally, how did you generate this rotation matrix?
To really have control over 3D object display and movement, you should do this with DirectX. It takes awhile to set everything up, but, offers a highly evolved set of APIs to display graphics, offers incredible control over all aspects of display, and looks fabulous.
I also have Visual C++ NET 2003. Read through the available DirectX 8 documentation. There are many code examples that are included with the DirectX SDK. Also, you can use both managed and unmanaged versions of DirectX 9.
As a final note, this type of operation can be done without using DirectX, but, you should have a good understanding of all the trigonometry involved. And, you will be implementing alot of functions that already exist and are thoroughly tested and reliable.
This is: The MSDN Direct3D 9 Reference[^]. With DirectX you begin with, IDirect3DDevice9[^] instead of a MFC canvas.
This is: The Getting Started with DirectX 9[^] documentation at MSDN.
GeneralRe: Need Help... Pin
Rozz1830-Jun-08 11:39
Rozz1830-Jun-08 11:39 
QuestionXP problem Pin
RomTibi28-Jun-08 19:48
RomTibi28-Jun-08 19:48 
AnswerRe: XP problem Pin
rp_suman29-Jun-08 4:52
rp_suman29-Jun-08 4:52 
GeneralRe: XP problem Pin
RomTibi6-Jul-08 5:48
RomTibi6-Jul-08 5:48 
AnswerRe: XP problem Pin
Ștefan-Mihai MOGA29-Jun-08 5:01
professionalȘtefan-Mihai MOGA29-Jun-08 5:01 
GeneralRe: XP problem Pin
RomTibi6-Jul-08 5:49
RomTibi6-Jul-08 5:49 
QuestionHow to get Thread State Pin
SalarSoft28-Jun-08 18:21
SalarSoft28-Jun-08 18:21 
AnswerRe: How to get Thread State Pin
rp_suman29-Jun-08 5:24
rp_suman29-Jun-08 5:24 
AnswerRe: How to get Thread State Pin
Mark Salsbery29-Jun-08 8:40
Mark Salsbery29-Jun-08 8:40 
GeneralRe: How to get Thread State Pin
SalarSoft29-Jun-08 18:20
SalarSoft29-Jun-08 18:20 
AnswerRe: How to get Thread State Pin
SalarSoft30-Jun-08 19:41
SalarSoft30-Jun-08 19:41 
Questionenduring object in Visual Studion Pin
bkelly1328-Jun-08 7:15
bkelly1328-Jun-08 7:15 
AnswerRe: enduring object in Visual Studion Pin
CPallini28-Jun-08 7:30
mveCPallini28-Jun-08 7:30 
GeneralRe: enduring object in Visual Studion Pin
bkelly1328-Jun-08 11:47
bkelly1328-Jun-08 11:47 
GeneralRe: enduring object in Visual Studion Pin
Mark Salsbery28-Jun-08 12:19
Mark Salsbery28-Jun-08 12:19 
GeneralRe: enduring object in Visual Studion Pin
bkelly1329-Jun-08 11:45
bkelly1329-Jun-08 11:45 
GeneralRe: enduring object in Visual Studion Pin
Mark Salsbery29-Jun-08 12:02
Mark Salsbery29-Jun-08 12:02 

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.