Re: [otlkcon-devel] Project source update

2007-11-30 Thread Kervin L. Pierre
Hello Tom,

- Original Message 
> project built successfully.  The only issue that I had was that the  
> tests project couldn't find smlog.lib.  I noticed the smlog directory  

Yes, this is a recent change.  I removed the
dependency on "smlog".  In fact the smlog
source should be removed from the source
tree soon.

The fix is to removed smlog from the linker
input in the project configuration.

The latest SVN code should have this fix
in there.

Best regards,
Kervin







-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
otlkcon-devel mailing list
otlkcon-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/otlkcon-devel


Re: [otlkcon-devel] Project source update

2007-11-30 Thread Tom Grove

On Nov 29, 2007, at 1:38 PM, Kervin L. Pierre wrote:

> Hello Tom,
>
> - Original Message 
>>> The 'Debug_Installed' target is needed
>>> to build.  Also, prebuilt dependency
>>> DLLs can be downloaded from...
>> Okay, I'm so out of Visual Studio development it's kinda sad.  When
>> you talk about the Debug_Installed target is needed to build what
>> exactly do you mean?
>>
>
> This is the "Configuration Target".  It can be found
> on the standard build toolbar.  The default options
> are "Debug" and "Release" usually.  We have a
> third target, "Debug_Installed".  Select that in the
> build toolbar and you should be good to go.
>
> This target is basically the same as the "Debug"
> except it places the built DLL in the
> C:\Windows\System32 directory.  Useful for
> speeding up build/test cycles.

Perfect...this is exactly what I needed to know.

>
>
>> test it with Leopard Calendar server and I am having a heck of a
>> time.  Can anyone post some detailed instructions on how to build the
>> code.  I would really like to start testing.  Thanks.
>>
>
> I'll try to get a milestone build out this weekend.
>
> To build from SVN...
> 1. Get the code... http://sourceforge.net/svn/?group_id=66565
>
> 2. Get the dependency binaries...   dev-build-binaries-20070715-01.zip
> on http://sourceforge.net/project/showfiles.php?group_id=66565
>
> 3. Unzip the binaries in the "otlkcon" folder of the source.
>
> 4. Open the "otlkcon.sln" file and click the build button.
>
> This should work, let me know if it doesn't.
>
> Best regards,
> Kervin

Again, Kervin, great instructions.  I was finally able to get the  
project built successfully.  The only issue that I had was that the  
tests project couldn't find smlog.lib.  I noticed the smlog directory  
within the otlkcon folder and added that as a project within the  
solution.  I then made it a dependency of the tests project and  
everything built.  Does that make sense and should it be changed  
permanently?

-Tom

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
otlkcon-devel mailing list
otlkcon-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/otlkcon-devel


Re: [otlkcon-devel] Project source update

2007-11-29 Thread Kervin L. Pierre
Hello Tom,

- Original Message 
> > The 'Debug_Installed' target is needed
> > to build.  Also, prebuilt dependency
> > DLLs can be downloaded from...
> Okay, I'm so out of Visual Studio development it's kinda sad.  When  
> you talk about the Debug_Installed target is needed to build what  
> exactly do you mean?
> 

This is the "Configuration Target".  It can be found
on the standard build toolbar.  The default options
are "Debug" and "Release" usually.  We have a
third target, "Debug_Installed".  Select that in the
build toolbar and you should be good to go.

This target is basically the same as the "Debug"
except it places the built DLL in the 
C:\Windows\System32 directory.  Useful for
speeding up build/test cycles.

> test it with Leopard Calendar server and I am having a heck of a  
> time.  Can anyone post some detailed instructions on how to build the  
> code.  I would really like to start testing.  Thanks.
> 

I'll try to get a milestone build out this weekend.

To build from SVN...
1. Get the code... http://sourceforge.net/svn/?group_id=66565

2. Get the dependency binaries...   dev-build-binaries-20070715-01.zip
on http://sourceforge.net/project/showfiles.php?group_id=66565

3. Unzip the binaries in the "otlkcon" folder of the source.

4. Open the "otlkcon.sln" file and click the build button.

This should work, let me know if it doesn't.

Best regards,
Kervin


> -Tom
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> otlkcon-devel mailing list
> otlkcon-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/otlkcon-devel
> 



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
otlkcon-devel mailing list
otlkcon-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/otlkcon-devel


Re: [otlkcon-devel] Project source update

2007-11-27 Thread Tom Grove
On Oct 16, 2007, at 2:44 PM, Kervin L. Pierre wrote:

> Hello,
>
> I've just synced the source code in
> the Subversion repository.  You can
> find information on getting the source
> at...
> http://sourceforge.net/svn/?group_id=66565
>
> The 'Debug_Installed' target is needed
> to build.  Also, prebuilt dependency
> DLLs can be downloaded from...
> http://downloads.sourceforge.net/otlkcon/dev-build-binaries-20070715-01.zip
>

Okay, I'm so out of Visual Studio development it's kinda sad.  When  
you talk about the Debug_Installed target is needed to build what  
exactly do you mean?

I'm just trying to get the latest code from SVN to build so that I can  
test it with Leopard Calendar server and I am having a heck of a  
time.  Can anyone post some detailed instructions on how to build the  
code.  I would really like to start testing.  Thanks.

-Tom

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
otlkcon-devel mailing list
otlkcon-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/otlkcon-devel