#123: I need to debug qutecom, faced huge amounts of error LNK2001 in vs2005
sulution, but  release goes well, why?
---------------------------+------------------------------------------------
  Reporter:  ouhncom       |       Owner:  laurent        
      Type:  defect        |      Status:  new            
  Priority:  major         |   Milestone:  QuteCom 2.2-RC2
 Component:  Build System  |     Version:  2.2-RC3        
Resolution:                |    Keywords:  LNK2001        
---------------------------+------------------------------------------------

Comment(by laurent):

 1/ use cmake to generate debug nmake makefile
 2/ open visual 2005
 2/ files/new/projet
 3/ -select general / projet Makefile
      -Projet name:
                  -if you build QuteCom in qutecom-2.2/build use "build"
 for name, if you build QuteCom in qutecom-2.2/{$BUILD_DIR} use
 {$BUILD_DIR} (use real value for BUILD_DIR)
       -Projet dir :
                  - select the absolute path of qutecom-2.2 folder
       => don't check : create the folder of the solution
 4/in the next wizard window:
       -go to config. Debug parameters:
                  -command line build = nmake
                  -command line debug =
 {$BUILD_DIR}/{$BUILD_TYPE}/qutecom.exe (use real value for BUILD_DIR and
 BUILD_TYPE)

 5/ finish !

 Now you can  build/debug from the visual ide ;-)

 It is not require to add source files into the solution:
 simply drag and drop them into the IDE, put your breackpoint and launch
 the debugger

-- 
Ticket URL: <http://trac.qutecom.org/ticket/123#comment:3>
QuteCom <http://trac.qutecom.org>

_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to