[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ciderpress Possible Problem Reading CP/M Disks



"sicklittlemonkey" <Nick.Westgate@gmail.com> wrote in message 
37a76b36-a5d1-437c-92d6-6a2bca7e0228@d36g2000prf.googlegroups.com">news:37a76b36-a5d1-437c-92d6-6a2bca7e0228@d36g2000prf.googlegroups.com...
On Dec 14, 5:44 am, "Bill Buckels" <bbuck...@mts.net> wrote:
> But Bill, you should have seen the errors in Visual Studio 2005 and Visual
>I compiled the "app" with VC++ Express 2005.Its errors were mostly missing 
>"int" keywords and char* conversions which were easy to fix.

Maybe easy to fix. If I were going to take time to fix this I would lose the 
block scoping on the temps since it doesn't gain much and rename them to 
something a little longer like idx, jdx, kdx so I could search for them and 
tell them apart. I am not into the notation much anymore, but lazy, and I 
hate searching for single letter variable names.

>No MFC with Express though, so I had to stop there.Were there many errors 
>in the other modules?

I only have express 2005 on this box but it's patched up pretty good... 
however I thought the idea was to put this into something everyone could 
work on easily with a free compiler . Barring that it may as well stay in VS 
6.

Nick, if you want the build logs I compiled this in 3 separate directories. 
That's just too much errors and warnings for my liking. Where's your VS 6 
and your MFC? Drop me a line in private mail.

Linking...
LINK : fatal error LNK1104: cannot open file 'mfc42d.lib'

Bill