First post, wish it were not a question. Ok i have downloaded hotbasic setup v1.6 for windows, gone through the motions of downloading the support files and...
Dear Sir/Madam The goal of the Company is to assure the client of quality products supplied to them with the foresight of future requirements and after sales...
Any takers? Anybody know what's happening with the server pointed to by the download application ( hotsauce)? Has this turned into a bit of a "tits-on-a-bull"...
Jim will have to look into this. I have emailed you the TRIAL download so you can begin using it. Jim normally responds FAST ! Perhaps he is doing laps in the...
Enpsuedo, Much obliged for Your help. Look forward to seeing what hot basic is like; not that I am any kind of an expert. I am looking for a programing...
Thanks to Enpsuedo I could try out the demo version of HotBasic. feeling a bit frustrated, dont know if it is the the nut behind the wheel ( me ) driving it or...
If you like to control the io card thru the parallell port you probably need to read this http://www.epanorama.net/circuits/parallel_output.html because...
Hello fredrik, Thanks for the article. I will be using an old ISA DIO card initially. ... From: fnoware <fredrik.norling@...> Subject: [HotBasic] Re:...
I must also tell you that hotbasic is a simple and straight forward compiler. Simple syntax and great support. From Jim and the community (Jim seams away...
A bit more information... due to limitations of dos screen i did not see all of error report initially Now I can submit further error information OUT controlB,...
Sort of surprising to see someone interested in doing INP and OUT still, as Microsoft pretty much took things to a higher level in the design of its OSes. ...
Long, long ago, infosyshalwasia, a life form in far off space, ... <snip> Dear sirs, IMHO, what you claim to do is technically impossible, since you are not a...
... Yes, somebody should write a Custom Object around this API: The DeviceIoControl function sends a control code directly to a specified device driver,...
... Hi Z, Although I coded a compile for the OUT keyword, I think it does not work on Windows. If not a LP or COM port, you probably need DeviceIoControl per...
What do I need to know and where to find the information in order to be able to write this device IO handler? Would any of the other basic flavours be close...
Hard to say exactly. I might suggest first checking out any forums or help offered at the OEM site for the device you intend to use. That can help. And with...
Well this is surely a sign of madness...responding to ones own posts... Ok on further reflection and having looked at an article on Dr Dob's Journal regarding...
Hi, I'm trying to incorporate .obj file generated by Lcc-win32 in to a HotBasic program. Say I have getval.c: int getval(void) { return 2+2; } compiled in to...
Try searching the forum after the error message. I'm not a C guru but it seams like there is some incompability between your C compiler code and the linker...
... Hello, does your subsequent post mean you now have this working? If not, please send me test.obj so I can look "inside" it to see how the function name is...
Yes and no. It works as far as resolving the name of the function. That is the error from my original post is gone. Now I'm getting different issues linking to...
For your information following code works: ... #include <windows.h> #include <mgmtapi.h> #pragma comment(lib, "mgmtapi") int _stdcall getval(void) { .... some...
... If you set lcc to stdcall then use DECLARE and not CDECL; the difference is the order of the arguments on the stack, and whether the called procedure...
... You are one super problem-solver, dud! And part two above recalls a variant of HotBabe's mission: HotBabe: "I am here to make you happy." Re _main, per...
... For years, ... way back prior to starting to write HB, I've had great respect for the Lcc author -- his huge and very fine work. That said, you might share...