Click here to Skip to main content
15,896,359 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRemove Lock on (assembly) File Pin
Paul Farry19-Jan-04 18:52
professionalPaul Farry19-Jan-04 18:52 
GeneralRe: Remove Lock on (assembly) File Pin
clon20-Jan-04 1:00
clon20-Jan-04 1:00 
GeneralIEnumUnknown Implementation Pin
shawnzhou19-Jan-04 15:08
shawnzhou19-Jan-04 15:08 
GeneralChanging Font Style of TabPage text Pin
nvmoss19-Jan-04 10:01
nvmoss19-Jan-04 10:01 
QuestionCan we compile IL to x86 assembly? Pin
Judah Gabriel Himango19-Jan-04 5:34
sponsorJudah Gabriel Himango19-Jan-04 5:34 
AnswerRe: Can we compile IL to x86 assembly? Pin
Daniel Turini19-Jan-04 6:14
Daniel Turini19-Jan-04 6:14 
GeneralRe: Can we compile IL to x86 assembly? Pin
Judah Gabriel Himango19-Jan-04 7:35
sponsorJudah Gabriel Himango19-Jan-04 7:35 
GeneralRe: Can we compile IL to x86 assembly? Pin
Daniel Turini19-Jan-04 7:41
Daniel Turini19-Jan-04 7:41 
Judah H. wrote:
Yes I figured I could compile the .Net library (either Rotor or Mono) into a static library and use that from applications as a portable dll.
Of course, compiling the whole FCL would probably introduce a huge dll requirement, almost as large as .Net itself, thereby nullifying one of the purposes of this whole idea.

You misunderstood me: when I said 'a static library', I meant a .lib, and the linker would remove (most) unused code from the final .exe, thus generating, for small applications, small executables. I agree that for big applications it potentially will have the size of the application + the size of the framework.
A DLL is a dinamic library, and will be linked at runtime, and so needs to have the whole framework.

Judah H. wrote:
The other option would be interesting - translate C# statement to equivalent assembly or C++ statements (ie Console.Write would become printf). This way, you could write a C# app as usual, compile, and it would run anywhere a C++ Windows app would run. Intriguing.
This is why I mentioned building a library with the framework. Linking a .lib from C++ is a breeze. And, by running your own conversor on the .NET framework, you'll have the whole framework available (well, most of it). This has the same end effect of converting from C# to equivalent C++.


Trying to make bits uncopyable is like trying to make water not wet.
-- Bruce Schneier


By the way, dog_spawn isn't a nickname - it is my name with an underscore instead of a space. -- dog_spawn
GeneralApp domain vs. process Pin
Hesham Amin17-Jan-04 4:28
Hesham Amin17-Jan-04 4:28 
GeneralRe: App domain vs. process Pin
Mike Dimmick19-Jan-04 6:10
Mike Dimmick19-Jan-04 6:10 
GeneralRe: App domain vs. process Pin
Hesham Amin19-Jan-04 10:25
Hesham Amin19-Jan-04 10:25 
Generalcapturing user's action Pin
dnprock16-Jan-04 13:27
dnprock16-Jan-04 13:27 
Question(MSMQ) Whats the Best Way to Poll a Queue? Pin
Vlad Gabovich15-Jan-04 11:33
Vlad Gabovich15-Jan-04 11:33 
GeneralInfo on MS Intermediate Language Pin
Aamir Mughal15-Jan-04 2:40
Aamir Mughal15-Jan-04 2:40 
GeneralRe: Info on MS Intermediate Language Pin
Mike Dimmick15-Jan-04 4:05
Mike Dimmick15-Jan-04 4:05 
GeneralSOAP and serialization Pin
ProffK14-Jan-04 23:10
ProffK14-Jan-04 23:10 
GeneralWord-addin Pin
klawipo14-Jan-04 6:29
klawipo14-Jan-04 6:29 
GeneralAdvanced Collision Detection with GDI+ Pin
david@mindplay.com13-Jan-04 9:34
david@mindplay.com13-Jan-04 9:34 
GeneralRe: Advanced Collision Detection with GDI+ Pin
pwinant14-Jan-04 10:29
pwinant14-Jan-04 10:29 
GeneralRe: Advanced Collision Detection with GDI+ Pin
david@mindplay.com15-Jan-04 9:05
david@mindplay.com15-Jan-04 9:05 
GeneralRe: Advanced Collision Detection with GDI+ Pin
pwinant15-Jan-04 13:03
pwinant15-Jan-04 13:03 
GeneralRe: Advanced Collision Detection with GDI+ Pin
david@mindplay.com15-Jan-04 13:37
david@mindplay.com15-Jan-04 13:37 
GeneralRe: Advanced Collision Detection with GDI+ Pin
david@mindplay.com17-Jan-04 14:00
david@mindplay.com17-Jan-04 14:00 
GeneralLaunching an outside app with .NET Pin
bneacetp13-Jan-04 3:18
bneacetp13-Jan-04 3:18 
GeneralRe: Launching an outside app with .NET Pin
Niels Penneman13-Jan-04 5:45
Niels Penneman13-Jan-04 5:45 

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.