Hope you guys can help me out here. From a previous post: " 2. A program that works perfectly on your machine gets a "Cannot create an object of that type -...
Im trying to create a simple installer that will install and register any additional library files that my program requires at run time, if they are not...
OK, found how to register dll silently. ShellExecute "open","regsvr32.exe","/S CommonDialogue.dll" Anyone help with dll install path? Mike ... register ... if ...
Michael- Check out Inno Setup. I've got a sample Script uploaded to the files section of this forum. You're reinventing the wheel and you'll save yourself a...
Michael- There's no need to purchase VB. Download the CommonDialogue ActiveX DLL from the Files section of this forum. You can see how it's used by downloading...
Michael- If it is a dll that can be shared by other apps (Microsoft Common Controls, etc.), you should ALWAYS install it to the Windows System folder. This...
That's what I said. That's why I use an actual installer. The Windows System folder is OS dependent. On 9x systems it's the ..\System\ subfolder of the Windows...
I'll echo these guys' sentiments about the installer. Those variables are available, but you need to use Windows APIs to get to them, which are not directly...
Hi George, I cant run any of my old EXE's or NSD files that used the S309 PictureBox. I get the error 'Object required' Is this a delibrate change or an...
I developed a small utility to upgrade my own software on my clients computers. It will find the system folder, copy and register the .dll's in this folder on...
I installed NSB Desktop 2.0.1 and gave a try to SQLite which seems very promising as it can be used on multiple platforms. I installed AXPack1 as stated in...
It turns out there is a bug in this particular installer. I expect it will be fixed very soon by NewObjects. In the meantime, if you installed the combined PC...
The NS Basic Picturebox should replace any need for the S309Picturebox. AddObject "NSCEPictureBox.NSCEPictureBoxCtrl.1","AxisPicBox3",150,150, 200,200,Form ...
i've installed yesterday sqlite andworks ok. 1.step open axpack1,exe 2.step unzip & install the second dowload told at tech11 restart pc open sqlite sample ...
I've added the SQLite stuff into the standard NS Basic/Desktop installer. There is no longer any need to install the SQLite components - just install NS...
Thanks George. Meanwhile I found AXPack1PC on newobjects site and installed sqlitecomutf8.dll and everything seems to work now. But I'd rather have everything...
Found the problem George. It was just a bad installation of the 2.0.1 upgrade. Everything working fine now. Regards mike ... S309Picturebox. ... AddObject...
That's a nice script but it would be VERY DANGEROUS to use for "Shared Files". 1) It doesn't check version numbers to compare against for existing files. 2) It...
Tim's right, I'm afraid. Google on "DLL Hell". The current number of hits is 1,230,000, but it goes up steadily. <http://en.wikipedia.org/wiki/DLL-hell> This...
Still have the same problem George. The new version works on my Laptopn, but not on my Desktop. I get the error message "Cannot create an object of that type...
Try uninstalling NS Basic. Look in the \System32 folder and delete any instances of NSCEPictureBox, then do a reinstall. Let's see if that fixes it....
I realized this was a dangerous script but maybe not that much. In fact, I use this script with my own dll's and ocx's instead of registering them manually but...
Hi George, can you please confirm the files sizes of the latest NSBASIC editions. NSBASIC 2.0 = 4816 KB NSBASIC 2.0.1 = 5197 KB (Latest download) Regards ...