Well I would but being stuck in New Zealand it's (like most offers everyway) not available to me... Not that its just this offer - what gets me is when companies send you an email (to a .net.nz address) and make an offer which then goes on to say Available in the US and Canada only Is it just me or is that real dumb lol :-D Well that's my rant for the day :) Richard Just another NZer
Richard Bywater
Posts
-
VS.NET and MSDN from CodeProject -
VS.NET and MSDN from CodeProjectWell I would but being stuck in New Zealand it's (like most offers everyway) not available to me... Not that its just this offer - what gets me is when companies send you an email (to a .net.nz address) and make an offer which then goes on to say Available in the US and Canada only Is it just me or is that real dumb lol :-D Well that's my rant for the day :) Richard Just another NZer
-
WindowsUpdateIf you click on Read More, does it come up with the description of the fix or does it come up with Server not found? Richard.
-
Using MFC with a Console ApplicationThanks Jonathan - have created many a console app and never noticed that option! :) Richard.
-
Using MFC with a Console ApplicationHi All, I've been splitting one of my MFC apps into two parts recently (Service & Visual). I've written the Service as a NT Console type application but wanted to use such things as CStrings & also the COleDispatch object. To do this I've included afxwin.h, afxext.h, and afxdisp.h. My question is: is there any reason I shouldn't be doing this or should I be looking at using something such as the CNTService class on this site? (Hopefully there is no reason as otherwise I'll have to rewrite my code :omg: ) Richard.
-
Lame icon associationHave you problems with any other icons? I've had similar problems just using my system where icon associations kept changing to different icons... Otherwise if its just the ABC files that your having trouble with, sorry cant help... Richard.
-
Successfully build EXE, but it won't run...Assumming dlgdata.cpp is something you've written, what does line 43 say? The best thing to do is to put a breakpoint somewhere and see what you're passing to the particular function... Cheers, Richard.