Git Product home page Git Product logo

tl866's People

Contributors

bmx avatar davidgriffith avatar kreeblah avatar radiomanv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tl866's Issues

Needs fix for QT5

Needs "LIBS += -lQt5Concurrent" in project file and mainwindow.h needs "#include QtConcurrent/QtConcurrentMap" to run/compile on QT5.

Questions about the TL866 wine driver wrapper.

Can you please better explain how you managed to "wrap" the windows driver so that wine could detect the driver correctly and make MiniPro work ?

I really would like to understand this concept because there are many situations where this could be the solution to use Win32 applications that need drivers under wine and could make Linux experience much simpler and avoid the VM/VBox solutions. This is very important for hardware enthusiasts and techs to "port" gadgets/instruments that rely on software and drivers to work full feature on GNU systems.

My special interest now (and I believe @radiomanV interest too) is the Hantek DSO's

I have the DSO-2250 USB and I was able to use openhantek (only the older version, could not get the newer versions to work) but with less features and partially functional (FFT and cursors don't work). If I could understand how to "wrap" the drivers (I understand that there are two to be considered in this case, a bootloader and a firmware) the "wine" experience would be much better than the VM. But the I really believe that the openhantek project has bigger goals as to "opensource" it, like the software for the TL866 hardware, since this could be the better way to have a development of new device support made by the community and not a single person in China that, one day, can stop updating and we are left with a "blackbox".

So, for now, I really believe that not only me but the GNU community (included here hardware hackers, ham radio enthusiasts, software developers, and so on) would benefit from a driver "wrapper" solution strategy "task force group".

Please share your thoughts and your interest in the wrapper for the Hantek DSO.

Random Dev Code and Serial Number gets detected.

MiniPro v6.80 detects a wrong Dev Code and Serial Number when they were randomly generated. It also detect CS to A converted devices. Upon detection the software then bricks the TL866 when its firmware gets updated by MiniPro v6.80.

MiniPro v6.81 still detects converted devices and the wrong Dev code and Serial Number, but doesn't brick the TL866. Instead it shows that the device is a 'clone' even on genuine devices that have the wrong serial number.

Best is not to generate random numbers, but numbers that'll get accepted by MiniPro.
There has to be an algorithm check in MiniPro to detect genuine Dev code/serial number combinations, both for CS and A devices.

Cant get to work on Linux Mint 18.3 64 bit

I know there are some issues with the wrapper on 64 bit, is it possible to get it to work? The UDEV rule seems to be triggering because I added a command to touch a file when it does and that seems to be OK.
I tried installing libusb 32 bit with sudo apt-get install libusb-1.0-0:i386 but it says its already installed.
If I run Minipro on the command line I get a message:

ian@Asus01 ~/Wine $ wine MiniPro.exe 
fixme:win:RegisterDeviceNotificationA (hwnd=0x10086, filter=0x4ec710,flags=0x00000000) returns a fake device notification handle!

Is there anything else I could try? I'm sorry but despite having used linux for many years I'm a bit of a newbie when it comes to udev and Wine.....

ian@Asus01 ~/Wine $ uname -a
Linux Asus01 4.8.0-53-generic #56~16.04.1-Ubuntu SMP Tue May 16 01:18:56 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

I created a docker image to run xgpro in wine with your work

Thanks for the amazing work! I wanted to let you and potential users know that i created a docker image based on your work, that enables users to run xgpro with just a one liner on any machine that has docker installed.

The docs and source is available on https://github.com/Apfelwurm/Xgpro-docker , the image itself is hosted on docker hub, so its easy to run it everywhere.

The direct link to the required command to run the container is here:
https://github.com/Apfelwurm/Xgpro-docker?tab=readme-ov-file#run-xgpro-with-docker-run-recommended-way

If you want, i can make a PR for the readme in the wine folder to mention it there, but i could also understand if you want to keep it clean.

Duplicate file TL866_Updater/QT/Dumper.bin

There are two files which only differ in upper/lowercase characters:

  1. TL866_Updater/QT/Dumper.bin
  2. TL866_Updater/QT/dumper.bin

This gives an error when cloning from git on system which use a case insensitive filesystem like MacOS or Windows:

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:
  'TL866_Updater/QT/Dumper.bin'
  'TL866_Updater/QT/dumper.bin'

Please delete the wrong file

MiniPro 6.60 request to reflash fireware ... ops ... firmware

Hi, just installed MiniPro 6.60 in wine under lubuntu (16.10)

It request to reflash firmware... maybe hidden check for CS vs A version?
Confirmed ... on an upgarded TL866A V3.xx.x
Reflashing first time report 'read error' and flashes TL866CS V00.0.00
Reflashing again report 'read error' and flashes TL866CS V03.2.80

Won't compile on a Raspberry Pi 400 with 32 Bit ARM

g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o main.o main.cpp
In file included from /usr/include/arm-linux-gnueabihf/c++/8/bits/os_defines.h:39,
                 from /usr/include/arm-linux-gnueabihf/c++/8/bits/c++config.h:508,
                 from /usr/include/c++/8/utility:68,
                 from /usr/include/c++/8/algorithm:60,
                 from /usr/include/qt4/QtCore/qglobal.h:68,
                 from /usr/include/qt4/QtCore/qnamespace.h:45,
                 from /usr/include/qt4/QtCore/qobjectdefs.h:45,
                 from /usr/include/qt4/QtGui/qwindowdefs.h:45,
                 from /usr/include/qt4/QtGui/qwidget.h:46,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from mainwindow.h:4,
                 from main.cpp:23:
/usr/include/features.h:424:12: fatal error: sys/cdefs.h: No such file or directory
 #  include <sys/cdefs.h>
            ^~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:277: main.o] Error 1

wine/minipro on nixos

Hello,

I have the following
ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="e11c", MODE="664", GROUP="users"
in my udev/99-local.rules.

I can access the device using the opensource minipro software.

[nix-shell:~/.wine/drive_c/MiniPro]$ ls
ATMEGA8_LED config.dat drv img InfoIC.dll language.dat MiniPro.exe MiniProHelp.chm Serial25Index.dat Serialnumber Uninstall.exe update.dat UsbDrvInstall.exe

[nix-shell:~/.wine/drive_c/MiniPro]$ wine ./MiniPro.exe
fixme:win:RegisterDeviceNotificationA (hwnd=0xb0096, filter=0x4ec710,flags=0x00000000) returns a fake device notification handle!

[nix-shell:~/.wine/drive_c/MiniPro]$ cp ~/Downloads/setupapi_v660.dll ./setupapi.dll

[nix-shell:~/.wine/drive_c/MiniPro]$ wine ./MiniPro.exe
fixme:win:RegisterDeviceNotificationA (hwnd=0xa0194, filter=0x4ec710,flags=0x00000000) returns a fake device notification handle!

[nix-shell:~/.wine/drive_c/MiniPro]$ mv ./setupapi.dll ./SETUPAPI.dll

[nix-shell:~/.wine/drive_c/MiniPro]$ wine ./MiniPro.exe
fixme:win:RegisterDeviceNotificationA (hwnd=0xe0098, filter=0x4ec710,flags=0x00000000) returns a fake device notification handle!

[nix-shell:~]$ cd minipro/TL866/wine/

[nix-shell:/minipro/TL866/wine]$ make clean && make
rm -f y.tab.c y.tab.h lex.yy.c core *.orig .rej ## *
% .# usb.o
rm -f usb.dll.so
winegcc -c -o usb.o usb.c
usb.c:112:1: warning: ‘stdcall’ attribute ignored [-Wattributes]
HANDLE __stdcall RegisterDeviceNotifications(HANDLE hRecipient,LPVOID NotificationFilter,DWORD Flags);
^
usb.c: In function ‘patch_minipro’:
usb.c:141:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
*((DWORD *) &t[1]) = (DWORD)&open_devices;
^...
^
usb.c: At top level:
usb.c:463:1: warning: ‘stdcall’ attribute ignored [-Wattributes]
{
^
winegcc -shared usb.spec -o usb.dll.so usb.o -lusb-1.0 -ludev -lpthread
/nix/store/iz98xp5p48jayn034wq89y30plpx5xns-binutils-2.27/bin/ld: Relocatable linking with relocations from format elf32-i386 (/nix/store/hx9vzpy682gjvpjcl1ysw3zzg79xxw6x-wine-2.0/lib/wine/libwinecrt0.a(dll_entry.o)) to format elf64-x86-64 (usb.C4ShH1.o) is not supported
winebuild: ld failed with status 1
winegcc: winebuild failed
make: *** [Makefile:112: usb.dll.so] Error 2

[nix-shell:~/minipro/TL866/wine]$ wine --version
wine-2.0

[nix-shell:~/minipro/TL866/wine]$ winegcc -v
gcc -v
Using built-in specs.
COLLECT_GCC=/nix/store/pbi1xsg79m0ap3qrdlvq4ilyxpirqlm8-gcc-5.4.0/bin/gcc
COLLECT_LTO_WRAPPER=/nix/store/pbi1xsg79m0ap3qrdlvq4ilyxpirqlm8-gcc-5.4.0/libexec/gcc/x86_64-unknown-linux-gnu/5.4.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with:
Thread model: posix
gcc version 5.4.0 (GCC)

Not an issue: new update

After a lot of Email I sent to autoelectric about the GAL22V10 not being programmed, they solved the issue and released the version 6.85 of software that leads to 3.2.86 firmware version. Need to verify if your program now works with 6.85 version too.

Can't build under Ubuntu 14.04 LTS 32bits

I am would like to use minipro TL866 under wine-staging / Ubuntu 14.04 LTS 32bits
but I need to install the usb driver using @radiomanV wine solution.

My System Software / Hardware Information

Hardware:
Processor: Intel Core 2 6300 @ 1.87GHz (2 Cores),
Motherboard: Gigabyte 965P-DS3,
Chipset: Intel 82P965/G965 + ICH8/R,
Memory: 8192MB,
Disk: 500GB Western Digital WD5000BPKT-0,
Graphics: eVGA NVIDIA GeForce GT 610 2048MB,
Audio: Realtek ALC888,
Monitor: SyncMaster P2370, Native Resolution: 1920x1080
Network: Marvell 88E8056 PCI-E Gigabit

Software:
OS: Ubuntu 14.04,
Kernel: 3.13.0-91-generic (i686),
Desktop: Unity 7.2.6,
Display Server: X Server 1.15.1,
Display Driver: nouveau 1.0.10,
OpenGL: 3.3
Mesa 10.1.3 Gallium 0.4,
Compiler: GCC 4.8 + Clang 3.4-1ubuntu3,
File-System: ext4, Screen

Installed deb packages:
ii gcc 4:4.8.2-1ubun i386 GNU C compiler
ii make 3.81-8.2ubunt i386 An utility for Directing compilation.
ii wine (no description available)
ii wine-staging 1.9.7ubuntu1 i386 official WineHQ build of the popular
ii libusb-1.0-0-dev 2:1.0.17-1ubu i386 userspace USB programming library dev
ii libusb-dev 2:0.1.12-23.3 i386 userspace USB programming library dev
ii wine-staging 1.9.7
ubuntu1 i386 official WineHQ build of the popular
ii wine-staging-dev 1.9.7ubuntu1 i386 official WineHQ build of the popular
ii winehq-staging 1.9.7
ubuntu1 i386 official WineHQ build of the popular

I am using PPA wine-staging because of issues with video drivers and wine install

I am trying to build the driver wrap to be able to run minipro with wine on Ubuntu 14.04 LTS 32bits but my git clone just does not work

~/TL866/wine$ make
winegcc -c      -o usb.o usb.c
winegcc: gcc-4.7 failed
make: *** [usb.o] Error 2

Looking at the Makefile it seems like it is missing parameters.

Need help.

OSCCAL value not being read from the PIC12F508

@radiomanV,

I don't know if this is something you can help with. I'm not an engineer by any stretch. I recently got into flashing PIC chips for various purposes. Please forgive me if you are already aware of any of the below information regarding the PIC12F508, I'm still relatively new to PIC programming.

I was recently doing a project which uses the PIC12F508 and I noticed that the factory OSCCAL value defaults to '0FFF' when the PIC is read under wine. When the chip is flashed, the default OSCCAL value is overwritten with '0FFF'. This factory value should read something similar to '0CB6' and is unique to the individual chip. Without this value, the chip will not function.

In the case of the PIC12F508, the memory range to be programmed is '0000' through '01F8' with the OSCCAL value stored at '01FF'.

In Windows, this value is read and it is given under the "IC Configuration" section of the Config tab as the "Backup OSCCAL Word" as well as the "Reset Vector Word". The OSCCAL value on the chip can be restored by unchecking "Programming Reset Vector Byte Disable" and populating the "Reset Vector" text box when flashing a bin or hex file.

I don't know if this is something your DLL enables, but this is an essential feature for programming the PIC12F508. Without this feature functional under Linux, it makes restoring the value cumbersome. If this is a bug, a fix is possible, and it falls into your sphere of influence, it would be extremely useful to not have to boot into that dusty old Windows drive. If this is a matter of system configuration, any advice you could offer to make this functional would be very useful.

Thank you for your time.

Late versions of setupapi.dll not working for Linux Mint 19.3

After installing XGPro 11.30 under wine 6.0.1 on two machines running Linux Mint 20.2 and 19.3, only the former works.

When starting on the LM19.3 with the latest version of setupapi.dll:

0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0068:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0068:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0070:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0070:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0060:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0060:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0068:err:vulkan:wine_vk_init Failed to load libvulkan.so.1. 002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\USER32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library USER32.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\WINSPOOL.DRV") failed (error c000007b). 0024:err:module:import_dll Library WINSPOOL.DRV (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") not found 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shcore.dll (which is needed by L"C:\\windows\\system32\\shlwapi.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shlwapi.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shlwapi.dll (which is needed by L"C:\\windows\\system32\\SHELL32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\SHELL32.dll") failed (error c000007b). 0024:err:module:import_dll Library SHELL32.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") not found 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shcore.dll (which is needed by L"C:\\windows\\system32\\SHLWAPI.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\SHLWAPI.dll") failed (error c000007b). 0024:err:module:import_dll Loading library SHLWAPI.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\UxTheme.dll") failed (error c000007b). 0024:err:module:import_dll Loading library UxTheme.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\OLEAUT32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\OLEAUT32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library OLEAUT32.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\imm32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library imm32.dll (which is needed by L"C:\\windows\\system32\\comctl32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\comctl32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library comctl32.dll (which is needed by L"C:\\windows\\system32\\comdlg32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shcore.dll (which is needed by L"C:\\windows\\system32\\shlwapi.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shlwapi.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shlwapi.dll (which is needed by L"C:\\windows\\system32\\shell32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shell32.dll") failed (error c000007b). 0024:err:module:import_dll Library shell32.dll (which is needed by L"C:\\windows\\system32\\comdlg32.dll") not found 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shcore.dll (which is needed by L"C:\\windows\\system32\\shlwapi.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shlwapi.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shlwapi.dll (which is needed by L"C:\\windows\\system32\\comdlg32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\comdlg32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\winspool.drv") failed (error c000007b). 0024:err:module:import_dll Library winspool.drv (which is needed by L"C:\\windows\\system32\\comdlg32.dll") not found 0024:err:module:import_dll Loading library comdlg32.dll (which is needed by L"C:\\windows\\system32\\oledlg.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\oledlg.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\oledlg.dll") failed (error c000007b). 0024:err:module:import_dll Loading library oledlg.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") failed (error c000007b). 0024:err:module:import_dll Loading library SETUPAPI.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") failed (error c000012f). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\mpr.dll") failed (error c000007b). 0024:err:module:import_dll Loading library mpr.dll (which is needed by L"C:\\windows\\system32\\WININET.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shcore.dll (which is needed by L"C:\\windows\\system32\\shlwapi.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shlwapi.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shlwapi.dll (which is needed by L"C:\\windows\\system32\\shell32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shell32.dll") failed (error c000007b). 0024:err:module:import_dll Library shell32.dll (which is needed by L"C:\\windows\\system32\\WININET.dll") not found 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shcore.dll (which is needed by L"C:\\windows\\system32\\shlwapi.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shlwapi.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shlwapi.dll (which is needed by L"C:\\windows\\system32\\WININET.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\WININET.dll") failed (error c000007b). 0024:err:module:import_dll Loading library WININET.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\gdiplus.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shcore.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shcore.dll (which is needed by L"C:\\windows\\system32\\shlwapi.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\shlwapi.dll") failed (error c000007b). 0024:err:module:import_dll Loading library shlwapi.dll (which is needed by L"C:\\windows\\system32\\gdiplus.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\gdiplus.dll") failed (error c000007b). 0024:err:module:import_dll Loading library gdiplus.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\OLEACC.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\oleaut32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\oleaut32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library oleaut32.dll (which is needed by L"C:\\windows\\system32\\OLEACC.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\OLEACC.dll") failed (error c000007b). 0024:err:module:import_dll Loading library OLEACC.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\IMM32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library IMM32.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\msacm32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library msacm32.dll (which is needed by L"C:\\windows\\system32\\WINMM.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") failed (error c000007b). 0024:err:module:import_dll Loading library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") failed (error c000007b). 0024:err:module:import_dll Loading library ole32.dll (which is needed by L"C:\\windows\\system32\\WINMM.dll") failed (error c000007b). 0024:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") failed (error c000012f). 0024:err:module:import_dll Loading library user32.dll (which is needed by L"C:\\windows\\system32\\WINMM.dll") failed (error c000007b). 0024:err:module:import_dll Loading library WINMM.dll (which is needed by L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe") failed (error c000007b). 0024:err:module:LdrInitializeThunk Importing dlls for L"C:\\Program Files\\XGPro-11.x\\Xgpro.exe" failed, status c0000135

When starting with the version from commit# fce3cdf427 it starts ok:

0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0064:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0064:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 005c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 005c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0064:err:vulkan:wine_vk_init Failed to load libvulkan.so.1. 002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. Dll Loaded. Found Xgpro v11.30 Base Address = 0x00400000 Code section = 0x00401000,0x0024B000 Open Devices found at 0x004ADAF0 Close Devices found at 0x004AD8E0 Usb Handle found at 0x007065B0 WinUsb Handle found at 0x0071C31C Devices count found at 0x00719A00 00c8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 00c8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0024:fixme:font:freetype_set_outline_text_metrics failed to read full_nameW for font L"Ani"! Open devices. Close devices. RegisterDeviceNotifications hWnd=1006E4 0100:fixme:ver:GetCurrentPackageId (0195FEF0 00000000): stub

Wine version on both machines:

$ wine --version wine-6.0.1

Qt on LM20.2:
$ qtdiag qt5ct: using qt5ct plugin Qt 5.12.8 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 9.3.0) on "xcb" OS: Linux Mint 20.2 [linux version 5.4.0-81-generic] ...

Qt on LM19.3:
$ qtdiag QGLXContext: Failed to create dummy context Qt 5.9.5 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.4.0) on "xcb" OS: Linux Mint 19.3 [linux version 5.4.0-81-generic] ...

On the LM20.2 it loads ok with the latest version of setupapi.dll

/jon

Works with T56 too

For anyone interested, wanted to point out that the T56 has the same VID and PID as the TL866II.
So the files in the wine/TL866II folder work with the latest Xgpro and T56.

Thank you @radiomanV for all your great work.
MV

Programming with a PicKit.

Latest version of software 6.80, bricked the TL866 programmers. Mine is an original one.

Is it possible to use you binary files to program the bootloader and the firmware the tl866 using a pickit?

Modify or write new firmware

Has any work been done towards modifying the FW or writing your own?

We just had a discussion about unsupported chips in vdudouyt/minipro#90 and came to the conclusion that using the default FW for dumping old PROMs for Mame probably isn't the way forward.

Error running Xgpro.exe using Wine on Linux Mint 18.1

I'm trying to use Xgpro 8.3.3 under Wine on Linux Mint 18.1. I've tried to follow the readme instructions closely. Here's what I did:

echo $WINEARCH
# output is win32
wine tmp/XgproV833_Setup.exe
# change destination folder to C:\Xgpro
# click install
cd .wine/drive_c/Xgpro
cp ~/Downloads/setupapi.dll .
sudo vi /etc/udev/rules.d/51-minipro.rules
# added contents as described in readme
sudo udevadm trigger
cd $HOME
wine .wine/drive_c/Xgpro/Xgpro.exe

The setupapi.dll is the one from the wine/TL866II directory in the repo.

The output of the last command (attempting to run Xgpro.exe) is

err:module:import_dll Library WINUSB.DLL (which is needed by L"Z:\\home\\dhovemey\\.wine\\drive_c\\Xgpro\\Xgpro.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\dhovemey\\.wine\\drive_c\\Xgpro\\Xgpro.exe" failed, status c0000135

I read the discussion in #14, which seemed to indicate that this error was due to Wine being in 64 bit mode. However, even with $WINEARCH set to win32 I still get this error.

I'm guessing I'm doing something stupid—any help would be greatly appreciated.

Possibility of putting selected chips from the T56 support list in infoic.xml

Hi,

I remember a time when, e.g., the SHARP LH28F160S5-T@TSOP56 could be flashed successfully w/ the TL866II + TSOP-Adapter using the Linux minipro command.

Xgecu since then seems to have moved away support for all TSOP56 chips from the TL866II to the T56. Also, most 5V flash chips >= 2MB in TSOP48 package have since been removed.

Is there a chance to extract chips from the infoic2.dll that are usually exclusive to the T56 and put them as custom entries to the infoic.xml?

Can they perchance be made visible in the extraction tool in a separate section like "Danger! untested" or the like? ;-)

Thank you!
Torsten

can't compile on gentoo with qt-5.12.3

hi,

i had to add a prefix QtWidgets/ before some include (for example: QtWidgets/QLineEdit, QtWidgets/QDialog) but i still can't compile the project :-/

$ qmake && make
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o advdialog.o advdialog.cpp
advdialog.cpp: In constructor ‘AdvDialog::AdvDialog(QWidget*)’:
advdialog.cpp:32:16: error: invalid use of incomplete type ‘class Ui::AdvDialog’
ui(new Ui::AdvDialog)
^~~~~~~~~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp:34:7: error: invalid use of incomplete type ‘class Ui::AdvDialog’
ui->setupUi(this);
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp: In destructor ‘virtual AdvDialog::AdvDialog()’:
advdialog.cpp:40:12: warning: possible problem detected in invocation of delete operator: [-Wdelete-incomplete]
delete ui;
^

advdialog.cpp:40:12: warning: invalid use of incomplete type ‘class Ui::AdvDialog’
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp:40:12: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
delete ui;
^~
advdialog.cpp: In member function ‘void AdvDialog::SetUi(QString, QString, QString, bool, int)’:
advdialog.cpp:46:7: error: invalid use of incomplete type ‘class Ui::AdvDialog’
ui->txtDevcode->setText(devcode);
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp:47:7: error: invalid use of incomplete type ‘class Ui::AdvDialog’
ui->txtSerial->setText(serial);
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp:48:7: error: invalid use of incomplete type ‘class Ui::AdvDialog’
ui->txtInfo->setText(info);
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp:50:11: error: invalid use of incomplete type ‘class Ui::AdvDialog’
ui->radioA->setChecked(true);
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp:52:11: error: invalid use of incomplete type ‘class Ui::AdvDialog’
ui->radioCS->setChecked(true);
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp:53:7: error: invalid use of incomplete type ‘class Ui::AdvDialog’
ui->optionCP->setChecked(cp);
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp: In member function ‘void AdvDialog::on_btnEdit_clicked()’:
advdialog.cpp:58:24: error: invalid use of incomplete type ‘class Ui::AdvDialog’
QString devcode =ui->txtDevcode->text();
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp:59:23: error: invalid use of incomplete type ‘class Ui::AdvDialog’
QString serial =ui->txtSerial->text();
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp:64:11: error: invalid use of incomplete type ‘class Ui::AdvDialog’
ui->txtDevcode->setText(devcode);
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp:65:11: error: invalid use of incomplete type ‘class Ui::AdvDialog’
ui->txtSerial->setText(serial);
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp: In member function ‘void AdvDialog::on_btnDefault_clicked()’:
advdialog.cpp:72:7: error: invalid use of incomplete type ‘class Ui::AdvDialog’
ui->txtDevcode->setText("00000000");
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp:73:7: error: invalid use of incomplete type ‘class Ui::AdvDialog’
ui->txtSerial->setText("000000000000000000000000");
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp: In member function ‘void AdvDialog::on_btnWriteBootloader_clicked()’:
advdialog.cpp:83:28: error: invalid use of incomplete type ‘class Ui::AdvDialog’
emit WriteBootloader(ui->radioA->isChecked() ? Firmware::A_BOOTLOADER : Firmware::CS_BOOTLOADER);
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp: In member function ‘void AdvDialog::on_btnWriteConfig_clicked()’:
advdialog.cpp:88:24: error: invalid use of incomplete type ‘class Ui::AdvDialog’
emit WriteConfig(ui->optionCP->isChecked());
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp: In member function ‘void AdvDialog::on_btnWriteInfo_clicked()’:
advdialog.cpp:93:22: error: invalid use of incomplete type ‘class Ui::AdvDialog’
emit WriteInfo(ui->txtDevcode->text(), ui->txtSerial->text());;
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
advdialog.cpp:93:46: error: invalid use of incomplete type ‘class Ui::AdvDialog’
emit WriteInfo(ui->txtDevcode->text(), ui->txtSerial->text());;
^~
In file included from advdialog.cpp:24:
advdialog.h:10:7: note: forward declaration of ‘class Ui::AdvDialog’
class AdvDialog;
^~~~~~~~~
make: *** [Makefile:830: advdialog.o] Error 1

Build guide/binary for Windows

This is a seriously awesome ongoing project for minipro!

However, seems like this project currently only provides a build guide for Linux and macOS.
It'll be really helpful to provide a build guide/windows executable for Windows users.
For Windows binary releases, GitHub Actions should be a helpful tool(and it's free).

Thank you

setupapi.dll wrapper not loading with Wine on Ubuntu with Xgpro version 11.30

0009:err:module:import_dll Loading library SETUPAPI.dll (which is needed by L"C:\xgpro\Xgpro.exe") failed (error c000012f).
0009:err:module:LdrInitializeThunk Importing dlls for L"C:\xgpro\Xgpro.exe" failed, status c0000135

If I remove setupapi.dll, the software starts but has no communication with the TL866ii.

Make it work on Manjaro and Arch

Hi,

I get these errors when I place the DLL into the program folder:

024:err:module:import_dll Loading library SETUPAPI.dll (which is needed by L"C:\\Program Files (x86)\\Xgpro\\Xgpro.exe") failed (error c000012f).
0024:err:module:loader_init Importing dlls for L"C:\\Program Files (x86)\\Xgpro\\Xgpro.exe" failed, status c0000135

Do I need to install additional libraries? Or do I have to build it myself?

The udev rule must be changed to on Manjaro / Arch, as the user is uucp

SUBSYSTEM=="usb", ATTR{idVendor}=="a466", ATTR{idProduct}=="0a53", GROUP="uucp", MODE="0666"

I will try reducing the permissions as soon as it works, because 666 just allows access for everyone.

I probably will create a AUR entry for your library, so it can be installed automatically. Do you think there is a place where to install the setupapi.dll to when it's not in .wine but systemwide?

Fails to run under Wine/Wineskin on OS X with setupapi.dll

Fails to run under Wine/Wineskin on OS X with setupapi.dll Both minipro and xgpro run fine under wine 5.2-5.6 under OS X but once I copy in the setupapi.dll from here, they fail to launch with the same previous messages that it can't be found by user32.dll, etc.

MiniPro 6.85:
0009:err:module:import_dll Loading library SETUPAPI.dll (which is needed by L"C:\MiniPro\MiniPro.exe") failed (error c000012f).
0009:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\USER32.dll") failed (error c000012f).
0009:err:module:import_dll Library USER32.dll (which is needed by L"C:\MiniPro\MiniPro.exe") not found
0009:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
0009:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\imm32.dll") not found
0009:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc54d74

XgproV1008:
0009:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\USER32.dll") failed (error c000012f).
0009:err:module:import_dll Library USER32.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
0009:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
0009:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\WINSPOOL.DRV") not found
0009:err:module:import_dll Library WINSPOOL.DRV (which is needed by L"C:\Xgpro\Xgpro.exe") not found
0009:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
0009:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
0009:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc54d74

MiniPro in wine under lubuntu (16.10)

Hi, just installed MiniPro 6.60 in wine under lubuntu (16.10)
in your readme better update rule name because 50-udev-default.rules have the following rule
... SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664"

:> udevadm test $(udevadm info -q path -n /dev/bus/usb/003/003)
...
Reading rules file: /lib/udev/rules.d/50-udev-default.rules
Reading rules file: /etc/udev/rules.d/51-minipro.rules
...

Wine + XGPRO v1266A does not work :(

uname -a  ✔
Linux 6.6.26-1-MANJARO #1 SMP PREEMPT_DYNAMIC Wed Apr 10 20:11:08 UTC 2024 x86_64 GNU/Linux

I tried different versions of Wine and even portproton. I tried on different PC. The application is loading, the window is empty, the fonts(only top border) are in Chinese or empty squares . If remove setupapi.dll from the program directory, it starts and, as expected, cannot detect the programmer.
Everything works great on the virtual machine on windows. Please tell me what could be the matter?

wine ./Xgpro.exe  ✔  16s 
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
Dll Loaded.
Found Xgpro v12.66
Base Address = 0x00400000
Code section = 0x00401000,0x00257400
Open Devices found at 0x004C3320
Close Devices found at 0x004C30C0
Usb Handle found at 0x00721840
WinUsb Handle found at 0x00838F08
Devices count found at 0x00735538
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 006E8078, 43) stub
Open devices.
Close devices.
0024:err:seh:dispatch_user_callback ignoring exception c0000005

4116/4164 RAM test support

This is sadly a functionality that's not present even in the official software, would be possible to implement it?

Can't compile in Ventura

hexwriter.cpp:50:26: error: calling 'GetHexLine' with incomplete return type 'QString'
            outStream << GetHexLine(temp,2,0,SEGMENT_RECORD) << ENDL;
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./hexwriter.h:12:13: note: 'GetHexLine' declared here
    QString GetHexLine(uchar *data, uchar size, ushort address ,uchar recordtype);
            ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
hexwriter.cpp:52:22: error: calling 'GetHexLine' with incomplete return type 'QString'
        outStream << GetHexLine(reinterpret_cast<uchar*>(&data.data()[(segment-1)*0x10000+address]),16,address,DATA_RECORD) << ENDL;
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./hexwriter.h:12:13: note: 'GetHexLine' declared here
    QString GetHexLine(uchar *data, uchar size, ushort address ,uchar recordtype);
            ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
hexwriter.cpp:56:17: error: calling 'GetHexLine' with incomplete return type 'QString'
   outStream << GetHexLine(reinterpret_cast<uchar*>(&data.data()[(segment-1)*0x10000+address]), static_cast<uchar>(size/2),address,DATA_RECORD) << ENDL;
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./hexwriter.h:12:13: note: 'GetHexLine' declared here
    QString GetHexLine(uchar *data, uchar size, ushort address ,uchar recordtype);
            ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
hexwriter.cpp:59:17: error: calling 'GetHexLine' with incomplete return type 'QString'
   outStream << GetHexLine(reinterpret_cast<uchar*>(&data.data()[(segment-1)*0x10000+address]),static_cast<uchar>(size),address,DATA_RECORD) << ENDL;
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./hexwriter.h:12:13: note: 'GetHexLine' declared here
    QString GetHexLine(uchar *data, uchar size, ushort address ,uchar recordtype);
            ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
hexwriter.cpp:60:17: error: calling 'GetHexLine' with incomplete return type 'QString'
   outStream << GetHexLine(nullptr,0,0,EOF_RECORD) << ENDL;
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./hexwriter.h:12:13: note: 'GetHexLine' declared here
    QString GetHexLine(uchar *data, uchar size, ushort address ,uchar recordtype);
            ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
hexwriter.cpp:64:20: error: incomplete result type 'QString' in function definition
QString HexWriter::GetHexLine(uchar *data, uchar size, ushort address, uchar recordtype)
                   ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
hexwriter.cpp:66:16: error: 'QString' is an incomplete type
    QString s=(QString(":%1%2%3").arg(size & 0xff, 2, 16, QChar('0')).arg(address, 4, 16, QChar('0')).arg(recordtype, 2, 16, QChar('0')).toUpper()).toLocal8Bit();
               ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
hexwriter.cpp:66:34: error: member access into incomplete type 'QString'
    QString s=(QString(":%1%2%3").arg(size & 0xff, 2, 16, QChar('0')).arg(address, 4, 16, QChar('0')).arg(recordtype, 2, 16, QChar('0')).toUpper()).toLocal8Bit();
                                 ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
hexwriter.cpp:66:13: error: variable has incomplete type 'QString'
    QString s=(QString(":%1%2%3").arg(size & 0xff, 2, 16, QChar('0')).arg(address, 4, 16, QChar('0')).arg(recordtype, 2, 16, QChar('0')).toUpper()).toLocal8Bit();
            ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
hexwriter.cpp:75:22: error: 'QString' is an incomplete type
            s.append(QString("%1").arg(data[i], 2, 16, QChar('0')).toUpper());
                     ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
hexwriter.cpp:75:35: error: member access into incomplete type 'QString'
            s.append(QString("%1").arg(data[i], 2, 16, QChar('0')).toUpper());
                                  ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
hexwriter.cpp:80:14: error: 'QString' is an incomplete type
    s.append(QString("%1").arg(cs, 2, 16, QChar('0')).toUpper());
             ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
hexwriter.cpp:80:27: error: member access into incomplete type 'QString'
    s.append(QString("%1").arg(cs, 2, 16, QChar('0')).toUpper());
                          ^
/usr/local/lib/QtCore.framework/Headers/qglobal.h:947:7: note: forward declaration of 'QString'
class QString;
      ^
13 errors generated.
make: *** [hexwriter.o] Error 1

Unable to dump firmware

Before trying to update the firmware of my freshly bought TL866 II plus with either the manufacturer's firmware and/or this very open source firmware, I wanted to dump the currently installed firmware from the device
to a file on my PC, but I am absolutely at a loss about how to execute this task:

  • Under the tab "Hardware", there is a radio button labeled "Firmware dumper", but even when selecting it,
    the Button "Dump" is grayed out.

  • I created an empty file for the "Update.dat file" file selection/browsign section of that dialog, but
    TL866 firmware updater won't accept it.

  • I then select a copy of a updateII.dat that came with the current 10.27 software suite, extracted
    from Autoelectric's .RAR file that can be found here:

    http://www.xgecu.com/MiniPro/XgproV1027_setup.rar

    Alas, TL866 firmware updater then complains about wrong file size.

{ A few minutes later }

I just noted that the window title reads:

TL866 firmware updater 2.52 (0 devices connected)

I did install the udev rule (and did udevadm trigger afterwards), the device
/dev/bus/usb/.... etc. has the following permissions:

crw-rw-rw-+ 1 root plugdev 189, 7 Jul 26 20:18 008

and my user is in group plugdev.

I also noted that the whole "Firmware to write" section in the "Hardware" tab is ambiguous, it could also mean to read from a file and write to a device, even if the word "dump" strongly suggests (to me, but I'm not an English native speaker) that it is the other way around.

I'm using Debian testing (AMD64), and I managed to successfully dump the content of an AMIBIOS chip (Intel D27C010A) using

https://gitlab.com/DavidGriffith/minipro/

H-help? :-}

Libudev-dev dependency.

It is necessary to add libudev-dev dependency on Ubuntu, otherwise the build will end with the error.

Disable code protection bit when generating a full firmware image in TL866_Updater.

For purposes of open-tl866 development, I need a firmware with the CP0 bit disabled. What is the proper way to dump a "Full firmware" from the "Firmware" tab of TL866_Updater with CP0 bit disabled? In the "Hardware" tab, the "Advanced" section is "grayed out" and won't let me select the option where I recall it was possible to disable CP0.

Context/use case: I already have an external ICSP programmer; since I last worked on open-tl866, we now use the stock bootloader to load new payloads. So my original strategy of "using the entire PIC for the firmware payload and just disable CP0 unconditionally in the source" no longer applies.

This means I need an initial image that contains the bootloader with CP0 disabled so I can use my external programmer to selectively reprogram only the payload (as well as get access to debugging).

xgpro.exe does not launch with the setupapi.dll

As soon as I put the dll in the program directory (or directly into C:\Windows\system32) the program does not start anymore. After removing the dll it start's again. I have no clue whats happening. The errors show that it does not find any dll file if the setupapi.dll is present in my wineprefix.

System: Manjaro
Kernel: 5.13.12-1-MANJARO
Wine version: wine-6.15

002c:err:wineboot:process_run_key Error running cmd L"C:\windows\system32\winemenubuilder.exe -a -r" (2).
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\USER32.dll") failed (error c000012f).
00f0:err:module:import_dll Library USER32.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\WINSPOOL.DRV") not found
00f0:err:module:import_dll Library WINSPOOL.DRV (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Library shcore.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
00f0:err:module:import_dll Library shlwapi.dll (which is needed by L"C:\windows\system32\SHELL32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\SHELL32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\imm32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\imm32.dll") not found
00f0:err:module:import_dll Library imm32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found
00f0:err:module:import_dll Library comctl32.dll (which is needed by L"C:\windows\system32\aclui.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\aclui.dll") not found
00f0:err:module:import_dll Library aclui.dll (which is needed by L"C:\windows\system32\SHELL32.dll") not found
00f0:err:module:import_dll Library SHELL32.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Library shcore.dll (which is needed by L"C:\windows\system32\SHLWAPI.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\SHLWAPI.dll") not found
00f0:err:module:import_dll Library SHLWAPI.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\UxTheme.dll") not found
00f0:err:module:import_dll Library UxTheme.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\OLEAUT32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\OLEAUT32.dll") not found
00f0:err:module:import_dll Library OLEAUT32.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\oledlg.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Library shcore.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
00f0:err:module:import_dll Library shlwapi.dll (which is needed by L"C:\windows\system32\shell32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shell32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\imm32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\imm32.dll") not found
00f0:err:module:import_dll Library imm32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found
00f0:err:module:import_dll Library comctl32.dll (which is needed by L"C:\windows\system32\aclui.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\aclui.dll") not found
00f0:err:module:import_dll Library aclui.dll (which is needed by L"C:\windows\system32\shell32.dll") not found
00f0:err:module:import_dll Library shell32.dll (which is needed by L"C:\windows\system32\comdlg32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Library shcore.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
00f0:err:module:import_dll Library shlwapi.dll (which is needed by L"C:\windows\system32\comdlg32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\imm32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\imm32.dll") not found
00f0:err:module:import_dll Library imm32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found
00f0:err:module:import_dll Library comctl32.dll (which is needed by L"C:\windows\system32\comdlg32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\winspool.drv") not found
00f0:err:module:import_dll Library winspool.drv (which is needed by L"C:\windows\system32\comdlg32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\comdlg32.dll") not found
00f0:err:module:import_dll Library comdlg32.dll (which is needed by L"C:\windows\system32\oledlg.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\oledlg.dll") not found
00f0:err:module:import_dll Library oledlg.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:import_dll Loading library SETUPAPI.dll (which is needed by L"C:\Xgpro\Xgpro.exe") failed (error c000012f).
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\mpr.dll") not found
00f0:err:module:import_dll Library mpr.dll (which is needed by L"C:\windows\system32\WININET.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Library shcore.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
00f0:err:module:import_dll Library shlwapi.dll (which is needed by L"C:\windows\system32\WININET.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Library shcore.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
00f0:err:module:import_dll Library shlwapi.dll (which is needed by L"C:\windows\system32\shell32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shell32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\imm32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\imm32.dll") not found
00f0:err:module:import_dll Library imm32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found
00f0:err:module:import_dll Library comctl32.dll (which is needed by L"C:\windows\system32\aclui.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\aclui.dll") not found
00f0:err:module:import_dll Library aclui.dll (which is needed by L"C:\windows\system32\shell32.dll") not found
00f0:err:module:import_dll Library shell32.dll (which is needed by L"C:\windows\system32\WININET.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\WININET.dll") not found
00f0:err:module:import_dll Library WININET.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
00f0:err:module:import_dll Library shcore.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
00f0:err:module:import_dll Library shlwapi.dll (which is needed by L"C:\windows\system32\gdiplus.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\gdiplus.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\gdiplus.dll") not found
00f0:err:module:import_dll Library gdiplus.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\oleaut32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\oleaut32.dll") not found
00f0:err:module:import_dll Library oleaut32.dll (which is needed by L"C:\windows\system32\OLEACC.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\OLEACC.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\OLEACC.dll") not found
00f0:err:module:import_dll Library OLEACC.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\IMM32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\IMM32.dll") not found
00f0:err:module:import_dll Library IMM32.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\WINMM.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
00f0:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
00f0:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\WINMM.dll") not found
00f0:err:module:import_dll Loading library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") failed (error c000012f).
00f0:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\msacm32.dll") not found
00f0:err:module:import_dll Library msacm32.dll (which is needed by L"C:\windows\system32\WINMM.dll") not found
00f0:err:module:import_dll Library WINMM.dll (which is needed by L"C:\Xgpro\Xgpro.exe") not found
00f0:err:module:LdrInitializeThunk Importing dlls for L"C:\Xgpro\Xgpro.exe" failed, status c0000135

SN001: Base board and simple adapters for TSOP32/40/48 - they are different models

I found the post from the link below, which makes reference to this repository:

https://proghq.org/wiki/index.php/TL866_TSOP48_adapter

In that post it does not mention the different versions of bases, so I am showing here that there are different models of boards, the identification is the final number, SN001-1, SN001-2, SN001-3, SN001-4. Each board model serves a number of pins. Because some sellers advertise wrong, someone can buy the wrong adapter if they don't know what the difference is.

Xgecu-tl866ii-plus-universal-minipro-programador-24-adaptadores-clipe-de-teste-tl866-pic

Compiling Updater?

How do I compile the QT updater? There's no instructions, no makefile, what do I do?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.