I have a V5 driver installing OK using Windows Installer, though not with the latest Platform 5 beta. Usually when you see this error it means that your...
Thanks Tim, It seems that the Inno setup in V5 doesn't work with a C# driver dll and there doesn't seem to be a reasonable solution to this. Using Windows...
Hello all, I am trying to write a client app in C++. I have Visual Studio C++ 2003. I have installed the latest ASCOM v5 Beta. My problem(I think!!) is that I...
Hello, Newbie here. I'm aiming to mount a camera on my Meade DS-2114 motor drive (Alt/Az mount, connected to PC via #497 Autostar) to pan it around slowly...
Chris, If the express version will install the dll _if_ there's an exe, why not just create a dummy exe that calls the dll? Also, does it appear that Inno is...
Hi Everbody, I'm writing a little c code try to control the my SP-C8 telescope with older Skysensor. That might eventually end up into a little driver within...
Hi William, I guess it's not later than 1990-ish. But I'm pretty sure it's not Skysensor II. You can read and write into the memory in a very limited way......
Chris, I don't know if this really helps because you want your dll to go into the Inno installation process but.... I used VS2K8 Express to build a simple...
Hi all, So, I'm trying to figure out if I need to apply Nutation and Aberration when using MaximDL and PinPoint LE and my ASCOM driver. The scenario is, I take...
Hi Joe, Thanks for the help. I had to reinstall VS2K5 Express before I had the publisher at all. I don't have a strong attachment to the Inno setup, It WBN to...
Chris, Yeah, one of the missing frills is any kind of control over the setup. The target folder limitation is probably a killer. I didn't see a way in the IDE ...
I have just joined the group Thanks! I have a Atlas EQG that I am controlling with HnSky and eqmod adapter but the last couple of nights the joystick slew...
Hi all, I figured it out on my own, so if anyone wants to know, you should nutate and aberrate the coordinates that come from MaximDL. The precession is done...
... I am using HnSky to control the mount with a computer,the mount would slew to the object ok but then the gamepad buttons wouldn't work also one time I...
Hi, I saw a recent install of the Observa Dome automation (non Meridian) package and it was setup to use 19200 baud. The current ASCOM driver for ACL domes is...
I saw your email, but I'm on "reduced hours" through December, so I'll answer here only. You're right about the coordinates in PinPoint (and the WCS it ...
Thanks Bob, and thanks for the tip on the NOVAS engine..... Dan Gray ... I'll answer ... WCS it ... coordinates. This ... "little things" ... position at ... ...
Pat, after connecting HNSKY to EQMOD the EQASCOM window will open. Did you try to send a slew command from there after the joystick is not working with one of ...
I think I may have got it working!!! The trick is to use the switches /tlb AND /codebase with RegAsm.exe I think the DLL needs to be strong named, I did and...
You could also look at WIX (Windows Installer Xml) which is open source and (according to some) used quite widely within Microsoft. --Tim ... On ... work ... ...
Friends, I found some of the very useful (free) magazines on net.. For computer, telecom, electronics,Business, photonics, chip, offshoring and what not,...
It's odd that C# dlls should be singled out because there isn't any inherent difference. The whole point of .Net is that it is a common runtime and the...