| Newsgroups |
gmane.mail.blat |
| Message-ID |
<[email protected]> |
I will try to check this after I return home this weekend.
Chip
<div>-------- Original message --------</div><div>From: "[email protected] [blat]" <[email protected]> </div><div>Date:06/23/2016 3:27 AM (GMT-07:00) </div><div>To: [email protected] </div><div>Subject: RE: [blat] Ignore any attachments that is not found in the parameters list </div><div>
</div>
Yes, that's what I did already :-)
Anyway I had difficult time to compile BLAT using VS2012 and using XP toolkit (project Properties -> Configuration Properties -> Linker -> System -> SubSystem).
As I read in the MS tech support they know the bug that the specific compiler and below (I think is version 11), does not support definitions string lengths bigger then 32 chars in the Resource files. If you look inside blat resource file, there is an TCHAR include, that have such definitions.
Anyway I tried to recompile using Visual Studio 2015 (ver 14) with XP 14 toolkit. The problem I had is an exception error when I declare some buf variables like this
buf mailserver(_T("mail.xyz.com");
buf
buf
...
..
and this happened only in release mode and not in a specific declaration. Anyone does have ever meet such kind of problems under Visual Studio 2015 and XP toolkit ? I am not sure but without XP toolkit it works just fine. I debugged the code and raised an exception in file management (If I remember well it was about sharing permissions...)
PS:I am not in the office right now to copy/paste the offended code, but if you ask it for, i will do it to replicate the problem.