Page 2 of 2

Re: SUB-20-100120-x64 Link with sub20.dll bug

Posted: Sat Sep 11, 2010 2:05 pm
by serg
Hi Dan,

Unfortunately, I don't think I can help you with this. This is well known Microsoft issue and it is not directly related to the SUB-20 product. You may try to contact Microsoft for more info or better just google "LNK1000" and try to find a solution.
http://msdn.microsoft.com/en-us/library ... S.71).aspx
http://support.microsoft.com/kb/888327
I would guess there is something related to precompiler header files. Try to disable this feature and rebuild your project.

Regards

Re: SUB-20-100120-x64 Link with sub20.dll bug

Posted: Fri Oct 01, 2010 4:33 am
by Superman
Win 7 when there is much support in Win xp and I encourage you to use Windows XP!

Re: SUB-20-100120-x64 Link with sub20.dll bug

Posted: Sat Oct 02, 2010 10:27 pm
by Bocdan
I did fix that problem a while back by including libsub.h in stdafx.h instead (seems that's how you're always supposed to do things with MFC) and then include stdafx.h. Another thing to fix that linker problem is to remove the incremental build option in the project options.

Dan