Click here to Skip to main content
16,004,890 members
Home / Discussions / C#
   

C#

 
General[STAThreadAttribute] Pin
zaboboa11-Aug-05 5:22
zaboboa11-Aug-05 5:22 
GeneralRe: [STAThreadAttribute] Pin
Judah Gabriel Himango11-Aug-05 7:10
sponsorJudah Gabriel Himango11-Aug-05 7:10 
GeneralKilling WORD in case of failure - but the right version Pin
fracalifa11-Aug-05 5:17
fracalifa11-Aug-05 5:17 
GeneralRe: Killing WORD in case of failure - but the right version Pin
Alomgir Miah11-Aug-05 5:36
Alomgir Miah11-Aug-05 5:36 
GeneralRe: Killing WORD in case of failure - but the right version Pin
fracalifa11-Aug-05 7:29
fracalifa11-Aug-05 7:29 
GeneralCreating standalone exe file Pin
mamtz11-Aug-05 5:00
mamtz11-Aug-05 5:00 
GeneralRe: Creating standalone exe file Pin
Dan Neely11-Aug-05 5:08
Dan Neely11-Aug-05 5:08 
GeneralRe: Creating standalone exe file Pin
Dave Kreskowiak11-Aug-05 6:30
mveDave Kreskowiak11-Aug-05 6:30 
mamtz wrote:
How can i create an exe file written in C# which is not depends on the .Net Framework?

You can't. Period. End of story.


mamtz wrote:
I think that i'll get this goal using windows API programming

Not a chance. The .NET Framework comiles you code into machine code when it's executed, not when you compile it. When you compile your app, it's converted to processor-independant MSIL (MS Intermiediate Language) code. It's not actually runnable by any processor.

Also, the .NET Framework is required for compiling to processor specific code, memory management, object allocation and destruction, garbage collection, ..., the list oges on and on, ... and on some more, ... Just making calls into the Win32 API definately does not release you from requiring the .NET Framework.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Creating standalone exe file Pin
S. Senthil Kumar11-Aug-05 7:39
S. Senthil Kumar11-Aug-05 7:39 
GeneralRe: Creating standalone exe file Pin
Dave Kreskowiak11-Aug-05 8:22
mveDave Kreskowiak11-Aug-05 8:22 
GeneralRe: Creating standalone exe file Pin
Steve Maier11-Aug-05 7:08
professionalSteve Maier11-Aug-05 7:08 
GeneralRe: Creating standalone exe file Pin
Dave Kreskowiak11-Aug-05 8:24
mveDave Kreskowiak11-Aug-05 8:24 
QuestionHow can I get the "Interop.QuartzTypeLib.dll",thankyou! Pin
zhouyinhui11-Aug-05 4:58
zhouyinhui11-Aug-05 4:58 
AnswerRe: How can I get the "Interop.QuartzTypeLib.dll",thankyou! Pin
Judah Gabriel Himango11-Aug-05 8:54
sponsorJudah Gabriel Himango11-Aug-05 8:54 
AnswerRe: How can I get the "Interop.QuartzTypeLib.dll",thankyou! Pin
uddipto21-Aug-11 2:06
uddipto21-Aug-11 2:06 
GeneralCreating Intellisense for DLL Pin
Yenyen Suwardy11-Aug-05 4:21
Yenyen Suwardy11-Aug-05 4:21 
GeneralRe: Creating Intellisense for DLL Pin
Guffa11-Aug-05 14:41
Guffa11-Aug-05 14:41 
GeneralRe: Creating Intellisense for DLL Pin
Yenyen Suwardy11-Aug-05 15:54
Yenyen Suwardy11-Aug-05 15:54 
GeneralRe: Creating Intellisense for DLL Pin
Yenyen Suwardy11-Aug-05 22:42
Yenyen Suwardy11-Aug-05 22:42 
GeneralRe: Creating Intellisense for DLL Pin
Guffa11-Aug-05 23:28
Guffa11-Aug-05 23:28 
GeneralRe: Creating Intellisense for DLL Pin
Yenyen Suwardy13-Aug-05 18:09
Yenyen Suwardy13-Aug-05 18:09 
GeneralRe: Creating Intellisense for DLL Pin
Yenyen Suwardy11-Aug-05 22:49
Yenyen Suwardy11-Aug-05 22:49 
GeneralDisplaying an Image Pin
Mamtzs11-Aug-05 4:19
sussMamtzs11-Aug-05 4:19 
GeneralRe: Displaying an Image Pin
Matt Gerrans11-Aug-05 5:43
Matt Gerrans11-Aug-05 5:43 
GeneralForgot the name of this add-in! Pin
Carl Mercier11-Aug-05 4:16
Carl Mercier11-Aug-05 4:16 

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.