Click here to Skip to main content
15,889,831 members
Home / Discussions / C#
   

C#

 
GeneralRe: Retrieve data (using query) from a Access database Pin
Wes Aday20-May-10 7:30
professionalWes Aday20-May-10 7:30 
QuestionHeaderFile vs Class Pin
jashimu20-May-10 4:13
jashimu20-May-10 4:13 
AnswerRe: HeaderFile vs Class Pin
Pete O'Hanlon20-May-10 4:23
mvePete O'Hanlon20-May-10 4:23 
GeneralRe: HeaderFile vs Class Pin
jashimu20-May-10 4:38
jashimu20-May-10 4:38 
GeneralRe: HeaderFile vs Class Pin
PIEBALDconsult20-May-10 6:15
mvePIEBALDconsult20-May-10 6:15 
AnswerRe: HeaderFile vs Class Pin
Luc Pattyn20-May-10 4:55
sitebuilderLuc Pattyn20-May-10 4:55 
GeneralRe: HeaderFile vs Class Pin
jashimu20-May-10 5:41
jashimu20-May-10 5:41 
GeneralRe: HeaderFile vs Class Pin
Luc Pattyn20-May-10 5:54
sitebuilderLuc Pattyn20-May-10 5:54 
Sorry, the embedded systems I work with aren't using any Windows. Nor C#.
I do a lot of C# on desktop Windows though.

For C# you will need some .NET framework, probably the .NET Compact Framework 2.0 or 3.5
You could:
- keep some C/C++ code and use P/Invoke to let C# access it; I do it often on Windows XP/Vista, I understand P/Invoke on WinCE/Compact.NET is somewhat crippled. I have a general article in the works here[^], it contains a link (near the end) to the compact version of P/Invoke.
- convert your C/C++ code to managed C++; I would advise against that, the managed C++/CLI isn't all that popular and quite different from unmanaged C/C++.
- do everything in C#; that would be the recommended way, unless you need functionality that isn't present in the framework.

As for conversion itself, depending on size (and the number of authors), I would do it by hand.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

QuestionAccessing network share with username & password from c# Pin
Suunil20-May-10 2:56
Suunil20-May-10 2:56 
QuestionUploading with WebClient Pin
Matt Cavanagh20-May-10 2:13
Matt Cavanagh20-May-10 2:13 
Questiondatagrid view autocomplete Pin
NarendraSinghJTV20-May-10 2:00
NarendraSinghJTV20-May-10 2:00 
QuestionC# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
willempipi20-May-10 0:28
willempipi20-May-10 0:28 
AnswerRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
Henry Minute20-May-10 1:55
Henry Minute20-May-10 1:55 
GeneralRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
willempipi20-May-10 2:04
willempipi20-May-10 2:04 
GeneralRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
Henry Minute20-May-10 2:07
Henry Minute20-May-10 2:07 
GeneralRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
willempipi20-May-10 2:18
willempipi20-May-10 2:18 
GeneralRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
Luc Pattyn20-May-10 2:47
sitebuilderLuc Pattyn20-May-10 2:47 
GeneralRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
willempipi20-May-10 3:25
willempipi20-May-10 3:25 
GeneralRe: C# Forms: Capture scroll event in a usercontrol with only static checkboxes. Pin
Luc Pattyn20-May-10 3:30
sitebuilderLuc Pattyn20-May-10 3:30 
QuestionVSS and Visual studio Pin
Zeyad Jalil20-May-10 0:25
professionalZeyad Jalil20-May-10 0:25 
AnswerYou have a habit of asking none C# questions in this forum. Would you please not do that? Pin
Pete O'Hanlon20-May-10 0:42
mvePete O'Hanlon20-May-10 0:42 
QuestionHow to create Contact form with C# in ASP.NET Pin
BasPoldervaart19-May-10 23:15
BasPoldervaart19-May-10 23:15 
AnswerRe: How to create Contact form with C# in ASP.NET Pin
Arun Jacob19-May-10 23:31
Arun Jacob19-May-10 23:31 
Questiondecimal question Pin
Jassim Rahma19-May-10 23:14
Jassim Rahma19-May-10 23:14 
AnswerRe: decimal question Pin
OriginalGriff20-May-10 1:17
mveOriginalGriff20-May-10 1:17 

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.