Click here to Skip to main content
16,007,809 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus23-Jul-02 12:19
protectorChristian Graus23-Jul-02 12:19 
GeneralRe: C# - language design by committee ??? Pin
Kevin McFarlane24-Jul-02 1:33
Kevin McFarlane24-Jul-02 1:33 
GeneralRe: C# - language design by committee ??? Pin
Eric Gunnerson (msft)22-Jul-02 13:46
Eric Gunnerson (msft)22-Jul-02 13:46 
AnswerRe: C# - language design by committee ??? Pin
Rama Krishna Vavilala22-Jul-02 16:45
Rama Krishna Vavilala22-Jul-02 16:45 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 17:19
protectorChristian Graus22-Jul-02 17:19 
GeneralC# string to c++ char* Pin
[Shadow]21-Jul-02 12:37
[Shadow]21-Jul-02 12:37 
GeneralRe: C# string to c++ char* Pin
jparsons21-Jul-02 12:41
jparsons21-Jul-02 12:41 
GeneralRe: C# string to c++ char* Pin
Rama Krishna Vavilala21-Jul-02 14:22
Rama Krishna Vavilala21-Jul-02 14:22 
You need to add appropraite attributes.

interface IMyInterface
{
[PreserveSig]
void MyMethod([MarshalAs(UnmanagedType.AnsiStr)] string str);

}

Refere to docs for more info. You may need to manually edit the IL file

Step back, rub your eyes, take a deep breath, stretch a bit, and reflect on the relative importance of CP, CG, the age / travel time sustained by supposedly 'fresh' cheese curds, and Life in General. - Shog9
GeneralRe: C# string to c++ char* Pin
A.A.22-Jul-02 10:14
A.A.22-Jul-02 10:14 
GeneralHowto?: display a notification Pin
Anonymous21-Jul-02 11:59
Anonymous21-Jul-02 11:59 
GeneralHowto?: display a notification Pin
Anonymous21-Jul-02 11:58
Anonymous21-Jul-02 11:58 
GeneralButtons in Windows Forms Pin
swpo21-Jul-02 8:48
swpo21-Jul-02 8:48 
GeneralRe: Buttons in Windows Forms Pin
jparsons21-Jul-02 12:43
jparsons21-Jul-02 12:43 
GeneralRe: Buttons in Windows Forms Pin
James T. Johnson21-Jul-02 12:44
James T. Johnson21-Jul-02 12:44 
GeneralIs this OO Pin
ColinDavies20-Jul-02 23:18
ColinDavies20-Jul-02 23:18 
GeneralRe: Is this OO Pin
Kevin McFarlane21-Jul-02 5:12
Kevin McFarlane21-Jul-02 5:12 
GeneralRe: Is this OO Pin
ColinDavies21-Jul-02 7:08
ColinDavies21-Jul-02 7:08 
GeneralRe: Is this OO Pin
jparsons21-Jul-02 12:44
jparsons21-Jul-02 12:44 
GeneralRe: Is this OO Pin
Christian Graus21-Jul-02 12:58
protectorChristian Graus21-Jul-02 12:58 
GeneralRe: Is this OO Pin
Kevin McFarlane22-Jul-02 1:07
Kevin McFarlane22-Jul-02 1:07 
GeneralRe: Is this OO Pin
Stan Shannon21-Jul-02 13:43
Stan Shannon21-Jul-02 13:43 
GeneralRe: Is this OO Pin
Christian Graus21-Jul-02 15:32
protectorChristian Graus21-Jul-02 15:32 
GeneralRe: Is this OO Pin
Kevin McFarlane22-Jul-02 1:31
Kevin McFarlane22-Jul-02 1:31 
GeneralSystem.Bitmap.FromResource Pin
Nnamdi Onyeyiri20-Jul-02 11:44
Nnamdi Onyeyiri20-Jul-02 11:44 
GeneralRe: System.Bitmap.FromResource Pin
NormDroid20-Jul-02 23:49
professionalNormDroid20-Jul-02 23:49 

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.