WebGadget distro problem
Posted: Wed Jun 10, 2009 6:53 pm
I'm developing an app using WebGadget on Linux, but also for Win32 distribution. I'm having a problem with "ATL.DLL". The app works on my development machine... perhaps because I have Wine installed and it includes the "atl.dll.so" library. The problem occurs when I try to use the app on a different Linux machine. I get an error message indicating that the "atl.dll" file is missing. This is generated in my app when it tries to invoke the WebGadget which uses that dll by default. PB has a constant that's supposed to be available on Linux called: #PB_Web_Mozilla. This would permit the use of the Mozilla ActiveX, but I get a compile error indicating that the constant is not defined. Does anyone know its value? NOTE: After searching the internet, it appears that this ActiveX control is for Win32 only... so I guess this will not solve my problem.
I could use some suggestions regarding the installation of the ATL file if that's an option. As I said it works on my dev pc but not on the user pc. Do you think the "atl.dll.so" library installed with Wine is the reason it works on my machine? If so, where would I install it on the user machine so it would work there?
P.S. I'm very new to Linux as well as PB.
I could use some suggestions regarding the installation of the ATL file if that's an option. As I said it works on my dev pc but not on the user pc. Do you think the "atl.dll.so" library installed with Wine is the reason it works on my machine? If so, where would I install it on the user machine so it would work there?
P.S. I'm very new to Linux as well as PB.