Posted
over 17 years
ago
by
DavidSrbecky
I have about a week to choose a topic for my dissertation. (6 months long project leading to a BA degree)If you have a cool idea for a project please drop me a line in the comments. My primary areas of interest are 3D graphics and anything in .NET (especially lower level things that involve IL code).Go ahead... brainstorm! :-)Thanks, David
|
Posted
over 17 years
ago
by
Laputa
SD2-1234 , titled "Create common way to handle in-memory representations of files that have multiple views" is the issue tracker entry behind a major refactoring of the IViewContent interface. The major new feature introduced is that now it is
|
Posted
over 17 years
ago
by
Laputa
Visual Studio 2008 uses MSBuild 3.5 which supports multi-targeting: you can use it to compile applications for .NET 2.0, .NET 3.0 and .NET 3.5. But what happens if you open an MSBuild 2.0 project (Visual Studio 2005 or SharpDevelop 2.x project) in
|
Posted
over 17 years
ago
by
Laputa
From .NET 1.x times, you might remember .manifest files as the way to enable XP visual styles support in your application. Application manifests are important in Vista. If your application does not have a manifest, Vista will treat it as legacy
|
Posted
over 17 years
ago
by
Laputa
Yesterday I wrote about how I made compiling 30% faster by using multi-threading to let my dual-core CPU work with both cores. A problem was that I had to use serialize build events to send them back to the host process. MSBuild provides these events
|
Posted
over 17 years
ago
by
Laputa
[Warning: long post. Short version: Building in SharpDevelop goes multi-threaded, scroll down for benchmark results] SharpDevelop 3.0.0.2694 contains a rewritten build system. It has some new features that might be interesting for AddIn developers
|
Posted
almost 18 years
ago
by
JohnReilly
0.85.4 hard on the heels of 0.85.3 includes a fix for encryption problems which turned up in the forums
http://community.sharpdevelop.net/forums/thread/18693.aspx, one for the power of open source!
Its best to get this out there asap.
The help file has also been updated a bunch and is now being generated with Sandcastle Help File Builder.
|
Posted
almost 18 years
ago
by
dikon
Well, its been a few months but I am restarting some work on this feature. There was a #D dev meeting thing in Karlsruhe, plus some discussion and research, so it is going to be completely reworked. In particular:
local storage of metadata in a
|
Posted
almost 18 years
ago
by
JohnReilly
0.85.3 is available for download!
Dont forget if you download the help file to unblock it in the file properties dialog using windows file explorer!
Please bear with the samples code the projects are a bit messy!
|
Posted
almost 18 years
ago
by
JohnReilly
A new release 0.85.3 has been generated and will be made available in the next day or so! Once this has been done there will be a lull as other work takes precedence for a while.
|