Jump to content


after setup unicode nextgrid can't set TMSUNICODE in delphi 7


  • Please log in to reply
17 replies to this topic

#1 chou

chou
  • Members
  • 18 posts

Posted 07 October 2009 - 02:57 PM

Hello Boki

   after setup unicode nextgrid can't setup TMSUNICODE vcl in delphi 7

Best regards



#2 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 6,697 posts
  • Gender:Male

Posted 07 October 2009 - 03:11 PM

Hello Chou,

Please do next

1) Open NxSuite.inc file located in \Sources sub-folder.
2) Change line:

CODE
{$DEFINE _TNTUNICODE}


into

CODE
{$DEFINE TNTUNICODE}


3) Start your program.

I hope that this helps smile.gif

Best regards
boki@bergsoft.net
--
BergSoft Home Page: www.bergsoft.net
Members Section: bms.bergsoft.net
Articles and Tutorials: dn.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#3 chou

chou
  • Members
  • 18 posts

Posted 09 October 2009 - 04:08 PM

Hello Boki

after setup unicode nextgrid can't setup TMSUNICODE vcl in delphi 7


  1.install tmsunicode 1703 in delphi 7 is ok,

  2.install unicode nextgrid has error .


Attached File  01.jpg   32.45K   0 downloads


Attached File  02.jpg   80.88K   4 downloads



Best regards

#4 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 6,697 posts
  • Gender:Male

Posted 09 October 2009 - 06:04 PM

Hello Chou,

You don't need to re-compile packages, just hit Run and program will run with TNT Unicode support.

I hope that this helps smile.gif

Best regards
boki@bergsoft.net
--
BergSoft Home Page: www.bergsoft.net
Members Section: bms.bergsoft.net
Articles and Tutorials: dn.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#5 chou

chou
  • Members
  • 18 posts

Posted 13 October 2009 - 04:52 PM

Hello Boki

    don't re-compile or re-compile packages in delphi7, can't install NxCommonRun, NxCommonDsgn, and other component
  

Best regards

#6 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 6,697 posts
  • Gender:Male

Posted 13 October 2009 - 05:28 PM

Hello Chou,

Please try next

1) Remove Delphi 7 components from IDE:
    1.1) Click on Component -> Install Packages
    1.2) Remove all Berg Next * packages
2) Delete all Nx* packages from <Next Suite>\Lib\Delphi 7 sub-folder

Now Install NextSuite again. You may place new installation in same folder where you have installed previous files.

I hope that this will help. smile.gif

Please visit this link for more details.

Best regards
boki@bergsoft.net
--
BergSoft Home Page: www.bergsoft.net
Members Section: bms.bergsoft.net
Articles and Tutorials: dn.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#7 chou

chou
  • Members
  • 18 posts

Posted 14 October 2009 - 03:33 PM

Hello Boki

   0.TmsUnicod is install in Delphi7.
  
   1. Remove existing NextSuite packages from IDE
   2. Deleting old NextSuite files
   3. Extract new NextSuite files

   4. modify NxSuite.inc --> {$DEFINE _TNTUNICODE} into  {$DEFINE TNTUNICODE}

   5.Compiling packages

   6.Build All Projects --> found error
  
   Attached File  03.jpg   23.73K   1 downloads

   Attached File  04.jpg   86.92K   1 downloads

Best regards

#8 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 6,697 posts
  • Gender:Male

Posted 14 October 2009 - 05:19 PM

Hello Chou,

All you have do is fine, except that modifying {$DEFINE _TNTUNICODE} is need to be done at the END.

First install packages and then modify NxSuite.inc

I hope that this will help.

Best regards
boki@bergsoft.net
--
BergSoft Home Page: www.bergsoft.net
Members Section: bms.bergsoft.net
Articles and Tutorials: dn.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#9 chou

chou
  • Members
  • 18 posts

Posted 14 October 2009 - 07:23 PM


Hello Boki

   1.use this method is ok to install.

      -->All you have do is fine, except that modifying {$DEFINE _TNTUNICODE} is need to be done at the END.

      -->First install packages and then modify NxSuite.inc

      Next Grid  can't  support  unicode data process.

    2.modify NxSuite.inc {$DEFINE TNTUNICODE} and  install, found problem about TMSunicode  and Next Grid.

    3.use TNTunicode 2.30 like this.  

Best regards



#10 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 6,697 posts
  • Gender:Male

Posted 17 October 2009 - 07:07 PM

Hello Chou,

Do you have succeed to install components?

Best regards
boki@bergsoft.net
--
BergSoft Home Page: www.bergsoft.net
Members Section: bms.bergsoft.net
Articles and Tutorials: dn.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#11 chou

chou
  • Members
  • 18 posts

Posted 19 October 2009 - 01:35 PM

Hello Boki

1.download new version  nextgrids_51091 use {$DEFINE _TNTUNICODE}
   has found convert to error
  
2.download new version  nextgrids_51091 use {$DEFINE TNTUNICODE}
   need to modify TMSUnicodeD7.dpk -->
   // TntTaskDialog in '..\Source\TntTaskDialog.pas',
   is ok to install, but has found problem.
  
   Attached File  10.jpg   108.51K   1 downloads  

   Attached File  11.jpg   19.11K   0 downloads

   Attached File  12.jpg   55.72K   0 downloads

   Attached File  13.jpg   19.32K   0 downloads

3. nextgrids_51091 is ok to install , unicode can use,  

   except 1 and 2 .

Thanks

Best regards


#12 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 6,697 posts
  • Gender:Male

Posted 21 October 2009 - 12:16 AM

Hello Chou,

Please note that TNTUNICODE need to be set at the end, when NextSuite packages are installed.

Best regards
boki@bergsoft.net
--
BergSoft Home Page: www.bergsoft.net
Members Section: bms.bergsoft.net
Articles and Tutorials: dn.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#13 chou

chou
  • Members
  • 18 posts

Posted 21 October 2009 - 12:57 PM

Hello Boki

    1.  install TmsUnicode.
    2.  install Next Grid.
    3.  modify NxSuite.inc --> {$DEFINE _TNTUNICODE} into {$DEFINE TNTUNICODE}.
    
    Thanks is ok.  

Best regards

#14 rond

rond
  • Members
  • 50 posts
  • Location:Lieshout, The Netherlands

Posted 04 February 2011 - 06:36 PM

QUOTE (Boki (Berg) @ Oct 21 2009, 12:16 AM) <{POST_SNAPBACK}>
Hello Chou,

Please note that TNTUNICODE need to be set at the end, when NextSuite packages are installed.

Best regards

Is there no other way to circumvent this message/warning about the need to 'rebuild' the tnt-package ( TntUnicodeVcl_R70 ) the compiler warns about ?


#15 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 6,697 posts
  • Gender:Male

Posted 04 February 2011 - 07:06 PM

Hello Rond,

You may delete this line with warning in NextSuite.inc

I hope that this helps.
boki@bergsoft.net
--
BergSoft Home Page: www.bergsoft.net
Members Section: bms.bergsoft.net
Articles and Tutorials: dn.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#16 rond

rond
  • Members
  • 50 posts
  • Location:Lieshout, The Netherlands

Posted 07 February 2011 - 11:27 AM

QUOTE (Boki (Berg) @ Feb 4 2011, 07:06 PM) <{POST_SNAPBACK}>
Hello Rond,

You may delete this line with warning in NextSuite.inc

I hope that this helps.

I made a mistake.
It's not a warning (which could be skipped) but an error, which prevented succesful compilation.
"Never-build package 'NxCommonRun_d7' requires always built package TntUnicodeVcl_R70."

I did notice that all packages for Nextgrid were set to "explicit rebuild", changing them to "rebuild as needed" prevented this message.
I also set the compile-output for all packages to the same location.

Attached Files



#17 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 6,697 posts
  • Gender:Male

Posted 08 February 2011 - 01:06 AM

Hello Rond,

Did you have succeed?

Important: When changing settings in INC file, there is no need to rebuild packages.

Best regards
boki@bergsoft.net
--
BergSoft Home Page: www.bergsoft.net
Members Section: bms.bergsoft.net
Articles and Tutorials: dn.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#18 rond

rond
  • Members
  • 50 posts
  • Location:Lieshout, The Netherlands

Posted 08 February 2011 - 10:56 AM

QUOTE (Boki (Berg) @ Feb 8 2011, 01:06 AM) <{POST_SNAPBACK}>
Hello Rond,

Did you have succeed?

Important: When changing settings in INC file, there is no need to rebuild packages.

Best regards

It looks like it works now smile.gif





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users