Rubens Blog
Visual Studio 2005 not properly attaching the debugger after installing IE8 
Monday, February 1, 2010, 02:04 PM
Posted by Ruben Steins
When debugging an ASP.NET on my new machine, I ran into the following weird situation: I started debugging a web application for which I had set some breakpoint in the global.asax.cs file, somewhere in the Application_Start handler.

Now that's about as early in the application you can set a breakpoint, but I had some configuration issues I was debugging. The strange thing was, the breakpoint was never hit by the debugger, ever...

Then I noticed that, contrary to what I was used to, Visual Studio did not show "(Running)" in its title bar... This was an indication the debugger had not attached itself to the development webserver properly. After some googling around I came accross the following site which solved the issue. Apparantly VS gets confused when IE8 is installed... strange.

This registry fix solved the problem!
add comment ( 1 view )   |  permalink   |  related link   |   ( 2.9 / 39 )
libsndfile 
Tuesday, December 15, 2009, 02:50 PM
Posted by Ruben Steins
Another day in Qt/CMAKE paradise. After having downloaded the sources for LMMS (instead of getting them from the Git repository) and opening the CMakeLists.txt file, which is a large buildscript, I had a little bit more succes.
Unfortunately, even though the compiler and the platform are detected correctly, CMAKE is unable to find libsndfile1:

CMake Error at CMakeLists.txt:119 (MESSAGE): LMMS requires libsndfile1 and libsndfile1-dev >= 1.0.11 - please install, remove CMakeCache.txt and try again!

Now, I have version 1.0.20 installed, and put the folder this library lives in, into the PATH variable (sic). Still, no luck >_<
add comment   |  permalink   |   ( 3 / 173 )
CMAKE doesn't make me happy 
Monday, December 14, 2009, 10:11 PM
Posted by Ruben Steins
I've been struggling with CMAKE all evening to get the LMMS project to open properly in QtCreator. I must be spoiled by the easy .NET solution-files or something... it all seems so terribly primitive to me. On the other hand, I guess that's what you get when you need to be platform agnostic... Also, I seem to have to put each and every single tool I install (GIT, Qt, CMAKE) in the PATH... Talk about a 'back-to-the-nineties-timemachine' feeling :(
2 comments ( 14 views )   |  permalink   |   ( 2.9 / 148 )
Venturing in the world of Qt for a while 
Sunday, December 13, 2009, 11:31 AM
Posted by Ruben Steins
Ever since having watched a talk about the Qt platform I've been wanting to try it out. Since I don't really have a background in C and C++ there are some ostacles on my road to Qt that I have to overcome.

1) Syntax: the C++ syntax looks quite a lot like C#'s (I know it's the other way around actually) so that's not a big issue. I've also done some minor things in C (most notably the first 20 or so problems from Project Euler), so C++ doesn't look all that freaky. Nevertheless, doing OO in C++ will take some adjusting.
2) Ide: I've been programming in different version of Visual Studio for about 3 years now, but I do want to get to terms with the Qt Creator. I just found out that there's also a Visual Studio Plug in so I might give that a try as well.
3) Libraries: this will be the major change I'm going to face. I feel pretty much at home in the .NET framework; I know the major namespaces and what kind of stuff they contain. Most importantly I've grown used to the whole .NET idiom of Assemblies, Reflection, Events and what not. Finding out the Qt equivalents of it to really start programming into the language will be my greates challenge.
4) A project: I need a project to get me going. Now there are three ideas I'm goign to look into. I'm going to get a Nokia E71 next week, a nice smartphone running Symbian 60. I'd like to make a nice metronome application for that device. Second, I just found out that the LMMS is also done in Qt. So that's something worth looking into as well. Thidly, I'm thinking of creating an educational game togther with my mum, who recently graduated as art teacher.

All in all, it's a reasonable roadmap ahead of me:
1) Learn C++
2) Dive into Qt using one of my 3 projects
3) Get acquinted with the Qt platform more intimately.
4) Publish a nice usable Qt app :)

I'll keep you posted on my progress!
add comment   |  permalink   |   ( 3.2 / 109 )
Please update your bookmarks 
Wednesday, November 25, 2009, 09:27 AM
Posted by Ruben Steins
Since my focus is shifting from WPF to other technologies, I've decided to drop the name 'The Daily WPF' next month. So, the URL's 'dailywpf.com' and 'dailywpf.nl' will no longer be available from December 12. 2009.

This weblog will be available through blog.rubensteins.nl for now (until I find a new name), so update your bookmarks accordingly.

Thanks!
Ruben
add comment   |  permalink   |  related link   |   ( 2.9 / 120 )

<<First <Back | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Next> Last>>