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

C / C++ / MFC

 
GeneralRe: CString Format method Pin
[CoY0te]13-Aug-02 1:46
[CoY0te]13-Aug-02 1:46 
GeneralRe: CString Format method Pin
jbarton13-Aug-02 2:50
jbarton13-Aug-02 2:50 
GeneralByte Alignment Pin
solosnake12-Aug-02 23:17
solosnake12-Aug-02 23:17 
GeneralRe: Byte Alignment Pin
Tomasz Sowinski13-Aug-02 0:40
Tomasz Sowinski13-Aug-02 0:40 
GeneralRe: Byte Alignment Pin
Anonymous13-Aug-02 1:07
Anonymous13-Aug-02 1:07 
GeneralRe: Byte Alignment Pin
Brian Azzopardi13-Aug-02 4:03
Brian Azzopardi13-Aug-02 4:03 
GeneralRe: Byte Alignment Pin
JT Anderson13-Aug-02 6:45
JT Anderson13-Aug-02 6:45 
GeneralRe: Byte Alignment Pin
solosnake14-Aug-02 1:44
solosnake14-Aug-02 1:44 
Hello

This structure causes problems when the PFXVector3 struct is declared with __attribute__(align(16)) in gcc, even when VC++ is set to align on 16 byte boundries.

struct PFXVector3 {<br />
    F32                     x,y,z;<br />
};<br />
<br />
struct PFXEffectBaseData {<br />
    U32                     m_uiLifeTime;<br />
    U32                     m_uiAge;<br />
    U32                     m_uiFlags;    <br />
    CMatrix4                m_matrixRotate;<br />
    PFXVector3              m_v3dGravity;<br />
    PFXVector3              m_v3dPosition;<br />
};


U32 is just a typedef for unsigned 32 bit ints.
F32 is typedef for 32 bit single prec. fp.
CMatrix4 is the house matrix class.

To Brian:
>BTW, how is the Linux Kit for the PS2? Is it any good? I'm thinking of getting it but I'm
>currently too busy with Opengl to get a
>crack at the PS2.

I'm using SN Systems and a genuine Sony Dev Kit here at work. But sometimes I wish I was at home with a Linux Kit Smile | :) And doing OpenGL....sigh....

Thanks for all feedback again to everyone

- solosnake
General1. Simple techniques for dragging/sizing controls | 2. Non cubical dialogs/controls Pin
BlackSmith12-Aug-02 23:08
BlackSmith12-Aug-02 23:08 
GeneralDatabase Connection with SDK Pin
vin12-Aug-02 22:36
vin12-Aug-02 22:36 
GeneralRe: Database Connection with SDK Pin
Ranjan Banerji13-Aug-02 2:38
Ranjan Banerji13-Aug-02 2:38 
GeneralRe: Database Connection with SDK Pin
pépé13-Aug-02 3:05
pépé13-Aug-02 3:05 
GeneralMarking a row in a CListCtrl Pin
Poul Haahr Klemmensen12-Aug-02 22:10
Poul Haahr Klemmensen12-Aug-02 22:10 
GeneralRe: Marking a row in a CListCtrl Pin
567890123412-Aug-02 22:34
567890123412-Aug-02 22:34 
GeneralRe: Marking a row in a CListCtrl Pin
Stefan Pedersen12-Aug-02 22:34
Stefan Pedersen12-Aug-02 22:34 
GeneralRe: Marking a row in a CListCtrl Pin
Stefan Pedersen12-Aug-02 22:37
Stefan Pedersen12-Aug-02 22:37 
Questionwhat is PeekAndPump()?? Pin
tulc_kris12-Aug-02 21:57
tulc_kris12-Aug-02 21:57 
AnswerRe: what is PeekAndPump()?? Pin
jmkhael12-Aug-02 23:27
jmkhael12-Aug-02 23:27 
AnswerRe: what is PeekAndPump()?? Pin
Tomasz Sowinski13-Aug-02 0:44
Tomasz Sowinski13-Aug-02 0:44 
GeneralThread and serial port Pin
Mavrock12-Aug-02 19:25
Mavrock12-Aug-02 19:25 
GeneralRe: Thread and serial port Pin
Trollslayer12-Aug-02 22:17
mentorTrollslayer12-Aug-02 22:17 
GeneralRe: Thread and serial port Pin
Mavrock13-Aug-02 6:24
Mavrock13-Aug-02 6:24 
GeneralRe: Thread and serial port Pin
dlhson13-Aug-02 6:45
dlhson13-Aug-02 6:45 
GeneralOther question about Carlos Antollini ADO classes !!! Pin
Hadi Rezaee12-Aug-02 19:13
Hadi Rezaee12-Aug-02 19:13 
GeneralRe: Other question about Carlos Antollini ADO classes !!! Pin
Chris Losinger12-Aug-02 19:22
professionalChris Losinger12-Aug-02 19:22 

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.