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

C / C++ / MFC

 
QuestionChange hard-coded variables from Outside Pin
RedDragon2k18-Feb-06 2:09
RedDragon2k18-Feb-06 2:09 
AnswerRe: Change hard-coded variables from Outside Pin
David Crow18-Feb-06 6:58
David Crow18-Feb-06 6:58 
AnswerRe: Change hard-coded variables from Outside Pin
jc0dex18-Feb-06 15:49
jc0dex18-Feb-06 15:49 
QuestionLinux Pin
Hamid_RT18-Feb-06 1:55
Hamid_RT18-Feb-06 1:55 
AnswerRe: Linux Pin
Nemanja Trifunovic18-Feb-06 14:28
Nemanja Trifunovic18-Feb-06 14:28 
QuestionCommunicating with services Pin
Anorexic Tribble18-Feb-06 1:52
Anorexic Tribble18-Feb-06 1:52 
AnswerRe: Communicating with services Pin
George L. Jackson18-Feb-06 2:53
George L. Jackson18-Feb-06 2:53 
QuestionDelphi Pascal to C++ Pin
hutt18-Feb-06 1:49
hutt18-Feb-06 1:49 
Hi,
Need some help translating some structures from Pascal to C++.
Any help would be appreciated.

TWideText = record<br />
  Text: array[1..20] of WideChar;<br />
  Len: Byte;<br />
end;<br />
<br />
TWideComment = record<br />
  Text: array[1..255] of WideChar;<br />
  Len: Byte;<br />
end;<br />
<br />
TChar = record<br />
  Pixels: array[0..9, 0..44] of Byte;<br />
  RTop: Byte;<br />
  Width, Height: Byte;<br />
  Text: TWideText;<br />
  Style: Byte;<br />
  deleted: boolean;<br />
end;<br />
<br />
TChMatrix = record<br />
  Modified: boolean;<br />
  FileName: WideString;<br />
  Comment: TWideComment;<br />
  Char: array of TChar;<br />
end;


Patrik
AnswerRe: Delphi Pascal to C++ Pin
Michael Dunn18-Feb-06 5:33
sitebuilderMichael Dunn18-Feb-06 5:33 
GeneralRe: Delphi Pascal to C++ Pin
hutt18-Feb-06 7:46
hutt18-Feb-06 7:46 
GeneralRe: Delphi Pascal to C++ Pin
Michael Dunn18-Feb-06 9:45
sitebuilderMichael Dunn18-Feb-06 9:45 
QuestionGetting source-code text from the VS.Net IDE Pin
Virtek17-Feb-06 22:37
Virtek17-Feb-06 22:37 
AnswerRe: Getting source-code text from the VS.Net IDE Pin
Michael Dunn18-Feb-06 5:35
sitebuilderMichael Dunn18-Feb-06 5:35 
GeneralRe: Getting source-code text from the VS.Net IDE Pin
Virtek18-Feb-06 6:44
Virtek18-Feb-06 6:44 
GeneralRe: Getting source-code text from the VS.Net IDE Pin
Michael Dunn18-Feb-06 9:46
sitebuilderMichael Dunn18-Feb-06 9:46 
QuestionSubclassWindow question Pin
Yak7717-Feb-06 19:04
Yak7717-Feb-06 19:04 
AnswerRe: SubclassWindow question Pin
Michael Dunn18-Feb-06 5:37
sitebuilderMichael Dunn18-Feb-06 5:37 
Questionembedding resource inside win32 dll Pin
act_x17-Feb-06 18:21
act_x17-Feb-06 18:21 
AnswerRe: embedding resource inside win32 dll Pin
Waldermort17-Feb-06 18:57
Waldermort17-Feb-06 18:57 
AnswerRe: embedding resource inside win32 dll Pin
Gavin Taylor19-Feb-06 2:41
professionalGavin Taylor19-Feb-06 2:41 
QuestionRandom move Pin
eivanlo17-Feb-06 16:41
eivanlo17-Feb-06 16:41 
AnswerRe: Random move Pin
_AnsHUMAN_ 17-Feb-06 17:22
_AnsHUMAN_ 17-Feb-06 17:22 
QuestionQuestion about recursion Pin
ericelysia17-Feb-06 15:35
ericelysia17-Feb-06 15:35 
AnswerRe: Question about recursion Pin
Michael Dunn17-Feb-06 16:22
sitebuilderMichael Dunn17-Feb-06 16:22 
GeneralRe: Question about recursion Pin
ericelysia17-Feb-06 16:36
ericelysia17-Feb-06 16:36 

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.