Search found 4 matches

by Nusspapst
Wed Sep 21, 2016 9:32 pm
Forum: InpOut32 (x64)
Topic: can not load the inpoutx64.dll
Replies: 5
Views: 24654

Re: can not load the inpoutx64.dll

I tried again now (can't wait until tomorrow) Now it works with the 32 Bit one. I think there was a confusion during all my attempts and the different dll's I tried. I have cleaned it all out. Put the 32 -Bit one on he root again and loaded from root. Thank you so much for this dll! My old spindle c...
by Nusspapst
Wed Sep 21, 2016 9:08 pm
Forum: InpOut32 (x64)
Topic: can not load the inpoutx64.dll
Replies: 5
Views: 24654

Re: can not load the inpoutx64.dll

I think You're right. I don't have the compiler said to compile in 64 Bit. But...... I have installed the driver succesfuly (as admin) If i try to load Your inpout32.dll in my code, the run-process crashes. If I try to load Your inpoutx64.dll in my code, the run process answers with the error line f...
by Nusspapst
Wed Sep 21, 2016 5:33 pm
Forum: InpOut32 (x64)
Topic: can not load the inpoutx64.dll
Replies: 5
Views: 24654

Re: can not load the inpoutx64.dll

Although I do not believe that there is a code trouble, I post here once the code . (Handle name set back to original 32) #include <stdio.h> #include <windows.h> typedef short _stdcall (*_Out32)(short, short); typedef short _stdcall (*_Inp32)(short portaddr); int main(int argc, char *argv[]) { HINST...
by Nusspapst
Wed Sep 21, 2016 5:18 pm
Forum: InpOut32 (x64)
Topic: can not load the inpoutx64.dll
Replies: 5
Views: 24654

can not load the inpoutx64.dll

Hi @ All. My Name is Thomas, I'm 47 years old, live in Germany next to Hamburg and have a problem with the inpoutx64. I used the inpout32.dll until today. I've modified the code of inpouttest a little bit. Used it for my CNC milling machine to control the spindle. It worked very well under windows X...