Technology

Technology and Software Development

Freedom at last, Linux + MingW cross compiler’s endless possibilies

Having worked on an RTS (real time strategy) open source game at sourceforge.net, I came across many challenges but also learned many things related to the world of open source. This article will attempt to discuss some of those things in the hope that the information helps other developers in the open source realm. I [...]

VC++ 2008 express (vs2008) – fatal error C1085 … The parameter is incorrect.

Recently while trying to compile wxWidgets for the open source project glest, I kept getting errors in VC++ 2008 express edition related to pre-compiled headers. The errors were:
fatal error C1085 … The parameter is incorrect.
In my case the solution was found here (see Gary Gilbreath’s comment.. especially item #3)
I was compiling on a mapped network [...]

A house of cards – The Canadian Financial System

I have for some time had an interest and have studied financial systems for Canada and America. At first my interest came when I worked for an online stock trading company, at which time I took the Canadian Securities course (CSC) which I never completed.
I learned so much about the “real” side of the system [...]

network: Firewall authentication: site= protocol=http, prompt=, scheme=ntlm - How to get applets loading in Linux

network: Firewall authentication: site= protocol=http, prompt=, scheme=ntlm – How to get applets loading in Linux

I do a lot of work these days in Java and recently I wanted to be able to test a web application that uses Java Applets from my Ubuntu Karmic client. When loading the first applet and viewing the Applet Console window I noticed Firefox would hang and the last line in the console was:
network: [...]

SMTP failure in Thunderbird using Hotmail? Wacky solution!

First Follow the steps here. I found that no matter how hard I tried to fix “Sending” emailing using my hotmail account did not solve the issue. I tried a wacky step and it solved my problem:
In Thunderbird goto:
Edit->Account Settings->Outgoing Server (SMTP)
and select your hotmail server (smtp.live.com) and click edit
Now just UNCHECK the “Use name [...]