Click here to Skip to main content
15,914,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: About pthread scheduling (C programming) Pin
Member 1037526524-Jan-14 3:18
Member 1037526524-Jan-14 3:18 
GeneralRe: About pthread scheduling (C programming) Pin
CPallini24-Jan-14 3:24
mveCPallini24-Jan-14 3:24 
GeneralRe: About pthread scheduling (C programming) Pin
Erudite_Eric29-Jan-14 22:56
Erudite_Eric29-Jan-14 22:56 
QuestionCreate Custom Events in Windows OS Pin
AmbiguousName23-Jan-14 20:48
AmbiguousName23-Jan-14 20:48 
QuestionRe: Create Custom Events in Windows OS Pin
Richard MacCutchan23-Jan-14 23:11
mveRichard MacCutchan23-Jan-14 23:11 
AnswerRe: Create Custom Events in Windows OS Pin
AmbiguousName23-Jan-14 23:19
AmbiguousName23-Jan-14 23:19 
GeneralRe: Create Custom Events in Windows OS Pin
Richard MacCutchan23-Jan-14 23:53
mveRichard MacCutchan23-Jan-14 23:53 
QuestionMqrtlarge and large message handling differ between Biztalk versions? Pin
Daniel Jansson22-Jan-14 19:24
Daniel Jansson22-Jan-14 19:24 
We've developed a component for sending and reading large messages to msmq queues for communication with Biztalk as implemented as described in this MSDN-article: http://msdn.microsoft.com/en-us/library/aa560386.aspx

Simply explained, you use the PROPID_M_EXTENSION field to describe the parts of the messages using the following content:

GUID defining that it is a multi-part message (16b) GUID for the message (16b) Total size of the entire message (4b) Current part number (2b) Number of message parts (2b) This works perfectly with Biztalk 2006, however with newer editions (2010/2013) it does not work at all.

We've sent large messages out from Biztalk 2013 to a queue and analyzed the field and it seems that the content of PROPID_M_EXTENSION is:

GUID defining that it is a multi-part message (16b) GUID for the message (16b) Part number (2b) Empty data (2b) 1 if it is the last part, otherwise 0 (1b) 3 unknown bytes The problem is the last three bytes, that we can't figure out the purpose of and how to calculate.

The values differs depending on the message content and size. And it feels like some sort of check sum, but we need to be able to set this manually.

Any ideas? There is very little information about this around the web?

The existing mqlarge-dll is in native code and can only be decompiled to assembler, which (for me at least) is hard to debug.

A way around it would be to include a reference to mqlarge in our project and use the existing assembly, but we would rather have our own code and not be dependent on a dll. And it bugs me not to know how it works as well Smile | :)
QuestionCDHtmlDialog : Not supporting "Canvas" tag in HTML Pin
Don Guy22-Jan-14 12:38
Don Guy22-Jan-14 12:38 
AnswerRe: CDHtmlDialog : Not supporting "Canvas" tag in HTML Pin
Lost Penguin22-Jan-14 16:59
Lost Penguin22-Jan-14 16:59 
AnswerRe: CDHtmlDialog : Not supporting "Canvas" tag in HTML Pin
SoMad22-Jan-14 20:17
professionalSoMad22-Jan-14 20:17 
GeneralRe: CDHtmlDialog : Not supporting "Canvas" tag in HTML Pin
Don Guy23-Jan-14 5:55
Don Guy23-Jan-14 5:55 
QuestionVC++ Snippets Pin
BarryPearlman22-Jan-14 7:16
BarryPearlman22-Jan-14 7:16 
AnswerRe: VC++ Snippets Pin
Richard MacCutchan22-Jan-14 9:18
mveRichard MacCutchan22-Jan-14 9:18 
GeneralRe: VC++ Snippets Pin
BarryPearlman22-Jan-14 10:03
BarryPearlman22-Jan-14 10:03 
GeneralRe: VC++ Snippets Pin
Richard MacCutchan22-Jan-14 20:59
mveRichard MacCutchan22-Jan-14 20:59 
AnswerRe: VC++ Snippets Pin
David Crow23-Jan-14 3:42
David Crow23-Jan-14 3:42 
AnswerRe: VC++ Snippets Pin
BarryPearlman23-Jan-14 4:01
BarryPearlman23-Jan-14 4:01 
QuestionWhat mac is the best for visual C++ Pin
javaandcpp1022-Jan-14 5:31
javaandcpp1022-Jan-14 5:31 
SuggestionRe: What mac is the best for visual C++ Pin
Richard MacCutchan22-Jan-14 5:39
mveRichard MacCutchan22-Jan-14 5:39 
AnswerRe: What mac is the best for visual C++ Pin
Albert Holguin27-Jan-14 7:30
professionalAlbert Holguin27-Jan-14 7:30 
QuestionNeed help to show chm-Files? Pin
bosfan22-Jan-14 4:31
bosfan22-Jan-14 4:31 
QuestionDirect Show : "Mp3 Decoder DMO" filter fails to return any input pins Pin
sdancer7522-Jan-14 0:55
sdancer7522-Jan-14 0:55 
Questionplease help me to convert string in Unicode bytes? Pin
Le@rner21-Jan-14 22:54
Le@rner21-Jan-14 22:54 
AnswerRe: please help me to convert string in Unicode bytes? Pin
Richard MacCutchan21-Jan-14 23:06
mveRichard MacCutchan21-Jan-14 23:06 

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.