C Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesC Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 29th, 2012, 07:32 AM
dada1 dada1 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Posts: 71 dada1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 h 51 m 55 sec
Reputation Power: 6
Include x32 or x64 SQLite.dll file correctly

I was searching on internet about it but I'm not sure exatcly what to do.
I found out that I need to include some code in my Program.csproj file.

When I open it it says
Code:
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <ProjectView>ShowAllFiles</ProjectView>
  </PropertyGroup>

</Project>


this is code which I would include.
Code:

<Reference 
       Include="System, Version=1.0.66.0, Culture=neutral, PublicKeyToken=41b332442f1101cc, processorArchitecture=MSIL"  
         Condition=" '$(Platform)' == 'AnyCPU' ">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>library\sqlite\x32\System.Data.SQLite.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference 
         Include="System, Version=1.0.66.0, Culture=neutral, PublicKeyToken=41b332442f1101cc, processorArchitecture=MSIL" 
         Condition=" '$(Platform)' == 'x64' ">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>library\sqlite\x64\System.Data.SQLite.DLL</HintPath>
</Reference>



But where to include it exactly?
Is it correct, Because I don't know what to write in this part
Code:
Include="System...


this is path where my dll is
Code:
C:\Documents and Settings\User\My Documents\Visual Studio 2008\Projects\Peegy\Peegy\library\sqlite\x64\System.Data.SQLite.DLL


csproj file is here
Code:
C:\Documents and Settings\User\My Documents\Visual Studio 2008\Projects\Peegy\Peegy\Peegy.csproj

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesC Programming > Include x32 or x64 SQLite.dll file correctly

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap