Click here to Skip to main content
15,907,149 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to login a remote machine through visual c++/c++ programming ? Pin
Member 3451568-Jul-03 18:47
Member 3451568-Jul-03 18:47 
GeneralRe: How to login a remote machine through visual c++/c++ programming ? Pin
Peter Weyzen8-Jul-03 19:19
Peter Weyzen8-Jul-03 19:19 
GeneralChecking an Application Pin
Aenaos5-Jul-03 0:45
Aenaos5-Jul-03 0:45 
GeneralRe: Checking an Application Pin
valikac5-Jul-03 7:11
valikac5-Jul-03 7:11 
GeneralRe: Checking an Application Pin
David Crow5-Jul-03 12:28
David Crow5-Jul-03 12:28 
GeneralRe: Checking an Application Pin
Peter Weyzen7-Jul-03 21:29
Peter Weyzen7-Jul-03 21:29 
Generalreserved words in VC 6 Pin
sharlila5-Jul-03 0:31
sharlila5-Jul-03 0:31 
GeneralRe: reserved words in VC 6 Pin
Ryan Binns5-Jul-03 0:46
Ryan Binns5-Jul-03 0:46 
sharlila wrote:
Anyone knows what's the problem? Is it a compiler switch
not used? Or only used in VC7?


The align declspec option is not supported in VC6. Try using the #pragma pack() option instead:
#pragma pack(push, 16)
struct myStruct
{
   char a;
   int b;
   short c;
};
#pragma pack(pop)
Hope this helps,

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: reserved words in VC 6 Pin
sharlila5-Jul-03 1:36
sharlila5-Jul-03 1:36 
Generalactually I am wrong Pin
sharlila5-Jul-03 1:40
sharlila5-Jul-03 1:40 
GeneralRe: reserved words in VC 6 Pin
Ryan Binns5-Jul-03 1:41
Ryan Binns5-Jul-03 1:41 
Generalok, thanks :-) Pin
sharlila5-Jul-03 1:53
sharlila5-Jul-03 1:53 
QuestionChange menu items texts? Pin
Dominik Reichl4-Jul-03 23:27
Dominik Reichl4-Jul-03 23:27 
AnswerRe: Change menu items texts? Pin
Ryan Binns4-Jul-03 23:45
Ryan Binns4-Jul-03 23:45 
GeneralRe: Change menu items texts? Pin
Dominik Reichl4-Jul-03 23:57
Dominik Reichl4-Jul-03 23:57 
GeneralQuestion about the DHTML editing control Pin
Scozturk4-Jul-03 21:10
professionalScozturk4-Jul-03 21:10 
GeneralMFC Learning Pin
SheheerZahid4-Jul-03 21:07
SheheerZahid4-Jul-03 21:07 
GeneralRe: MFC Learning Pin
Ryan Binns4-Jul-03 21:20
Ryan Binns4-Jul-03 21:20 
GeneralRe: MFC Learning Pin
Michael Dunn5-Jul-03 5:27
sitebuilderMichael Dunn5-Jul-03 5:27 
GeneralRe: MFC Learning Pin
Ryan Binns5-Jul-03 13:56
Ryan Binns5-Jul-03 13:56 
GeneralRe: MFC Learning...Thanks a lot indeed Pin
SheheerZahid5-Jul-03 5:58
SheheerZahid5-Jul-03 5:58 
GeneralRe: MFC Learning...Thanks a lot indeed Pin
Ryan Binns5-Jul-03 13:59
Ryan Binns5-Jul-03 13:59 
Generaljunk character display in microsoft date time picker control Pin
Raghunandan S4-Jul-03 21:03
Raghunandan S4-Jul-03 21:03 
GeneralRe: junk character display in microsoft date time picker control Pin
Michael Dunn4-Jul-03 21:18
sitebuilderMichael Dunn4-Jul-03 21:18 
GeneralRe: junk character display in microsoft date time picker control Pin
Raghunandan S5-Jul-03 1:45
Raghunandan S5-Jul-03 1:45 

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.