I have been trying to figure out why the tcnative project won't build, but without success... I have added the Microsoft SDK, Windows\system, Windows\system32 and OpenSSL\ library directories to the list of "Additional Library Directories" in Visual Studio 2008 for the projects apr, libapr, libctnative (all 3 build fine) and tcnative (compiles), but I always get the same error message. The function UuidCreate seems to be in the RpcRt4.lib, which is located in the aforementioned SDK directory. So what am I missing???
2>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 2>Copyright (C) Microsoft Corporation. All rights reserved. 2>Linking... 2> Creating library .\LibR/tcnative-1.lib and object .\LibR/tcnative-1.exp 2>apr-1.lib(rand.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function [EMAIL PROTECTED] 2>LibR/tcnative-1.dll : fatal error LNK1120: 1 unresolved externals 2>Build log was saved at "file://h:\Visual Studio\tomcat-native-1.1.15-win32-src\jni\native\LibR\BuildLog.htm" 2>tcnative - 2 error(s), 0 warning(s) ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Cheers, Lorenz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]