Click here to Skip to main content
15,888,330 members
Home / Discussions / C#
   

C#

 
GeneralRe: Confused On References Pin
S. Senthil Kumar19-Oct-05 23:04
S. Senthil Kumar19-Oct-05 23:04 
GeneralRe: Confused On References Pin
budidharma20-Oct-05 3:30
budidharma20-Oct-05 3:30 
GeneralRe: Confused On References Pin
S. Senthil Kumar20-Oct-05 4:30
S. Senthil Kumar20-Oct-05 4:30 
GeneralRe: Confused On References Pin
budidharma20-Oct-05 4:51
budidharma20-Oct-05 4:51 
GeneralRe: Confused On References Pin
S. Senthil Kumar20-Oct-05 5:41
S. Senthil Kumar20-Oct-05 5:41 
GeneralRe: Confused On References Pin
budidharma20-Oct-05 6:07
budidharma20-Oct-05 6:07 
GeneralRe: Confused On References Pin
Matt Gerrans20-Oct-05 5:34
Matt Gerrans20-Oct-05 5:34 
QuestionC# 1byte-1char strings Pin
Dave Shaw19-Oct-05 10:49
Dave Shaw19-Oct-05 10:49 
Hi, Does anyone know an easy way to create a string of characters that are assigned 1 byte for each character, in C#.

I am interfaceing with a rather old API (written in ANSI C, think) from .NET 2005 (beta). The problem is that the normal c# string data type uses unicode encoding, this allocates atleast 8 bytes per char.

I have a Delphi 6 interface for the API that uses PCHAR data type, instead of string, and this works OK.

Also, will I need to declare the API calls with a data type that uses 1 byte per char, instead of just string?

P.S. this is the MSMAPI32.DLL to connect to Micronetics MSM (MUMPS). Incase there are any MUMPSTER's out there.Blush | :O

Thanx!

Dave Shaw
History admires the wise, but elevates the brave. - Edmund Morris

AnswerRe: C# 1byte-1char strings Pin
leppie19-Oct-05 11:04
leppie19-Oct-05 11:04 
AnswerRe: C# 1byte-1char strings Pin
Dave Kreskowiak19-Oct-05 14:04
mveDave Kreskowiak19-Oct-05 14:04 
GeneralRe: C# 1byte-1char strings Pin
lmoelleb19-Oct-05 20:58
lmoelleb19-Oct-05 20:58 
AnswerRe: C# 1byte-1char strings Pin
uno freeware19-Oct-05 16:45
uno freeware19-Oct-05 16:45 
AnswerRe: C# 1byte-1char strings Pin
Daniel Turini20-Oct-05 0:07
Daniel Turini20-Oct-05 0:07 
QuestionKeyboard Events Pin
ShimiG19-Oct-05 10:31
ShimiG19-Oct-05 10:31 
AnswerRe: Keyboard Events Pin
Dave Kreskowiak19-Oct-05 10:53
mveDave Kreskowiak19-Oct-05 10:53 
GeneralRe: Keyboard Events Pin
ShimiG19-Oct-05 11:08
ShimiG19-Oct-05 11:08 
GeneralRe: Keyboard Events Pin
Patric_J19-Oct-05 11:28
Patric_J19-Oct-05 11:28 
GeneralRe: Keyboard Events Pin
ShimiG19-Oct-05 11:39
ShimiG19-Oct-05 11:39 
GeneralRe: Keyboard Events Pin
Dave Kreskowiak19-Oct-05 14:01
mveDave Kreskowiak19-Oct-05 14:01 
QuestionPrototyping unmanaged DLL's Pin
Timothy Finn19-Oct-05 10:14
Timothy Finn19-Oct-05 10:14 
AnswerRe: Prototyping unmanaged DLL's Pin
Dan Neely19-Oct-05 10:29
Dan Neely19-Oct-05 10:29 
AnswerRe: Prototyping unmanaged DLL's Pin
leppie19-Oct-05 10:33
leppie19-Oct-05 10:33 
GeneralRe: Prototyping unmanaged DLL's Pin
Timothy Finn19-Oct-05 10:42
Timothy Finn19-Oct-05 10:42 
AnswerRe: Prototyping unmanaged DLL's Pin
leppie19-Oct-05 10:59
leppie19-Oct-05 10:59 
QuestionMoving to a Managed World Pin
Robert M Greene19-Oct-05 8:25
Robert M Greene19-Oct-05 8:25 

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.