Hi, I think you'll need to add the import library e.g. -lmylibrary, perhaps along with -L/usr/local/lib if that's not already on the library path, by appending...
After a project build "Undefind Symbols" and "symbol(s) not found" errors are reported for a function associated with a binary .dylib dynamic library. The...
Hi, You need to ignore that control in the top toolbar for the time being - the correct setting is in your configuration(s). Show Preferences, click on...
Julian, the 4 available Mac-related settings within the top toolbar are: __WXMAC__, __WXMAC_OSX__, WXMAC_CLASSIC__, and __WXCOCOA__. Selecting __WXMAC_OSX__...
Hi, ... Yes, you need to select one of the above - and not wxCocoa. Regards, Julian ... -- Julian Smart, Anthemion Software Ltd. www.anthemion.co.uk | +44...
First-time DB user here. Created a simple app and tried to build it but no go. The error message says... Toolkit Problem. The wxMac target is no longer...
Hi Malcolm, I can't remember off-hand if the samples have data transfer - I think not - but basically: 1. In the Data tab in the property editor (right-most...
Hello All/Julian, I find that I am having trouble understanding the way to use DB to take care of the data transfer between my main frame and a dialog. Does...
Problem solved - thank you, Julian After more work and reading again your reply to one of my other questions, I found the problem. The style given in the ctor...
... Since I could not find any other way, I tried a last ditch effort - just in case :-) ... OK, I have done that now and it does look better, but ... ... The...
P.S. check the default style argument to the ctor and Create function in the .h file - it's probably out of sync with the actuall properties. This could...
... Ah, I've found it. You seem to have added a treebook. Don't add a treebook :-) unless you want to roll your own dialog that's not a wxPropertySheetDialog. ...
... I'm not sure why you expect an empty tab label should tell DB/wxWidgets to use an empty tab? I don't know what you hierarchy is but obviously you should be...
... Thanks, noted. ... That should work there may be cases where DB can't work out where the source is. Regards, Julian ... -- Julian Smart, Anthemion Software...
DialogBlocks takes a conservative approach to deleting files, since it doesn't know how many hours of work might still be there. Regards, Julian ... -- Julian...
The screenshot of the wxPropertyDialog show in my other post which I uploaded (DB-propSheet.jpg) also pretty well shows how it appears in the final compiled...
... I've uploaded the file DB-propSheet.jpg to show the issue. Also, when I call up the dialog I get an assert dialog: ..\..src92;msw\notebook.cpp(771): assert...
After adding a wxPropertySheetDialog with a wxTreeBook to my app, I get an unwanted tab showing at the top in the dialog, even if I make the tab label an empty...
Making it possible to copy and paste error messages from the feed back tabs at the bottom is definite WIBNI (Wouldn't It Be Nice, If...) for me As would if...
Running DB 4.43 (Unicode) under Vista 64-bit, I run into a problem when I add a managed window, say a wizard to a project with file names test.cpp/h. After...
Hi, I'm not sure if you mean application-specific or wxWidgets defines, but wxWidgets components are specified in each configuration in the "Components" group...
Hi, Many thanks for the information, I'll look into generating this in DB. Regards, Julian ... -- Julian Smart, Anthemion Software Ltd. www.anthemion.co.uk |...
After spending some time looking through the help system, I have been unable to figure out where I would define project wide #defines for optional components...
... In fact only the first <ItemGroup> block as shown above seems to be needed for MSVC to segregate the files. This code ought to be able to be auto-generated...
... projectname.vcxproj.filters is a file which is part of the MSVC 2010 IDE and determines the layout of the files in the IDE file explorer. It seems to...
... I don't know what that is, but DB can't generate it. Presumably you could create it yourself in VS though. Regards, Julian ... -- Julian Smart, Anthemion...
Hi, It's best to add them under the Sources folder in DB, otherwise when DB regenerates the project file, they will disappear (i.e. overwrite changes you made...