Search found 39 matches

by HJTrost
Fri Mar 12, 2010 6:11 am
Forum: General Development
Topic: What IDE do you use?
Replies: 21
Views: 10598

I'm really surprise that nobody use Eclipse CDT with wxwdigets, and I want to know why ? Well, here's another CDT-Ecliptician using it with wx2.8.10, on Windows (XP SP3) only at this time but Linux as a complement is waiting in the wings (Ubuntu 8.04 right now, may become 10.4 when it comes out). N...
by HJTrost
Fri Mar 12, 2010 5:48 am
Forum: Compiler / Linking / IDE Related
Topic: Finding compiler and linker flags after build using makefile
Replies: 1
Views: 915

Re: Finding compiler and linker flags after build using make

<snip> Does anybody have any idea how I can either get the usual configure/make to work or to figure out the commands? <snip> Run the makefile of, e.g., the minimal sample as follows: mingw32-make -f makefile.gcc MONOLITHIC=0 ... >makeminimal.log i.e., route the standard output into a log file. Thi...
by HJTrost
Tue Feb 23, 2010 1:29 am
Forum: Compiler / Linking / IDE Related
Topic: Compiling the samples\DLL
Replies: 20
Views: 8598

yeah some code would be awesome...thanks Jochen. ... another sample to look at is the render sample. It includes a sample DLL to build but will require some digging through wxWidgets source (include\wx\renderer.h, src\common\rendcmn.cpp, ...) to figure the loading procedure (there is a static membe...
by HJTrost
Tue Feb 23, 2010 1:09 am
Forum: Compiler / Linking / IDE Related
Topic: Compiling the samples\DLL
Replies: 20
Views: 8598

sonusingh wrote:yeah some code would be awesome...thanks Jochen.
Look at the console sample. The wxWidgets object for dynamically loading a DLL or shared library is wxDynamicLibrary.

Cheers, Jochen
by HJTrost
Sun Feb 21, 2010 6:58 am
Forum: Platform Related Issues
Topic: mingw 3.4.5 + cygwin2.680 +wxWidgets-2.8.10 install error
Replies: 2
Views: 2328

Re: mingw 3.4.5 + cygwin2.680 +wxWidgets-2.8.10 install erro

Somebody could help me ?please I got some error message when complile wxWidgets as: <snip> PATH=C:\oracle\product\102~1.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WI NDOWS\System32\Wbem;c:\PROGRA~1\COMMON~1\Lenovo;C:\PROGRA~1\ThinkPad\CONNEC~1;c: \PROGRA~1\ATITEC~1\ATI.ACE\CORE-S~1;C:\PROGRA~...
by HJTrost
Sun Feb 21, 2010 6:36 am
Forum: Compiler / Linking / IDE Related
Topic: Compiling the samples\DLL
Replies: 20
Views: 8598

I finally resorted to using my_dll.lib rather than the DLL file - and that works! I think some changes need to be made to the code so that the DLL can be used if one doesn't want to use the LIB. I'll have a look at that. --- oops just to forgot to mention that the actual my_dll.dll must be present ...
by HJTrost
Sun Feb 21, 2010 6:22 am
Forum: Compiler / Linking / IDE Related
Topic: Linking errors for wxAnimate and wxURL with MINGW32
Replies: 9
Views: 2594

Additional information: as a first step, I'd take that command line into the samples\minimal directory and run it there as follows:(...) Cheers, Jochen Hi HJ. Rebuilding the library to capture the output isn't convenient right now, but I'm taking your suggestion into consideration. The wx samples w...
by HJTrost
Sun Feb 21, 2010 6:08 am
Forum: wxDev-C++
Topic: wxDevC++ 7.3.0.7 file association flaw
Replies: 5
Views: 1987

I think this behavior has been reported at least once in the past, but I've never been able to repeat it (which is the worst kind of bug to track down :x). I think another factor in the bug might be that wxDev-C++ also has some code that associates the file types with the IDE (Environment Options->...
by HJTrost
Fri Feb 19, 2010 5:39 pm
Forum: Compiler / Linking / IDE Related
Topic: Linking errors for wxAnimate and wxURL with MINGW32
Replies: 9
Views: 2594

Re: Linking errors for wxAnimate and wxURL with MINGW32

D:\>wx-config --libs -mthreads -LD:\usr\src\wxWidgets-2.8.10\lib\gcc_lib -lwxmsw28u -lwxtiff -lwxjpeg -lwxpng -lwxzlib - lwxregexu -lwxexpat -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwxregexu -lwinspool -lwinmm -lshell32 - lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 Paul, one m...
by HJTrost
Fri Feb 19, 2010 5:27 pm
Forum: Compiler / Linking / IDE Related
Topic: Linking errors for wxAnimate and wxURL with MINGW32
Replies: 9
Views: 2594

Additional information: wxWidgets was built on Windows with the following command line: mingw32-make -f makefile.gcc UNICODE=1 SHARED=1 MONOLITHIC=1 BUILD=release Paul, as a first step, I'd take that command line into the samples\minimal directory and run it there as follows: mingw32-make -f makefi...
by HJTrost
Fri Feb 19, 2010 4:52 pm
Forum: Compiler / Linking / IDE Related
Topic: Compiling the samples\DLL
Replies: 20
Views: 8598

The DLL doesn't work as in when I call its run_wx_gui_from_dll function nothing happens. When I opened up the my_dll.dll in Dependency Walker it displays an error saying: Error: At least one required implicit or forwarded dependency was not found. Warning: At least one delay-load dependency module ...
by HJTrost
Fri Feb 19, 2010 4:32 pm
Forum: wxDev-C++
Topic: wxDevC++ 7.3.0.7 file association flaw
Replies: 5
Views: 1987

Re: wxDevC++ 7.3.0.7 file association flaw

I just uninstalled my 7.3.0.7. The C++ files re-associated with MS VC. I then reinstalled 7.3.0.7 and unchecked the associations (except for the .dev and .template). It worked just fine for me. Can you confirm this behavior again? Thanks. -Tony Tony, done. The old associations were restored after u...
by HJTrost
Fri Feb 19, 2010 3:46 pm
Forum: wxDev-C++
Topic: Display flaws in 7.3.0.7
Replies: 4
Views: 1710

I think I've found the right properties to allow the scaling. Could you try http://wxdsgn.sourceforge.net/uploads/devcpp.exe ? Just copy it over top of your current devcpp.exe. -Tony Tony, done, was quick and easy. That fixed all three issues. I noticed that you traded the proper scaling against al...
by HJTrost
Thu Feb 18, 2010 10:26 pm
Forum: Compiler / Linking / IDE Related
Topic: Error building wxWidgets minimal sample under Eclipse CDT
Replies: 1
Views: 982

Re: Error building wxWidgets minimal sample under Eclipse CD

Hello !! My aim is to build my app into windows. Originally, I was using Ubuntu with Eclipse CDT. My reflex is to use Eclipse CDT with Mingw / Msys under windows, but a lots and a lots of problems appear !!! <snip> Thanks for the answers. I've just gone through the same exercise with 2.8.10 (the di...
by HJTrost
Thu Feb 18, 2010 9:13 pm
Forum: Compiler / Linking / IDE Related
Topic: Error building wxMSW
Replies: 3
Views: 1323

Re: Error building wxMSW

Hi I'm trying to build wxWidgets on Windows following the WxWindowsQuickRef on the wiki and I get the following error message: process_begin: CreateProcess(NULL, g++ -c -o gcc_mswudll\monodll_dummy.o -O2 -mthreads -DHAVE_W32API_H -D__WXMSW__ -D_UNICODE -I..\..\lib\gcc_dll\mswu -I..\..\include -W -W...