after setup unicode nextgrid can't set TMSUNICODE in delphi 7
#1
Posted 07 October 2009 - 02:57 PM
after setup unicode nextgrid can't setup TMSUNICODE vcl in delphi 7
Best regards
#2
Posted 07 October 2009 - 03:11 PM
Please do next
1) Open NxSuite.inc file located in \Sources sub-folder.
2) Change line:
into
3) Start your program.
I hope that this helps
Best regards
--
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.
#4
Posted 09 October 2009 - 06:04 PM
You don't need to re-compile packages, just hit Run and program will run with TNT Unicode support.
I hope that this helps
Best regards
--
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
Posted 13 October 2009 - 04:52 PM
don't re-compile or re-compile packages in delphi7, can't install NxCommonRun, NxCommonDsgn, and other component
Best regards
#6
Posted 13 October 2009 - 05:28 PM
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.
Please visit this link for more details.
Best regards
--
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
Posted 14 October 2009 - 03:33 PM
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
03.jpg 23.73K
1 downloads
04.jpg 86.92K
1 downloadsBest regards
#8
Posted 14 October 2009 - 05:19 PM
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
--
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
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
Posted 17 October 2009 - 07:07 PM
Do you have succeed to install components?
Best regards
--
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
Posted 19 October 2009 - 01:35 PM
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.
10.jpg 108.51K
1 downloads
11.jpg 19.11K
0 downloads
12.jpg 55.72K
0 downloads
13.jpg 19.32K
0 downloads3. nextgrids_51091 is ok to install , unicode can use,
except 1 and 2 .
Thanks
Best regards
#12
Posted 21 October 2009 - 12:16 AM
Please note that TNTUNICODE need to be set at the end, when NextSuite packages are installed.
Best regards
--
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
Posted 21 October 2009 - 12:57 PM
1. install TmsUnicode.
2. install Next Grid.
3. modify NxSuite.inc --> {$DEFINE _TNTUNICODE} into {$DEFINE TNTUNICODE}.
Thanks is ok.
Best regards
#14
Posted 04 February 2011 - 06:36 PM
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
Posted 04 February 2011 - 07:06 PM
You may delete this line with warning in NextSuite.inc
I hope that this helps.
--
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
Posted 07 February 2011 - 11:27 AM
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
Posted 08 February 2011 - 01:06 AM
Did you have succeed?
Important: When changing settings in INC file, there is no need to rebuild packages.
Best regards
--
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
Posted 08 February 2011 - 10:56 AM
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
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












