building

Approaches to building reports with Quickbooks 2008+ Data

I am looking to build some reports for Quickbooks data, without using Quickbooks built-in reporting, or through a third party library (like QODBC). Quickbooks 2008 and newer are built on a SQL backend.. In looking around there seems to be several products and angles to do this from. Ideally I would like to be able to do direct SQL hit...

Microsoft Visual C++ doesn't respond when building a project

When I Build, VC++ 6 will show "Linking..." and the programs NEVER get linked. I tried pressing STOP but no use. I cant even close VC++ as it says its still bulding a project. How do I fix this? ...

What kind of SEO Technique need to apply for my website....

I have a website called http://www.demandb.com and it's a classified sites... Can any one tell me the different SEO Techniques for my site to get huge amount of visitors....I dint yet started SEO for this website... So please help me out in letting me know about the different SEO Techniques where in my site can rank well and get lots of...

Building Lenya from source

I am trying to build Apache Lenya from source and I am running into some problems. When I check out version 2.0.2 (the last stable release) form SVN, there is a build.sh file in the home directory and I can build it using: ./build.sh This script changes some variables and executes an ant build. However, when I check out the latest ver...

Visual Studio Installer Package not Building

hi, i am trying to build an installer for a windows service i have created and when i go to build the module i am getting the following message.. ========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ========== but there is no information about what actually failed. For some reason the installer is not building right. does anyone k...

What to do while building a project?

Assuming that you are working on a project that needs >10-20 seconds to build, what do you do while it is building? I personally try to learn something in this time (visit stackoverflow, forums, read a book/article) or I try to help others from my team, if they have difficulties. PS: A full build on a project I am working on takes ~4 ...

Problems building Drools 4 project in Eclipse

I'm having trouble compiling a drools 4 project. I'm getting errors in the rules file saying Only a type can be imported. <<MyClassName>> resolves to a package The incremental compiler isn't working because of this. How do I fix the errors or get eclipse to ignore them? ...

Shouldn't you treat the bin folder as being transient?

I've always taught myself and others to think of the bin folder as being transient. That is you should be able to delete it and next time you rebuild it gets recreated and any references get copied into it without any hassle And not to put your eggs all in one basket. Or in this case don't put all your required dlls directly into the b...

How to see what g++ command-lines Boost.Build invokes (1.33.1)

Hi, I'm scratching my head, trying to figure out why the import libraries are not generated when I build the Boost libraries on my machine. More specifically, building the DLLs works fine, but where I would previously (i.e. before I reinstalled my machine) generate the import libraries correctly. Some specs: Boost 1.33.1 g++ 4.3.3 TD...

Building Boost on Linux - library names

I am trying to build an application which depends on Boost. So I downloaded Boost 1_41_0 to my Linux box and followed the instructions found on the Boost site for Unix variants, http://www.boost.org/doc/libs/1%5F41%5F0/more/getting%5Fstarted/unix-variants.html. They basically suggest that I run ./bjam install, which I did. The build c...

How can I turn an open source game into an open source community?

Related question: How do I attract developers to an Open Source project? Coding an open source Browser-Based-Game I code the game/site ninjawars.net. Recently we (me and my friend who mainly admins the server these days) open sourced the code (and creative commons share-alike'ed it). I really love working collaboratively on code, and...

Building libcurl library in c++, Noob Question

I wanna write a little c++ program using libcurl. It's for a school project so I need to be able to package everything in a zip file and email it to my instructor. I've just downloaded the tar from the libcurl website but now I'm not sure what the next step is... What else do I gotta do in order to be able to do #include "curl/curl.h" an...

Building an iPhone application from the command line, without xcodebuild

It is possible to build an iPhone application manually, without using xcodebuild nor an Xcode project? The idea is to build the application using SCons without creating an Xcode project. I know there is the codesign command line tool, that I could use, but before I start reverse engineering the Xcode build process, I was wondering if an...

building java project using ANT utility

I am using an ANT script to build the jars of the projects that I have in my eclipse workspace. The command that I use is ant -f <build_file.xml> I want to build the projects using the ant script only (at the moment I am using eclipse for the this). Can anyone help me out? ...

Problem with building applications

Hi. I am currently running Mac OS 10.6.2, with Xcode 3.2.1. When I try to build any application, at all, I get this error: "No object for "com.apple.InterfaceBuilder.CarbonFramework" key." I just installed Xcode, upgrading from 2.2.1, and got this error upon making a new application and trying to build. Please help. ...

Estimate the size of outputted dll/exe upfront?

Hi, currently I'm fixing some issues regarding to small outputted dll (I'm using Ribosome build system on Windows) so I'm wondering this: suppose project (C++) include source files whose total size is i.e. 100 KB and project also depends on i.e. 3 libraries, each about 100KB, what binary size should I expect after compiling and linking...

App engine index building stalled stuck

Hi, I am having a problem with indexes building in my App Engine application. There are only about 200 entities in the indexes that are being built, and the process has now been running or over 24 hours. My application name is romanceapp. Is there any way that I can re-start or clear the indexes that are being built? Thank you and ki...

Generating vectors in MATLAB

Hi. I am wondering whether there is an efficient way in MATLAB to generate all vectors of a fixed length with elements from a finite set. For instance, how can I build all vectors of length 5 with only 0 or 1 as elements? ...

Prevent ASP.NET Website project from building certain directories by using Web.config?

While programming, the longest part is a build on my ASP.NET Website project is the "Building directory" process seen below. (Note: I don't have the liberty to turn this into a Web Application with a .csproj build file. Wish I did.) The contents of the directories seen below are not changing although there might be some dependencies in ...

Boost.python building

Hi guys, really can't understand, how to build correctly project that uses boost.python. I've included boost_(python/thread/system)-mt. Here is simple module file: #include <boost/python.hpp> #include "script.hpp" #include "boost/python/detail/wrap_python.hpp" BOOST_PYTHON_MODULE(temp) { namespace py = boost::python; py::def("...