Click here to Skip to main content
15,902,893 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL as an extra process Pin
AnTri3-Jun-03 1:17
AnTri3-Jun-03 1:17 
GeneralRe: DLL as an extra process Pin
Anna-Jayne Metcalfe3-Jun-03 1:46
Anna-Jayne Metcalfe3-Jun-03 1:46 
GeneralRe: DLL as an extra process Pin
Neville Franks3-Jun-03 2:16
Neville Franks3-Jun-03 2:16 
GeneralRe: DLL as an extra process Pin
Chris Richardson3-Jun-03 6:01
Chris Richardson3-Jun-03 6:01 
QuestionHow can I load and render 3dstudio files in visual c++? Pin
Mohsen Jamali2-Jun-03 21:46
Mohsen Jamali2-Jun-03 21:46 
AnswerRe: How can I load and render 3dstudio files in visual c++? Pin
Zizilamoroso2-Jun-03 23:32
Zizilamoroso2-Jun-03 23:32 
GeneralRe: How can I load and render 3dstudio files in visual c++? Pin
Anonymous6-Jun-03 19:51
Anonymous6-Jun-03 19:51 
GeneralRe: How can I load and render 3dstudio files in visual c++? Pin
Zizilamoroso8-Jun-03 6:19
Zizilamoroso8-Jun-03 6:19 
If you want to load meshes into c++, I assume that you know how to program in c++. Wink | ;)

So, all you have to do is this:
- install dx SDK (min. 8, pref. 9)
- find the converter on the internet (it's called conv3ds.exe or simmilar)
- convert *.3ds to *.x
- there's an example on how to load those converted meshes (*.x) into c++ dx9.

btw. There're some helper classes in a common dir somewhere. You can do something like this:
<br />
pMesh->Load("test.x");<br />
pMesh->Render();<br />

Easy or what? Poke tongue | ;-P

regards
Zizi


using: [VISUAL STUDIO 6.0 sp5] [WIN98/2]

Generalcalling OpenDocumentFile from another thread Pin
Brian van der Beek2-Jun-03 21:22
Brian van der Beek2-Jun-03 21:22 
GeneralRe: calling OpenDocumentFile from another thread Pin
Neville Franks2-Jun-03 23:33
Neville Franks2-Jun-03 23:33 
GeneralRe: calling OpenDocumentFile from another thread Pin
Brian van der Beek3-Jun-03 0:37
Brian van der Beek3-Jun-03 0:37 
GeneralRe: calling OpenDocumentFile from another thread Pin
Neville Franks3-Jun-03 2:22
Neville Franks3-Jun-03 2:22 
QuestionHow to convert string to hex Pin
FlyingDancer2-Jun-03 20:43
FlyingDancer2-Jun-03 20:43 
AnswerRe: How to convert string to hex Pin
Dominik Reichl2-Jun-03 20:48
Dominik Reichl2-Jun-03 20:48 
GeneralRe: How to convert string to hex Pin
FlyingDancer2-Jun-03 20:59
FlyingDancer2-Jun-03 20:59 
GeneralRe: How to convert string to hex Pin
Dominik Reichl2-Jun-03 21:14
Dominik Reichl2-Jun-03 21:14 
GeneralRe: How to convert string to hex Pin
FlyingDancer3-Jun-03 14:23
FlyingDancer3-Jun-03 14:23 
GeneralRe: How to convert string to hex Pin
Dominik Reichl3-Jun-03 21:27
Dominik Reichl3-Jun-03 21:27 
GeneralRe: How to convert string to hex Pin
FlyingDancer3-Jun-03 22:22
FlyingDancer3-Jun-03 22:22 
GeneralRe: How to convert string to hex Pin
Dominik Reichl3-Jun-03 22:32
Dominik Reichl3-Jun-03 22:32 
GeneralRe: How to convert string to hex Pin
FlyingDancer3-Jun-03 23:06
FlyingDancer3-Jun-03 23:06 
GeneralRe: How to convert string to hex Pin
Peter Weyzen3-Jun-03 7:56
Peter Weyzen3-Jun-03 7:56 
GeneralRe: How to convert string to hex Pin
FlyingDancer3-Jun-03 14:18
FlyingDancer3-Jun-03 14:18 
GeneralRe: How to convert string to hex Pin
Dominik Reichl3-Jun-03 21:26
Dominik Reichl3-Jun-03 21:26 
GeneralRe: How to convert string to hex Pin
FlyingDancer3-Jun-03 22:32
FlyingDancer3-Jun-03 22:32 

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.