Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Jacob: lcc-win64 headers + report on some 64 bit tests

88 views
Skip to first unread message

johnco...@gmail.com

unread,
Jul 8, 2012, 7:47:35 PM7/8/12
to
Hello, Jacob.

---- GOOD NEWS

Process32First/Process32Next api works fine.
64-bit binary tested on Win7. Returns process list ok.

I just used win32 include instead of missing win-64:

#include <..\include\tlhelp32.h>

---- BAD NEWS

Still missing a lot of headers like:

#include <wbemidl.h>

error - no such file in include64

i tried to use 32-bit version of it, but no success:

#include <..\include\wbemidl.h>

returns a lot of errors like "... already defined in include64\rpcndr.h"

----

So, Jacob, what should i do to make WMI call (IWbemLocator interface) in
lcc-win64 ?

John Conrad

unread,
Sep 3, 2012, 4:49:06 PM9/3/12
to
Hello, Jacob.

We want to ask you one thing - will u add the rest 64bit headers in
next release of lcc-win64 or not?
If u're not going to add them, please answer - we will not wait for
you and will do all the job ourselves.

Best wishes, John.

jacob navia

unread,
Sep 4, 2012, 1:23:54 PM9/4/12
to
Le 03/09/12 22:49, John Conrad a �crit :
Hi John

If possible, send me the missing files and I will add them to the
distribution.

I have been working in the 64 bit version like a fool, fixed an
enormous amount of non-working code, reworked the dll generation,
added the compatibility feature for Microsoft exception handling,
and now I amimproving the optimizer. I have fixed several bugs
in the library, etc etc.

It was a month of Aufgust working FULL TIME for lcc-win,
and I am planning to release a new version in a week.

If you would do those files and send them to me it would
be a help much welcome

Thanks in advance.

jacob

johnco...@gmail.com

unread,
Sep 11, 2012, 6:41:17 PM9/11/12
to ja...@jspamsink.org
> Hi John If possible, send me the missing files and I will add them to the distribution.

I have been working in the 64 bit version like a fool, fixed an enormous amount of non-working code, reworked the dll generation, added the compatibility feature for Microsoft exception handling, and now I am improving the optimizer.

I have fixed several bugs in the library, etc etc. It was a month of August working FULL TIME for lcc-win, and I am planning to release a new version in a week. If you would do those files and send them to me it would be a help much welcome. Thanks in advance. jacob

Please start with these 2:

mshtmlc.h
wbemidl.h

I'll add more in few days. Approximately 170 .h files missing.
We respect your great job. Dont waste time on morons and trolls from
"Microsoft abandons C" thread. We all know C will be N1 in "close-to-system"
programming for years and years.

We have no idea how are u going to convert ~170 .h files to lcc-win64 syntax manually.
We hope u have some converter tool. If so, can u add this tool to next lcc release?

0 new messages