I figured out through trial n error how to link an unmanaged static library to managed C++ dll, but I have no idea how to dynamically include a DLL. Does anyone know how to do this in Visual studio 2008?
...
I need lessons in memory management. I have an application that uses multiple views (around 10), some of these are attached to tab controller. Problem is that I'm using images (many images that I load from a web service). I'm facing the following issues.
The memory keeps increasing when I scroll in the table view (why?) - I checked the...
What is the best way to avoid that an application is copied and used without the owner’s knowing?
Is there any way to trace the usage? Meaning periodically the application communicates back, with enough information so that we can know where it is, and if it’s legal. Next thing, of course, shut it down, if it’s not legit.
...
I have a degree in software development but found a job as a tester, I feel like testing has made me a better developer (before I'm even a developer).
I have noticed that the applications I make for myself, friends, and family, have become better and more stable since working as a tester. I think it's a good way to start a development ...
I have posted a question about database selection for small projects, but no one selected or mentioned Blackfish.
I am using it for a while and I like it, to some point better than SQLserver.
Id like to know other experiences with it, problems, limitations, tools to manage it being built.
...
I want to know if there are any existing benchmarks and sizing information for an apache nutch based search engine deployment. I want to know for say 10 million searches a month what should be the hardware sizing that needs to deployed.
...
I've made a very simple MEF sample which runs on .NET,
but doesn't work properly on Mono.
using System;
using System.Collections.Generic;
using System.Text;
using System.ComponentModel.Composition;
namespace Vialis
{
class Program
{
[Import(typeof(ILedController))]
public List<ILedController> Controllers
...
Hi,
I'm bumping into this problem where my application gets EXC_BAD_ACCESS error and stucks/stops. I'm using "Rotate Left" & "Rotate Right" options of simulator to simulate the orientation change behavior. What can be the possible reasons for this error? Since I'm not getting details about the error, I can't trace it.
All my controlle...
I have a cgi script which takes form input, I want to facilitate the use case where if you right click from firefox inputs are passed to the cgi (rather than users entering values explcitly). Firstly can this be done? If yes any pointers where I can start/snippets of code where I can look would be great.
...
Suppose the app you are working on is specially designed for a customer to meet a particular 'in-house' need, such as data processing of payroll information. This application will not be distributed publicly and will reside on internal networks only. (Theoretically the internal network should remain 100% secure.) How much effort sho...
I am looking for the best Sql Server IDE for scripting / development needs. Must haves:
Visual GUI for creating complex queries
Intellisense for all db objects
Auto-format capability to format SQL script to a particular format / coding standard.
SELECT Sql output to .xls, .txt with custom choices in delimiters / format
Cost is not an...
I'm a highly skilled Java dev contemplating learning iPhone development. Mac only dev aspects aside, how much of a leap would learning the mobile application stack be? Sure I understand that its closer to C in how one should approach it, and with that comes memory management and so on.
My queries would also include
How well is OOP/O...
Hi all,
I'm working on a personal project and I'd love to be able to say at the end:"I've spend X hours on this project". Now one way to solve this, is to use a manual time tracker (worked from: to:). I've ran into problems with this, because I only manage to use it consistently for the first week or two. So I'd like to track developme...
Sometimes, you stumble with programming. Sometimes, it's a lack of creativity, sometimes, you need a new solution.
But there are a lot of situations, you stick in, every time they occur.
For myself, it's when I have to create the interface between model and viewer. I designed my data structure very well and drew a GUI prototype, but th...
I have a Tab Bar Application with Navigation Controllers on each Tab Item. I want to add a floating (semi transparent view) on my Table View just above my Tab Bar. How can i achieve the results?
The results will be similar to how the Alpha list is displayed on the right of Contact Application's main view. I hope i'm clear in explaining ...
I have been trying to find a book or web reference that gives me good understanding on how to build, test, and deploy ASP.NET pages, controls, and web parts to a SharePoint web site. All I have found so far is either draggy-droppy stuff or administration stuff.
Is SharePoint really flexible with ASP.NET when is comes to extending it? A ...
Hi all,
I'm looking into iPhone development. Most likely I'd be working on the move, so need a laptop to develop on. What would be the minimum spec laptop I could use to develop for the iPhone? Most likely the development would include OpenGL work.
Thanks.
...
Sending an email is usually called after an action on a model, but the email itself is a view operation. I'm looking for how you think about what question(s) to ask yourself to determine where to put the action mailer method call.
I've seen/used them:
In a model method - bad coupling of related but seperate concerns?
In a callback i...
Edit:
Seriously, what's the problem with this question? If someone convinces me, I'll take it down myself.
Regardless of libraries, tools, skeleton apps .. How fast can you put together a Demo?
Last night I commented on "What RAD tools are out there?" (http://stackoverflow.com/questions/510664/what-rad-tools-are-out-there/511965#5...
The company that I work for develops a C++ application to manage service businesses (dispatching, GPS tracking, CRM, etc). The problem is that the system is a little too limited. Being a relatively small company, we'd like to broaden the horizons and add some more modern features such as a web interface and plugins for various other appl...