Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem With sending values via serial port Pin
phil.o24-Mar-11 4:56
professionalphil.o24-Mar-11 4:56 
AnswerRe: Problem With sending values via serial port Pin
Sader_L25-Mar-11 3:21
Sader_L25-Mar-11 3:21 
QuestionReceipt Printing Pin
Wamuti22-Mar-11 6:19
Wamuti22-Mar-11 6:19 
AnswerRe: Receipt Printing Pin
TheyCallMeMrJames22-Mar-11 6:47
TheyCallMeMrJames22-Mar-11 6:47 
AnswerRe: Receipt Printing Pin
Dalek Dave22-Mar-11 10:50
professionalDalek Dave22-Mar-11 10:50 
AnswerRe: Receipt Printing Pin
lorenkins23-Mar-11 7:00
lorenkins23-Mar-11 7:00 
QuestionChar* in C++ 6 to C# .Net [modified] Pin
KeithF22-Mar-11 4:06
KeithF22-Mar-11 4:06 
AnswerRe: Char* in C++ 6 to C# .Net Pin
Richard MacCutchan22-Mar-11 4:34
mveRichard MacCutchan22-Mar-11 4:34 
The default marshalling type for C# strings is Unicode (2 bytes per character) as described here[^]. You will need to modify your C++ code to handle Unicode characters, or add a front end converter from WCHAR to CHAR.
I must get a clever new signature for 2011.

GeneralRe: Char* in C++ 6 to C# .Net Pin
KeithF22-Mar-11 4:40
KeithF22-Mar-11 4:40 
GeneralRe: Char* in C++ 6 to C# .Net Pin
Richard MacCutchan22-Mar-11 5:10
mveRichard MacCutchan22-Mar-11 5:10 
AnswerRe: Char* in C++ 6 to C# .Net Pin
KeithF22-Mar-11 4:37
KeithF22-Mar-11 4:37 
GeneralRe: Char* in C++ 6 to C# .Net Pin
Richard MacCutchan22-Mar-11 5:13
mveRichard MacCutchan22-Mar-11 5:13 
GeneralRe: Char* in C++ 6 to C# .Net Pin
KeithF22-Mar-11 5:30
KeithF22-Mar-11 5:30 
GeneralRe: Char* in C++ 6 to C# .Net Pin
Richard MacCutchan22-Mar-11 8:16
mveRichard MacCutchan22-Mar-11 8:16 
GeneralRe: Char* in C++ 6 to C# .Net Pin
Ian Shlasko22-Mar-11 5:32
Ian Shlasko22-Mar-11 5:32 
AnswerRe: Char* in C++ 6 to C# .Net [modified] Pin
Luc Pattyn22-Mar-11 6:16
sitebuilderLuc Pattyn22-Mar-11 6:16 
GeneralRe: Char* in C++ 6 to C# .Net Pin
KeithF22-Mar-11 6:24
KeithF22-Mar-11 6:24 
AnswerRe: Char* in C++ 6 to C# .Net Pin
Luc Pattyn22-Mar-11 6:31
sitebuilderLuc Pattyn22-Mar-11 6:31 
GeneralRe: Char* in C++ 6 to C# .Net Pin
KeithF22-Mar-11 6:40
KeithF22-Mar-11 6:40 
Questionclickonce Deployment [modified] Pin
arkiboys22-Mar-11 3:40
arkiboys22-Mar-11 3:40 
AnswerRe: clickonce Deployment Pin
Dave Kreskowiak22-Mar-11 4:47
mveDave Kreskowiak22-Mar-11 4:47 
GeneralRe: clickonce Deployment Pin
arkiboys22-Mar-11 4:51
arkiboys22-Mar-11 4:51 
GeneralRe: clickonce Deployment Pin
Rajesh R Subramanian23-Mar-11 4:47
professionalRajesh R Subramanian23-Mar-11 4:47 
GeneralRe: clickonce Deployment Pin
Dave Kreskowiak23-Mar-11 12:12
mveDave Kreskowiak23-Mar-11 12:12 
GeneralRe: clickonce Deployment Pin
Rajesh R Subramanian23-Mar-11 18:38
professionalRajesh R Subramanian23-Mar-11 18:38 

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.