Click here to Skip to main content
15,888,521 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Acessing a device driver program Pin
Stephen Hewitt13-Feb-08 15:02
Stephen Hewitt13-Feb-08 15:02 
GeneralRe: Acessing a device driver program Pin
Randor 13-Feb-08 12:37
professional Randor 13-Feb-08 12:37 
GeneralRe: Acessing a device driver program Pin
Stephen Hewitt13-Feb-08 15:20
Stephen Hewitt13-Feb-08 15:20 
GeneralAutomatic scrolling edit control Pin
LCI13-Feb-08 5:08
LCI13-Feb-08 5:08 
GeneralRe: Automatic scrolling edit control Pin
led mike13-Feb-08 6:36
led mike13-Feb-08 6:36 
GeneralRe: Automatic scrolling edit control Pin
David Crow13-Feb-08 6:37
David Crow13-Feb-08 6:37 
GeneralQuestion regarding ADO (not .NET) -> Getting stored procedures signatures. Pin
Green Fuze13-Feb-08 5:07
Green Fuze13-Feb-08 5:07 
GeneralSORRY!!! Wrong Message Board!!!! Pin
Green Fuze13-Feb-08 5:08
Green Fuze13-Feb-08 5:08 
GeneralError message while installing Microsoft Visual C++ 2005 or 2008) Pin
Joffreyh13-Feb-08 4:01
Joffreyh13-Feb-08 4:01 
QuestionShould I add CLR support to my native project? Pin
Hanan88813-Feb-08 2:45
Hanan88813-Feb-08 2:45 
AnswerRe: Should I add CLR support to my native project? Pin
jhwurmbach13-Feb-08 5:56
jhwurmbach13-Feb-08 5:56 
QuestionRe: Should I add CLR support to my native project? Pin
Hanan88813-Feb-08 6:14
Hanan88813-Feb-08 6:14 
GeneralRe: Should I add CLR support to my native project? Pin
jhwurmbach13-Feb-08 6:44
jhwurmbach13-Feb-08 6:44 
Hanan888 wrote:
I guess it's very hard to acheive functionalities of a .NET form with a Windows Dialog.


What is it you want to achieve? We here are happy to help you.

Hanan888 wrote:
I'm not sure about adding .NET component.


If you are adding .NT anyway, why do you want C++ in the first place? You seem to know .Net already.
You could use .NET as your main target (C#, VB.NET, IronPython, Boo...whatever) and code things where you have to have access to Win32-routines using a C++/CLI to unmanaged C++ bridge.

Hanan888 wrote:
Is it really a big deal to install it (.NET) during installation ?


No.
But AFAIK you are not allowed to ship the framework with your product.
The customer would have to get it directly from Microsoft.
But the time to install is about a quarter of an hour.

IIRC, Net 2.0 is limited to W2K and newer. You would exclude the Win95-based platforms. Probably not a real problem.

Hanan888 wrote:
efficiency considerations ?


.NET, like Java, tends to eat a lot of memory.
The Quake engine was ported to managed C++ and ran fine. Only a little slower.

Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all.
Douglas Adams, "Dirk Gently's Holistic Detective Agency"

AnswerRe: Should I add CLR support to my native project? Pin
Nemanja Trifunovic13-Feb-08 6:36
Nemanja Trifunovic13-Feb-08 6:36 
GeneralWindows Menus & OpenGL Window Pin
Sabry190513-Feb-08 2:01
Sabry190513-Feb-08 2:01 
GeneralRe: Windows Menus & OpenGL Window Pin
Cedric Moonen13-Feb-08 2:06
Cedric Moonen13-Feb-08 2:06 
GeneralRe: Windows Menus & OpenGL Window Pin
Sabry190513-Feb-08 2:38
Sabry190513-Feb-08 2:38 
GeneralRe: Windows Menus & OpenGL Window Pin
Cedric Moonen13-Feb-08 2:48
Cedric Moonen13-Feb-08 2:48 
GeneralRe: Windows Menus & OpenGL Window Pin
Sabry190513-Feb-08 3:46
Sabry190513-Feb-08 3:46 
GeneralRe: Windows Menus & OpenGL Window Pin
Cedric Moonen13-Feb-08 4:36
Cedric Moonen13-Feb-08 4:36 
GeneralRe: Windows Menus & OpenGL Window Pin
Sabry190513-Feb-08 4:42
Sabry190513-Feb-08 4:42 
GeneralPPM file format - header files to include Pin
rover_boy13-Feb-08 1:36
rover_boy13-Feb-08 1:36 
GeneralRe: PPM file format - header files to include Pin
Chris Losinger13-Feb-08 4:47
professionalChris Losinger13-Feb-08 4:47 
Questionhow to start programming in USB Pin
Member 412123213-Feb-08 1:05
Member 412123213-Feb-08 1:05 
AnswerRe: how to start programming in USB Pin
Cedric Moonen13-Feb-08 1:19
Cedric Moonen13-Feb-08 1:19 

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.