News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

wxWidgets 2.6.3 + Patch2 + MingW WinAPI 3.8 Problem (Solved?)

Started by joubertdj, November 30, 2006, 10:50:39 AM

Previous topic - Next topic

joubertdj

Okay so I was struggling with this problem so that my little brain was irritated beyond comprehension with a stupid different boolean declaration problem within rpcndr.h within WinAPI 3.8

This Problem is not in 3.7. A Guy called James du Russel added the following:

* include/rpcndr.h (boolean): Add typedef.

And it was released in WinAPI 3.8

Not a big deal and I think it works for other projects of his and mine, but my wxWidgets doesn't want to compile with that boolean declared. Can somebody please confirm this?
Using wxWidgets 2.6.3.1 Plus Patch 2

And if it is confirmed... where do we report this?



stahta01

I will try to confirm it. What version of GCC 3.42 or 3.45?

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

joubertdj

Sorry... GCC 3.45

I want to try this with Ceneza's 4.1.1 as well later...

stahta01

I get errors also.
Going to try back porting jmorecfg.h which is fixed for this issue.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]


stahta01

I am working on a patch back porting the changes from CVS head; 40 files involved. Be at least an hour to do patch. I am waiting on CVS to complete right now. At the current rate CVS could take hours to finish. I have a dialup so that could be the cause or it could be a server issue.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

joubertdj

 :( This WinAPI 3.8 breaks alot of my libraries that I am using... including Allegro...

Outis


joubertdj

Only when you rebuild the library... normal usage with a pre-build library is fine...

stahta01

Patch uploaded to wxWidgets site.

http://sourceforge.net/tracker/index.php?func=detail&aid=1606032&group_id=9863&atid=309863

Copy file to wxWidgets folder.

The command to patch is
patch --unified -p0 --input=mypatch_2.6_BRANCH.patch

Tim S

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

keenblade

Quote from: joubertdj on November 30, 2006, 12:36:04 PM
:( This WinAPI 3.8 breaks alot of my libraries that I am using... including Allegro...
It also breaks Visual Component Framework, too. I can't build VCF with the Code:Blocks using winapi v3.8.
WinAPI 3.7 works fine for me.
Anyway it\'s all the same at the end...