Problem upgrading from 4.00.02 to 4.03.02

From: <WSChoong_at_lbl.gov>
Date: Wed, 02 Mar 2005 16:11:07 -0800

I have been using ROOT 4.00.02 on a Window 2000 system. After I switch to using 4.03.02, I have problem running ROOT now. The problem is as follow. I have a macro file which with following lines

{
gROOT->Reset();

if (gSystem->Load("libDAASMI.dll")==0) {   printf("Shared library libDAASMI.dll loaded\n"); }

canvas = new TCanvas("canvas", "canvas", 0, 0, 800, 900); }

When I execute it, I get error from ROOT which I have included the printout at the end of this email. Now if I delete the lines loading 'libDAASMI.dll', I don't get any errors. 'libDAASMI.dll' is shared library which I created. I have attached 'libDAASMI.dll' in this email. I hope someone can helped me resolve this problem.

Compiled for win32 with thread support.

CINT/ROOT C/C++ Interpreter version 5.15.159, Nov 14 2004 Type ? for help. Commands must be C++ statements. Enclose multiple statements between { }. Welcome to Prostate Scanner
root [0] .x test.C
Shared library libDAASMI.dll loaded
Load Error: Failed to load Dynamic link library C:\dev\root\4.03.02 \bin\libASIma
ge.dll
*** Interpreter error recovered ***
root [1] .q Received on Thu Mar 03 2005 - 01:12:01 MET

This archive was generated by hypermail 2.2.0 : Tue Jan 02 2007 - 14:45:05 MET