The first problem was that aclui.h wasn't found when I built winvnc. I searched in the forum and I found that the last SDK was the solution. So I installed last MS plataform SDK (http://www.microsoft.com/downloads/deta ... laylang=en)
However, this didn't fix the situation and I still get errors when I compile like this:
Code: Select all
ldapAuth.cpp
Linking...
Creating library ..\..\Release/ldapauth.lib and object ..\..\Release/ldapauth.exp
adsiid.lib(guid.obj) : fatal error LNK1103: debugging information corrupt; recompile module
Error executing link.exe.
After all, I get that code compiles in release configuration but with 38 warnings. Is that ok or I would have to get 0 warnings? If I select debug configuration, I also get that code compiles with 38 warnings and this last message:
Code: Select all
Linking...
LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library
winvnc.exe - 0 error(s), 38 warning(s)
- If everything is okay, would I get warnings when I build winvnc?
- MS Plataform SDK I downloaded website says "This SDK does not support working with Microsoft Visual C/C++®, 6.0 as support for VC 6.0 has ended. The last SDK that will work with VC 6.0 is the February 2003 Edition" so, which MS plataform SDK is it supossed is the last for you? Last available (Windows® Server 2003 SP1 Platform SDK Web Install) or maybe another? I think that copy files that fail in building process in plataform sdk directory is not okay so this could be the reason.
- In Tools - Options - Directories I added E:\Microsoft Platform SDK\Include in the top of include directories and E:\Microsoft Platform SDK\Lib in the top of Library directories, is that okay?
- I'm developing an UltraVNC version with smartcard support so I would be grateful I could read the developer discussions forum, could someone give me rights, please?
And that's all today, thanks in advance for supporting.
Lolo.