January 2008 Entries
I recently acquired for some web hosting and i was a couple of dollars short, so to make the cut i asked a friend what was a FREE, EASY and LEGAL way to get some money! He directed me to the site bux.to! It is really simple, all you do is sign up making sure you have a valid Paypal account and then just click the ads in the Surf Ads link! Anyway for anyone else in the same boat like i was i would really recommend using bux.to ;) To register simply go to the banner above, oh and PaulMount is my username...
I just received an offer today to complete a software development course i am over the moon seeing as 19,000 other students in the state did not receive university or TAFE placements. At first i couldn't see my name among the other's then all the stress was gone i saw my name and the course number Anyway it looks like i am truly on my way to becoming a more professional software developer...
.NET vs Ruby on Rails - Commercial #9 .NET vs Ruby on Rails - Commercial #5 Two funny Microsoft vs MAC parodies but with relevance to Ruby on Rails and .NET Sort of funny there are also some commercials but nothing involving .NET enjoy :)...
I guess i found out the hard way but better than never finding out :D I recently had to make an example program in C# using the .NET 2.0 framework to call a function from a Delphi Dll. The function definition was as follows... function EncryptDoc(Password, FilePath, LaunchFile, OutputFile : WideString) : LongBool; stdcall; But when i was calling the function like so... [DllImport("Encrypter.dll", CallingConvention = CallingConvention.StdCall)] public static extern bool EncryptDoc(string PassWord,...