<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by phenally</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Thu, 18 Jun 2026 12:49:07 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Miri</title>
            <link>http://forum.lowyat.net/topic/3092039</link>
            <description>anyone from miri?&lt;br /&gt;&lt;br /&gt;Do you know if there is any apple shop in miri and any computer shop in Permaisuri Imperial City Mall  ?&lt;br /&gt;&lt;br /&gt;</description>
            <author>phenally</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Tue, 07 Jan 2014 15:24:48 +0800</pubDate>
        </item>
        <item>
            <title>WTA : Mail CPU to SG</title>
            <link>http://forum.lowyat.net/topic/2294743</link>
            <description>hi /K&lt;br /&gt;&lt;br /&gt;What is the safest and cheapest postal delivery service to send a CPU over to Singapore from KL?&lt;br /&gt;&lt;br /&gt;</description>
            <author>phenally</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Thu, 05 Apr 2012 14:58:31 +0800</pubDate>
        </item>
        <item>
            <title>Developing Payment Gateway</title>
            <link>http://forum.lowyat.net/topic/1482409</link>
            <description>Anyone in here has experience in developing payment gateway for ecommerce ?? Not using those 3rd party ones like paypal or authorize.net ...</description>
            <author>phenally</author>
            <category>Codemasters</category>
            <pubDate>Wed, 07 Jul 2010 15:24:44 +0800</pubDate>
        </item>
        <item>
            <title>C Programming : Linker Error</title>
            <link>http://forum.lowyat.net/topic/1415253</link>
            <description>I am getting this linker error - undefined reference to [some function name] when I compile.&lt;br /&gt;&lt;br /&gt;I am using dev-C++ and compiling using gcc.exe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I am using a 3rd party header file and a library file (8000lib.lib)&lt;br /&gt;&lt;br /&gt;I already have include the library file to compile. But still getting the linker error.&lt;br /&gt;&lt;br /&gt;Compiler: Default compiler&lt;br /&gt;Building Makefile: &amp;quot;D:&amp;#092;Project&amp;#092;Makefile.win&amp;quot;&lt;br /&gt;Executing  make...&lt;br /&gt;make.exe -f &amp;quot;D:&amp;#092;Project&amp;#092;Makefile.win&amp;quot; all&lt;br /&gt;gcc.exe -D__DEBUG__ StockTake/main.o  -o &amp;quot;StockTake.exe&amp;quot; -L&amp;quot;C:/Dev-Cpp/lib&amp;quot; -L&amp;quot;D:/Project/StockTake&amp;quot; -L StockTake -L StockTake/8000lib.lib   -g3 &lt;br /&gt;&lt;br /&gt;StockTake/main.o(.text+0x40): In function `main&amp;#39;:&lt;br /&gt;D:/Project/StockTake/main.c:39: undefined reference to `clr_scr&amp;#39;&lt;br /&gt;collect2: ld returned 1 exit status&lt;br /&gt;&lt;br /&gt;make.exe: *** [StockTake.exe] Error 1&lt;br /&gt;&lt;br /&gt;Execution terminated&lt;br /&gt;&lt;br /&gt;--------------------------------------------------&lt;br /&gt;in my main.c&lt;br /&gt;&lt;br /&gt;#include &amp;quot;8000lib.h&amp;quot;&lt;br /&gt;#include &amp;lt;stdlib.h&amp;gt;&lt;br /&gt;#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;int main(int argc, char *argv[])&lt;br /&gt;{&lt;br /&gt;  printf(&amp;quot;hello&amp;#092;n&amp;quot;);&lt;br /&gt;  &lt;br /&gt;  int   i, iret;&lt;br /&gt;    char  cda, sda[100];&lt;br /&gt;  &lt;br /&gt;  clr_scr (); //function declared in 8000lib.h&lt;br /&gt;&lt;br /&gt;system(&amp;quot;PAUSE&amp;quot;);	&lt;br /&gt;  return 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Does anyone has any idea how to solve this? Is there any issues in the compile command?&lt;br /&gt;&lt;br /&gt;gcc.exe -D__DEBUG__ StockTake/main.o  -o &amp;quot;StockTake.exe&amp;quot; -L&amp;quot;C:/Dev-Cpp/lib&amp;quot; -L&amp;quot;D:/Project/StockTake&amp;quot; -L StockTake -L StockTake/8000lib.lib   -g3 &lt;br /&gt;&lt;br /&gt;Been trying to solve this for a few days but google not helping&amp;#33;</description>
            <author>phenally</author>
            <category>Codemasters</category>
            <pubDate>Fri, 07 May 2010 14:34:59 +0800</pubDate>
        </item>
        <item>
            <title>How to add lib to C/C++ project?</title>
            <link>http://forum.lowyat.net/topic/1412760</link>
            <description>I a using Dev-C++ for my project.&lt;br /&gt;I added the 3rd party library file (.lib) to Linker setting&lt;br /&gt;&lt;br /&gt;But when i compile it said file format not recognised.&lt;br /&gt;&lt;br /&gt;How to include library files to project?&lt;br /&gt;&lt;br /&gt;gcc.exe -D__DEBUG__ StockTake/main.o  -o &amp;quot;StockTake.exe&amp;quot; -L&amp;quot;C:/Dev-Cpp/lib&amp;quot; StockTake/80PPP.lib  -g3 &lt;br /&gt;&lt;br /&gt;StockTake/80PPP.lib: file not recognized: File format not recognized</description>
            <author>phenally</author>
            <category>Codemasters</category>
            <pubDate>Wed, 05 May 2010 10:05:55 +0800</pubDate>
        </item>
        <item>
            <title>Java + ocx  and deploy in Mac</title>
            <link>http://forum.lowyat.net/topic/1410564</link>
            <description>Can I embed  OCX control into java program  and later deploy it to Mac ?&lt;br /&gt;The coding development is done in windows though.</description>
            <author>phenally</author>
            <category>Codemasters</category>
            <pubDate>Mon, 03 May 2010 11:16:00 +0800</pubDate>
        </item>
        <item>
            <title>Where to buy Door Bell?</title>
            <link>http://forum.lowyat.net/topic/1292668</link>
            <description>Where to buy Wireless Door bell? Those that i can install myself.&lt;br /&gt;&lt;br /&gt;And how much is the price roughly?</description>
            <author>phenally</author>
            <category>Serious Kopitiam</category>
            <pubDate>Wed, 13 Jan 2010 11:37:23 +0800</pubDate>
        </item>
        <item>
            <title>Help: generating license key 4 software deployme</title>
            <link>http://forum.lowyat.net/topic/1263481</link>
            <description>my company would like to sell software online . It is a java based software.&lt;br /&gt;&lt;br /&gt;So at the website , will capture customer email &amp;amp; related info and they proceed to make payment online using paypal.&lt;br /&gt;&lt;br /&gt;After the payment, will email customer the serial number for licensing and registration.&lt;br /&gt;&lt;br /&gt;Does anyone know how to generate a secure license key ? &lt;br /&gt;When is the license key generated?&lt;br /&gt;Is it generated from the web  when customer register &amp;amp; make payment?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>phenally</author>
            <category>Software</category>
            <pubDate>Thu, 17 Dec 2009 18:07:21 +0800</pubDate>
        </item>
        <item>
            <title>Air-con Service at Old KLang Road</title>
            <link>http://forum.lowyat.net/topic/1126100</link>
            <description>Anyone know any home air-con service shop along old klang road? Have their contacts?</description>
            <author>phenally</author>
            <category>Serious Kopitiam</category>
            <pubDate>Tue, 11 Aug 2009 10:39:00 +0800</pubDate>
        </item>
        <item>
            <title>How to turn off car alarm ?</title>
            <link>http://forum.lowyat.net/topic/1119334</link>
            <description>I am driving an atos, and i use the key to open the door (not using remote )&lt;br /&gt;&lt;br /&gt;Earlier, i cant start the car with the key (no sound when turn the ignition ) &lt;br /&gt;and the alarm went off... tried a few times still cant start the car .... &lt;br /&gt;&lt;br /&gt;Tried to find a button underneath the steering wheel to manually turn off the alarm, but not able to locate one &lt;!--emo&amp;:(--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;Any atos drivers here ? Maybe can help?</description>
            <author>phenally</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Tue, 04 Aug 2009 21:36:27 +0800</pubDate>
        </item>
        <item>
            <title>Putrajaya Alamanda to Mex Highway</title>
            <link>http://forum.lowyat.net/topic/1097359</link>
            <description>Can someone tell me how to get to Mex highway (Maju jaya Expressway) from alamanda putrajaya?&lt;br /&gt;&lt;br /&gt;Would like to go back Sri petaling /Kuchai Lama from Alamanda.</description>
            <author>phenally</author>
            <category>Serious Kopitiam</category>
            <pubDate>Wed, 15 Jul 2009 17:08:20 +0800</pubDate>
        </item>
    </channel>
</rss>
