<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by alvinlim84</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Mon, 08 Jun 2026 19:07:21 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>ASP.NET Upload file behind a proxy</title>
            <link>http://forum.lowyat.net/topic/1239071</link>
            <description>hi. I have a question here regarding upload problem. I have a web application that allow people to upload files. The web page is working fine when access from outside internet or other network. User unable to upload and generate any error when they upload file in a local network. Is there any method to generate the error or detect the upload file has been block by proxy? Thanks</description>
            <author>alvinlim84</author>
            <category>Codemasters</category>
            <pubDate>Wed, 25 Nov 2009 15:36:36 +0800</pubDate>
        </item>
        <item>
            <title>MSN always show offline status</title>
            <link>http://forum.lowyat.net/topic/949371</link>
            <description>Hi all. I am having a problem with my MSN Messenger status. My MSN Messenger status show online but my friends see my status as offline. I have try to change password and install latest MSN Messenger version. Not even one that works. Any idea what is the problem? Need to fix this as soon as possible. Thanks&amp;#33;</description>
            <author>alvinlim84</author>
            <category>Technical Support</category>
            <pubDate>Fri, 27 Feb 2009 23:22:32 +0800</pubDate>
        </item>
        <item>
            <title>C++ dll loadlibrary issue</title>
            <link>http://forum.lowyat.net/topic/472224</link>
            <description>Hello all. Does anyone know if there are compatibility issues with different version of C++ dll like one is created in VC 6.0 and another one in VC.NET? Because as I tried to load a dll in .NET it said &amp;quot;Unable to load DLL&amp;quot; but when I tried to create one C++ dll myself in VC.NET, it has no problem. Any idea? Sample code as below. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;Visual C++.NET&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;short myFunction(char *value1, char *value2)&lt;br /&gt;{&lt;br /&gt;	typedef short(CALLBACK* LFUNC)(char*,char*);&lt;br /&gt;	HMODULE hMod = NULL;&lt;br /&gt;	hMod = LoadLibrary(&amp;quot;mylibrary.dll&amp;quot;);&lt;br /&gt;	if (hMod == NULL) &lt;span style='color:red'&gt;// It always run here&lt;/span&gt;&lt;br /&gt;	{&lt;br /&gt;		return 0; &lt;br /&gt;	}&lt;br /&gt;	LFUNC = (LFUNC)GetProcAddress(hMod ,&amp;quot;compareString&amp;quot;);&lt;br /&gt;&lt;br /&gt;	if(&amp;#33;LFUNC)&lt;br /&gt;	{&lt;br /&gt;		return 0;&lt;br /&gt;	}&lt;br /&gt;return 1;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;VB.NET&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;Private Declare Function Score Lib &amp;quot;mylibrary&amp;quot; Alias &amp;quot;myFunction&amp;quot; (ByVal sValue1 As String, ByVal sValue2 As String) As Short&lt;br /&gt;&lt;br /&gt;    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load&lt;br /&gt;        MsgBox(Score(&amp;quot;string1&amp;quot;, &amp;quot;string2&amp;quot;)) &lt;span style='color:red'&gt;// Error message &amp;quot;Unable to load DLL&amp;quot;&lt;/span&gt;&lt;br /&gt;    End Sub</description>
            <author>alvinlim84</author>
            <category>Codemasters</category>
            <pubDate>Wed, 13 Jun 2007 18:40:56 +0800</pubDate>
        </item>
    </channel>
</rss>
