Tagged Questions

0
votes
1answer
60 views

How to enforce URI segments to Kohana pagination after the page URI segment?

I'm using Kohana's pagination library and it lets you specify the parameter uri_segment at initialization. When it generates the pages links, they will have that uri_segment you s …
0
votes
1answer
139 views

How to connect a slot to signal QProcess::started() ? QT

Edit: Solved. Hi, I'm starting with QT, I try to connect a slot to signal QProcess::started() but can't. QObject::connect() returns false. Any idea what am I doing wrong? Here's …
2
votes
2answers
632 views

C# Simple Countdown - What am I doing wrong?

I wanted to make a simple Countdown-Application with C# to show as an example. For the very first and basic version I use a Label to display the current time left in seconds and a …
0
votes
2answers
79 views

[resolved] Can Access “Forms” be treated like .NET forms, example given inside

In a .net project, create two forms {Form1, Form2} and on each form create a basic button {Button1} On [Form1] use this code: Public Class Form1 Private Sub Button1_Click(ByVal s …
0
votes
2answers
372 views

Getting “database is locked” error messages from Trac

Wondering if anyone has gotten the infamous "database is locked" error from Trac and how you solved it. It is starting to occur more and more often for us. Will we really have to b …
1
vote
4answers
4k views

Fatal Error C1083 - Cannot open include file: “windows.h”: No such file or directory

Hey guys, I'm trying to get IKVM to build (see this question) but now have encountered a problem not having to do with IKVM so I'm opening up a new question: When running nant on …
3
votes
2answers
438 views

How to get IKVM to build in Visual Studio 2008?

I've downloaded the IKVM sources (http://www.ikvm.net/) from http://sourceforge.net/cvs/?group_id=69637 Now I'm trying to get it to build in Visual Studio 2008 and am stuck. Does …