Search found 5 matches

by fmc
Fri Dec 13, 2019 10:16 am
Forum: Compiler / Linking / IDE Related
Topic: [SOLVED] Linker Settings
Replies: 3
Views: 795

Re: Linker Settings

Hey, PB. I appreciate the response. I failed to read the wxWidgets docs, so that's my bad. I'll take my time and read them. I just thought that the errors might be pointing to the missing libraries. I was thinking the errors wld provide some sort of clue as to missing libraries the linker was missin...
by fmc
Fri Dec 13, 2019 9:08 am
Forum: Compiler / Linking / IDE Related
Topic: [SOLVED] Linker Settings
Replies: 3
Views: 795

[SOLVED] Linker Settings

doublemax pointed me to a solution to fix my many errors when trying to compile the form you get when creating a wxWidgets app with C::B. The solution was to add four extra libraries, giving me a total of six libraries for the linker to link. My questions is this: HOW do you know what libraries to l...
by fmc
Thu Dec 12, 2019 8:38 pm
Forum: Compiler / Linking / IDE Related
Topic: [SOLVED] A boatload of errors
Replies: 4
Views: 652

Re: A boatload of errors

You're a good person, doublemax. I added all but one of the libraries and finally got a working GUI. Thanks a million! :D

Image

Image
by fmc
Thu Dec 12, 2019 6:18 pm
Forum: Compiler / Linking / IDE Related
Topic: [SOLVED] A boatload of errors
Replies: 4
Views: 652

Re: A boatload of errors

I read all four pages from that site, doublemax. No help. Any other ideas?
by fmc
Wed Dec 11, 2019 7:31 am
Forum: Compiler / Linking / IDE Related
Topic: [SOLVED] A boatload of errors
Replies: 4
Views: 652

[SOLVED] A boatload of errors

Code::Blocks: svn 11872
wxWidgets: 3.1.3 (compiled w/MinGW 8.1.0)

When I cranked up C::B, I tried to run the form it auto-creates, it gave a LOT of erros.

Please see them here

These are all coming from imagejpeg.cpp.

I obviously did something wrong. Can anyone tell me what that is?