Hello Tarrisse Laurent,

I changed in file OWCreateProjectBinary.cmake script: 

add_executable(${PROJECT_NAME} ${ARGN} ${${PROJECT_NAME}_SRCS})

To 

add_executable(${PROJECT_NAME} WIN32 ${ARGN} ${${PROJECT_NAME}_SRCS})

that is going to change project WengoPhone to the /SUBSYSTEM:WINDOWS

Not only that, after build all files boost  change to the release version.  

OK Tarrisse, this is solution what I am looking for. Thanks.

Greetings,
Taufik Hidayat
  ----- Original Message ----- 
  From: Taufik Hidayat 
  To: Tarrisse Laurent ; wengophone-devel@lists.openwengo.com 
  Sent: Tuesday, March 18, 2008 6:35 PM
  Subject: Re: [Wengophone-devel] Re: Re: WengoPhone 
releasebuildissues(TaufikHidayat)


  Hello Tarrisse Laurent,

  Thank you, I am going to try it. 

  Greetings,
  Taufik Hidayat
    ----- Original Message ----- 
    From: Tarrisse Laurent 
    To: wengophone-devel@lists.openwengo.com 
    Sent: Tuesday, March 18, 2008 5:17 PM
    Subject: Re: [Wengophone-devel] Re: Re: WengoPhone release 
buildissues(TaufikHidayat)


    You can change owbuild/owbuild/OWCreateProjeBinary.cmake :

    add "WIN32" argument to add_executable() function
      ----- Original Message ----- 
      From: Taufik Hidayat 
      To: Huang Yong ; wengophone-devel@lists.openwengo.com 
      Sent: Tuesday, March 18, 2008 3:41 PM
      Subject: Re: [Wengophone-devel] Re: Re: WengoPhone release build 
issues(TaufikHidayat)


      Yes, I do already, still the same. Release version has dos box also. Btw, 
I used 2.2  version. Please somebody tell me or maybe I must change application 
to win32 windows version, if I do it so I must change also so many script 
there.  

      Taufik
        ----- Original Message ----- 
        From: Huang Yong 
        To: wengophone-devel@lists.openwengo.com 
        Sent: Tuesday, March 18, 2008 11:59 AM
        Subject: [Wengophone-devel] Re: Re: WengoPhone release build issues 
(TaufikHidayat)


        I used 2.1.2, but I only seen dos box in debug version. Do you build a 
release version?

        Yonghuang



        On Mon, Mar 17, 2008 at 7:00 PM, <[EMAIL PROTECTED]> wrote:

          Send Wengophone-devel mailing list submissions to
                 wengophone-devel@lists.openwengo.com

          To subscribe or unsubscribe via the World Wide Web, visit
                 http://dev.openwengo.com/mailman/listinfo/wengophone-devel
          or, via email, send a message with subject or body 'help' to
                 [EMAIL PROTECTED]

          You can reach the person managing the list at
                 [EMAIL PROTECTED]

          When replying, please edit your Subject line so it is more specific
          than "Re: Contents of Wengophone-devel digest..."


          Today's Topics:

            1. Re: WengoPhone release build issues (Taufik Hidayat)
            2. Re:Re: [Wengophone-devel] [Howto]Build and Compiling V2.1.2
               WithVisualStudio 2005 ([EMAIL PROTECTED])


          ----------------------------------------------------------------------

          Message: 1
          Date: Sun, 16 Mar 2008 12:06:41 +0100
          From: "Taufik Hidayat" <[EMAIL PROTECTED]>
          Subject: Re: [Wengophone-devel] WengoPhone release build issues
          To: "Darshaka Pathirana" <[EMAIL PROTECTED]>,    "wengophone-devel"
                 <wengophone-devel@lists.openwengo.com>
          Message-ID: <[EMAIL PROTECTED]>
          Content-Type: text/plain; format=flowed; charset="utf-8";
                 reply-type=original

           Hi,

          Darshaka, I have the same problem with you. Do you get a solution for 
remove
          dos box and boost dll automatic update in build release version?
          Or anyone can help there?


          Greeting,
          Raksa

          ----- Original Message -----
          From: "Darshaka Pathirana" <[EMAIL PROTECTED]>
          To: "wengophone-devel" <wengophone-devel@lists.openwengo.com>
          Sent: Wednesday, March 12, 2008 12:45 AM
          Subject: Re: [Wengophone-devel] WengoPhone release build issues


          > On 06.03.2008 18:48, Darshaka Pathirana wrote:
          >> Hi!
          >>
          >> No sucess withouth some issues... ;)
          >>
          >> - After starting WengoPhone one can notice a dos-box opening and
          >> showing debug messages. How to get rid of this (in the release 
version)?
          >
          > Anybody who knows how to get rid of this dos-box, please?
          >
          >> - One more question: How to force cmake to just run the
          >> post-build-process (although the binaries are up to date)?
          >
          > Would be also nice...
          >
          > Greetings,
          > - Darsha
          >
          > _______________________________________________
          > Wengophone-devel mailing list
          > Wengophone-devel@lists.openwengo.com
          > http://dev.openwengo.com/mailman/listinfo/wengophone-devel
          >
          >
          > --
          > No virus found in this incoming message.
          > Checked by AVG.
          > Version: 7.5.518 / Virus Database: 269.21.7/1324 - Release Date: 
3/10/2008
          > 7:27 PM
          >
          >



          ------------------------------

          Message: 2
          Date: Sun, 16 Mar 2008 20:37:54 +0800
          From: <[EMAIL PROTECTED]>
          Subject: Re:Re: [Wengophone-devel] [Howto]Build and Compiling V2.1.2
                 WithVisualStudio 2005
          To: <[EMAIL PROTECTED]>, "Darshaka Pathirana" <[EMAIL PROTECTED]>,
                 "wengophone-devel" <wengophone-devel@lists.openwengo.com>
          Message-ID: <[EMAIL PROTECTED]>
          Content-Type: text/plain; format=flowed; charset="utf-8";
                 reply-type=response

          Compiling in Visual Studio 2005 SUCCESSFULLY!~

          [1] I made a mistake yesterday ,please do not follow my issue "[2]" 
in the
          mail of yesterday , I found all of the "error LNK2019: unresolved ...
          NonCopyable" cause by this . When Linking owutil.lib missing may 
cause a ERR
          , DO NOT change the proj to a static lib proj . The exactly cause of 
the ERR
          is the private_definitions .(e.g."-DBUILD_OWUTIL_DLL" mistake in to
          "DBUILD_OWUTIL_DLL" or something like that.)

          And some other proj may have the same mistake cause by
          "create_vcproj-VC80.bat" especially in our none-english platform, 
Please fix
          it .

          [2] There are several LNK2019 Err couse by webcomapi when compiling to
          "phapi" , has the experience above issue , I check the 
private_definitions
          ,there is a "WEBCAMDLL" in it . "WEBCAMDLL" is just for export dll 
,not to
          import API. Delete it and add a "WEBCAMAPI" instead . "Wengophone" 
also has
          this problem ,fix it same way.

          [3] Import "msvcrt.lib" and "msvcrtd.lib" on case of proj Linking Err 
2001 .


          Now erverthing is OK . Compiling completely and Wengophone.exe export 
in dug
          folder correctly , hoho~ ;)

          Thank for Wengo ,
          Thank for Darshaka Pathirana ,
          Thank for CCTV,NBC,FOX,ESPN ,
          Thank for Presdent BUSH ,
          Thank for Chairman Hu Jintao ,
          Sorry for My English~



           GIC 20080317

          --------------------------------------------------
          From: <[EMAIL PROTECTED]>
          Sent: Sunday, March 16, 2008 2:18 AM
          To: "Darshaka Pathirana" <[EMAIL PROTECTED]>; "wengophone-devel"
          <wengophone-devel@lists.openwengo.com>
          Subject: Re: [Wengophone-devel] [Howto]Build and Compiling V2.1.2
          WithVisualStudio 2005

          > Thank for Darshaka Pathirana help!
          >
          > Actually I have read your "[Wengophone-devel] patchset 
wengophone-2.2
          > (r13252) (was: Build wengophone-2.2 / windows 2000 / visual studio 
c++
          > 2005 (msvc) notes)" before your write back , and it's very helpful 
,and
          > thanks again .
          >
          > With your guide , now I build a v2.2 patchset solution by
          > "create_vcproj-VC80.bat" .
          > For hours Compiling , It seemed more closer to the goal . Share the
          > progress here , may useful for somebody:
          >
          > [1] Because my VS IDE(language in P.R.CHINA) do not support "ISO 
639"
          > result a char-set Error in "languages.h" , save it to "UTF-8" to get
          > through .
          > [2] A child proj "lib" did't found when linking (sorry for my 
failing
          > memory , I'm not sure the name exactly , may be "owutil") , that is
          > because only dynamic lib build in the solution , change the proj 
setting
          > and build a static lib can get through.
          > [3] Hundreds of "LNK 2001 ERR" in dozens proj almost make me crazy 
,at end
          > I found add "msvcrt.lib" and "msvcrtd.lib" can get across those 
problem .
          >
          > Now , Most of the proj can  Compiling successfully ,[4] however
          > "webcam","yealinkwenbox","Wengophone" remain some "LNK 2019 Err" 
need to
          > be solve , may be somebody can help me ,the log info below:
          >
          > ...
          >
          > GIC 20080316
          >
          >
          > --------------------------------------------------
          > From: "Darshaka Pathirana" <[EMAIL PROTECTED]>
          > Sent: Saturday, March 15, 2008 3:07 PM
          > To: "wengophone-devel" <wengophone-devel@lists.openwengo.com>
          > Subject: Re: [Wengophone-devel] [Howto]Build and Compiling V2.1.2 
With
          > VisualStudio 2005
          >
          >> Hi!
          >>
          >> On 14.03.2008 17:32, [EMAIL PROTECTED] wrote:
          >>> Hi Everybody
          >>>
          >>> I Compiling V2.1.2 With Visual Studio 2005 Build by
          >>> "create_vcproj-VC80.bat".
          >>
          >> I tried that too..  ;)
          >>
          >>> But there are too many LINK ERROR when compiling to Phapi .I 
found the
          >>> some "vcproj" in path "wengophone-2.1.2\wifo\vs2005\Wifo\" (e.g.
          >>> ilbc.vcproj etc.) not build correctly in the VC Solution .
          >>>
          >>> Any one can tell me HOWTO Build and Compiling V2.1.2 With Visual 
Studio
          >>> 2005 Correctly , please post me a detailed Compiling .V2.1.2 or
          >>> V2.2 both possible.
          >>
          >> I wrote a small howto on this mailling list a while ago. You can
          >> find it under:
          >>
          >> [1] http://thread.gmane.org/gmane.comp.voip.wengophone.devel/5743
          >>
          >> Be carefull and read the whole thread as there are a few issues
          >> regarding Visual Studio 2005 which must be solved in order to
          >> compile wengophone cleanly.
          >>
          >> Be aware that wengophone is now maintained by MDBSYS and is now
          >> actually called qutecom. The new (hg) repository can be found here:
          >>
          >> [2] http://hg.qutecom.com
          >>
          >> FYI: At the end I did not use "create_vcproj-VC80.bat"[3] instead I
          >> took the "nmake"-approach to compile wengophone with Visual Studio
          >> 2005[4]. I would love to know how to compile everything with the
          >> "Visual Studio 8"-generator and I am willing to assist you 
whereever
          >> I can. Maybe we can solve it together...
          >>
          >> [3] http://thread.gmane.org/gmane.comp.voip.wengophone.devel/5987
          >> [4] http://thread.gmane.org/gmane.comp.voip.wengophone.devel/5989
          >>
          >> HTH && HAND,
          >> - Darsha
          >>
          >>
          >
          >


          ------------------------------

          _______________________________________________
          Wengophone-devel mailing list
          Wengophone-devel@lists.openwengo.com
          http://dev.openwengo.com/mailman/listinfo/wengophone-devel

          End of Wengophone-devel Digest, Vol 32, Issue 7
          ***********************************************





------------------------------------------------------------------------


        _______________________________________________
        Wengophone-devel mailing list
        Wengophone-devel@lists.openwengo.com
        http://dev.openwengo.com/mailman/listinfo/wengophone-devel 


------------------------------------------------------------------------


        No virus found in this incoming message.
        Checked by AVG. 
        Version: 7.5.519 / Virus Database: 269.21.7/1332 - Release Date: 
3/17/2008 10:48 AM



--------------------------------------------------------------------------


      _______________________________________________
      Wengophone-devel mailing list
      Wengophone-devel@lists.openwengo.com
      http://dev.openwengo.com/mailman/listinfo/wengophone-devel


----------------------------------------------------------------------------


    _______________________________________________
    Wengophone-devel mailing list
    Wengophone-devel@lists.openwengo.com
    http://dev.openwengo.com/mailman/listinfo/wengophone-devel 


----------------------------------------------------------------------------


    No virus found in this incoming message.
    Checked by AVG. 
    Version: 7.5.519 / Virus Database: 269.21.7/1333 - Release Date: 3/18/2008 
8:10 AM



------------------------------------------------------------------------------


  _______________________________________________
  Wengophone-devel mailing list
  Wengophone-devel@lists.openwengo.com
  http://dev.openwengo.com/mailman/listinfo/wengophone-devel


------------------------------------------------------------------------------


  No virus found in this incoming message.
  Checked by AVG. 
  Version: 7.5.519 / Virus Database: 269.21.7/1333 - Release Date: 3/18/2008 
8:10 AM
_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to