<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Delphi to C++ builder]]></title><description><![CDATA[<p>hi every body ,<br />
i have completed my Components using delphi ( currently Delphi 7 )my components are devided into Full and trial version , with the Trial i use conditional defined so the result is a nag screen . and the packages are in Design and run time . so every thing goes good with delphi ( both Full or Trial version ) .<br />
but when i use C++ builder ( currently C++ builder 6 is used ) i don't have a problem with the full Version . the problem is with the Trial one No nag screen . all the appropriate *.hpp files are well generated .</p>
<p>please is there any procedure i should follow to do this and why the nag screen is not shown in C++ builder while it's in Delphi .</p>
<p>please help.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/152098/delphi-to-c-builder</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 00:30:59 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/152098.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Jul 2006 01:22:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Delphi to C++ builder on Mon, 03 Jul 2006 01:22:11 GMT]]></title><description><![CDATA[<p>hi every body ,<br />
i have completed my Components using delphi ( currently Delphi 7 )my components are devided into Full and trial version , with the Trial i use conditional defined so the result is a nag screen . and the packages are in Design and run time . so every thing goes good with delphi ( both Full or Trial version ) .<br />
but when i use C++ builder ( currently C++ builder 6 is used ) i don't have a problem with the full Version . the problem is with the Trial one No nag screen . all the appropriate *.hpp files are well generated .</p>
<p>please is there any procedure i should follow to do this and why the nag screen is not shown in C++ builder while it's in Delphi .</p>
<p>please help.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1090447</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1090447</guid><dc:creator><![CDATA[faimo]]></dc:creator><pubDate>Mon, 03 Jul 2006 01:22:11 GMT</pubDate></item><item><title><![CDATA[Reply to Delphi to C++ builder on Mon, 03 Jul 2006 05:53:02 GMT]]></title><description><![CDATA[<p>Hello</p>
<p>we can't help without any code.</p>
<p>akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1090467</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1090467</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 03 Jul 2006 05:53:02 GMT</pubDate></item><item><title><![CDATA[Reply to Delphi to C++ builder on Mon, 03 Jul 2006 15:29:19 GMT]]></title><description><![CDATA[<p>what do you mean by code should i give the whole pas code of my component or just the piece where i use the delphi Condtional Define:</p>
<p>here is the delphi contional define :<br />
..<br />
begin<br />
{$IFDEF TSHOW_NAGSCREEN} // the Conditional Define<br />
if not (csDesigning in AComponent.ComponentState) then<br />
begin<br />
MessageBox(0, PChar(NotReg),Appl,<br />
MB_OK ); // here is the Nag Screen</p>
<p>end;</p>
<p>{$ENDIF} // the end of the Conditional Define<br />
end;<br />
..</p>
<p>and it gives the requested result in delphi but in C++ builder ???????????</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1090779</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1090779</guid><dc:creator><![CDATA[faimo]]></dc:creator><pubDate>Mon, 03 Jul 2006 15:29:19 GMT</pubDate></item><item><title><![CDATA[Reply to Delphi to C++ builder on Mon, 03 Jul 2006 15:39:36 GMT]]></title><description><![CDATA[<p>Hello</p>
<p>I think that the define TSHOW_NAGSCREEN, setted in the Delphi project, does not influence the Builder Project.</p>
<p>Maybe you can test it. Make a new simple Delphie project with an output influenced by a define. Then use that in a Builder project like the above one and check the output.</p>
<p>akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1090787</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1090787</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 03 Jul 2006 15:39:36 GMT</pubDate></item><item><title><![CDATA[Reply to Delphi to C++ builder on Mon, 03 Jul 2006 16:55:02 GMT]]></title><description><![CDATA[<p>yes that's it the C++ builder is not influenced by that Compiler Define ,</p>
<p>what do you suggest as an equivalant to that Compiler Define , or other ONE</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1090815</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1090815</guid><dc:creator><![CDATA[faimo]]></dc:creator><pubDate>Mon, 03 Jul 2006 16:55:02 GMT</pubDate></item><item><title><![CDATA[Reply to Delphi to C++ builder on Tue, 04 Jul 2006 08:39:59 GMT]]></title><description><![CDATA[<p>In the options there should be an extra text field for Delphi defines.<br />
(currently I have no BCB installed here)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091029</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091029</guid><dc:creator><![CDATA[Th]]></dc:creator><pubDate>Tue, 04 Jul 2006 08:39:59 GMT</pubDate></item></channel></rss>