Project setup question

Posts   
 
    
erichar11
User
Posts: 268
Joined: 08-Dec-2003
# Posted on: 02-Feb-2005 09:59:13   

Currently, use llblgen to generate a seperate project for the dal layer. I then refrence this dal in my actual developement project. Currently I generate the dal project in debug mode. Should I generate it as a release mode and use it in my project that way. Just curious.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39801
Joined: 17-Aug-2003
# Posted on: 02-Feb-2005 10:45:42   

I'd keep it in a separate solution. For your code's solution it doesn't matter what you reference, debug or release, as long as you distribute it with the release version of your generated code simple_smile

When you keep it in a separate solution, you keep your own solution more compact, which makes life inside visual studio a bit better simple_smile

Frans Bouma | Lead developer LLBLGen Pro
erichar11
User
Posts: 268
Joined: 08-Dec-2003
# Posted on: 02-Feb-2005 10:49:21   

yeap, I meant to say solution. Thanks for the info.