Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
GeneralRe: Simple syntax error? Pin
Hristo-Bojilov25-Aug-09 10:22
Hristo-Bojilov25-Aug-09 10:22 
GeneralRe: Simple syntax error? Pin
Sonhospa25-Aug-09 10:29
Sonhospa25-Aug-09 10:29 
GeneralRe: Simple syntax error? Pin
Hristo-Bojilov25-Aug-09 10:30
Hristo-Bojilov25-Aug-09 10:30 
QuestionFramework 2.0 dependency Pin
Waheed Ur Rehman25-Aug-09 8:30
Waheed Ur Rehman25-Aug-09 8:30 
AnswerRe: Framework 2.0 dependency Pin
Xmen Real 25-Aug-09 8:38
professional Xmen Real 25-Aug-09 8:38 
AnswerRe: Framework 2.0 dependency Pin
Hristo-Bojilov25-Aug-09 8:58
Hristo-Bojilov25-Aug-09 8:58 
GeneralRe: Framework 2.0 dependency Pin
Waheed Ur Rehman25-Aug-09 9:37
Waheed Ur Rehman25-Aug-09 9:37 
GeneralRe: Framework 2.0 dependency Pin
Dan Neely25-Aug-09 9:46
Dan Neely25-Aug-09 9:46 
No. No more than you can write an MFC/VB6 application that doesn't depend on the MFC/VB6 rumtime being installed.


There is software that will compile the needed parts of the framework that are written in .net into your executable and package up the parts of the framework that are written in C++ so that the framework doesn't need to be installed. The result will be several dozen megs in size, and is probably not worth it unless you're targetting the 3.0/3.5 frameworks which are several hundred megs in size. The tools to do this also cost upwards of $1k.

Any user running a new version of windows (Vista or Later) will have 2.0 framework. IIRC w7 comes with the 3.5 framework. Any user who runs windows update in automatic mode and is running win2k or later will have the 2.0 framework, if running XP or later the 3.5 framework. That's probably >99% of windows PCs on the market. To target the rest your choices are to make them DLing a framework/runtime, or rewrite your app in pure win32 C code which calls the win32 API directly.

The latest nation. Procrastination.

QuestionRefresh after setting MaximizedBounds Pin
Xmen Real 25-Aug-09 7:53
professional Xmen Real 25-Aug-09 7:53 
AnswerRe: Refresh after setting MaximizedBounds Pin
DaveyM6925-Aug-09 8:09
professionalDaveyM6925-Aug-09 8:09 
GeneralRe: Refresh after setting MaximizedBounds Pin
Xmen Real 25-Aug-09 8:16
professional Xmen Real 25-Aug-09 8:16 
Questioncapture data from modem Pin
ran925-Aug-09 7:27
ran925-Aug-09 7:27 
AnswerRe: capture data from modem Pin
stancrm25-Aug-09 7:37
stancrm25-Aug-09 7:37 
GeneralRe: capture data from modem Pin
ran925-Aug-09 7:46
ran925-Aug-09 7:46 
GeneralRe: capture data from modem Pin
stancrm25-Aug-09 10:03
stancrm25-Aug-09 10:03 
Questionbasic oop Pin
hotthoughtguy25-Aug-09 7:15
hotthoughtguy25-Aug-09 7:15 
AnswerRe: basic oop Pin
Hristo-Bojilov25-Aug-09 7:25
Hristo-Bojilov25-Aug-09 7:25 
AnswerRe: basic oop Pin
DaveyM6925-Aug-09 7:28
professionalDaveyM6925-Aug-09 7:28 
AnswerRe: basic oop Pin
DaveyM6925-Aug-09 7:44
professionalDaveyM6925-Aug-09 7:44 
QuestionIntegrating winforms into web site (VS 2008) Pin
Dextter25-Aug-09 7:15
Dextter25-Aug-09 7:15 
QuestionTyped Datasets Pin
cdpace25-Aug-09 6:09
cdpace25-Aug-09 6:09 
AnswerRe: Typed Datasets Pin
Henry Minute25-Aug-09 8:05
Henry Minute25-Aug-09 8:05 
GeneralRe: Typed Datasets Pin
cdpace25-Aug-09 9:13
cdpace25-Aug-09 9:13 
GeneralRe: Typed Datasets Pin
Henry Minute25-Aug-09 9:26
Henry Minute25-Aug-09 9:26 
GeneralRe: Typed Datasets Pin
cdpace25-Aug-09 11:28
cdpace25-Aug-09 11:28 

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.