Click here to Skip to main content
15,920,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Auto scroll to specific line in text box Pin
KaЯl27-Feb-07 5:45
KaЯl27-Feb-07 5:45 
QuestionProject release problem Pin
david bagaturia27-Feb-07 2:33
david bagaturia27-Feb-07 2:33 
AnswerRe: Project release problem Pin
toxcct27-Feb-07 2:46
toxcct27-Feb-07 2:46 
QuestionWM_RELEASEDCAPTURE(tab) Pin
RaviPK27-Feb-07 1:46
RaviPK27-Feb-07 1:46 
AnswerRe: WM_RELEASEDCAPTURE(tab) Pin
James R. Twine27-Feb-07 2:49
James R. Twine27-Feb-07 2:49 
GeneralRe: WM_RELEASEDCAPTURE(tab) Pin
RaviPK27-Feb-07 17:46
RaviPK27-Feb-07 17:46 
QuestionDatatypes - Urgent Pin
janadhana27-Feb-07 1:42
janadhana27-Feb-07 1:42 
JokeRe: Datatypes - Urgent Pin
James R. Twine27-Feb-07 2:45
James R. Twine27-Feb-07 2:45 
   Unpack them, and use native types. Smile | :)

   There are no "native" packed BCD/HEX types that I know of for either C++ or automation types.

   I would unpack them in order to pass them across COM boundaries using automation-capable types, like double (VT_R8), and int (VT_I4).

   If you really need to perserve the native binary data, you can allocate a BSTR using SysAllocStringByteLen(...) and stuff the binary data into the allocated memory.  This is generally not something for the faint-of-heart, however...

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

QuestionThread Question Pin
Programm3r27-Feb-07 1:01
Programm3r27-Feb-07 1:01 
AnswerRe: Thread Question Pin
James R. Twine27-Feb-07 1:16
James R. Twine27-Feb-07 1:16 
GeneralRe: Thread Question Pin
Programm3r27-Feb-07 1:25
Programm3r27-Feb-07 1:25 
AnswerRe: Thread Question Pin
Newbie0027-Feb-07 1:19
Newbie0027-Feb-07 1:19 
GeneralRe: Thread Question Pin
Programm3r27-Feb-07 1:27
Programm3r27-Feb-07 1:27 
AnswerRe: Thread Question Pin
Nibu babu thomas27-Feb-07 3:37
Nibu babu thomas27-Feb-07 3:37 
GeneralRe: Strange Font bolding Pin
super_ttd27-Feb-07 0:09
super_ttd27-Feb-07 0:09 
GeneralRe: Strange Font bolding Pin
Nibu babu thomas27-Feb-07 0:12
Nibu babu thomas27-Feb-07 0:12 
GeneralRe: Strange Font bolding Pin
super_ttd27-Feb-07 21:55
super_ttd27-Feb-07 21:55 
GeneralRe: Strange Font bolding Pin
Nibu babu thomas28-Feb-07 17:24
Nibu babu thomas28-Feb-07 17:24 
GeneralRe: Strange Font bolding Pin
super_ttd28-Feb-07 21:30
super_ttd28-Feb-07 21:30 
GeneralRe: Strange Font bolding Pin
Nibu babu thomas28-Feb-07 21:36
Nibu babu thomas28-Feb-07 21:36 
Questioni want to know when a button is clicked but it was "DISABLED" Pin
Ing.Raiz8227-Feb-07 0:08
Ing.Raiz8227-Feb-07 0:08 
AnswerRe: i want to know when a button is clicked but it was "DISABLED" Pin
prasad_som27-Feb-07 0:15
prasad_som27-Feb-07 0:15 
AnswerRe: i want to know when a button is clicked but it was "DISABLED" Pin
James R. Twine27-Feb-07 1:14
James R. Twine27-Feb-07 1:14 
AnswerRe: i want to know when a button is clicked but it was "DISABLED" Pin
Ing.Raiz8227-Feb-07 4:01
Ing.Raiz8227-Feb-07 4:01 
QuestionDestroy View Pin
baerten27-Feb-07 0:04
baerten27-Feb-07 0:04 

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.